Commit graph

856 commits

Author SHA1 Message Date
Malte Rosenbjerg
ac3794e753
Merge branch 'main' into main 2024-12-04 20:49:20 +01:00
Malte Rosenbjerg
71981ad3a0
Merge pull request #543 from Kaaybi/bump-system-text-json-v8.0.4
Bump system.text.json
2024-12-04 20:42:55 +01:00
Malte Rosenbjerg
a3a3144aac Bump codecov/codecov-action and set CODECOV_TOKEN 2024-12-04 21:38:41 +02:00
Malte Rosenbjerg
cf8f7cc674 Call MoveNext before accessing Current 2024-12-04 21:29:37 +02:00
Malte Rosenbjerg
0cd4e076ff Bump test packages 2024-12-04 20:55:31 +02:00
Malte Rosenbjerg
d4dcf86a36 Use macos-13 runner 2024-12-04 20:51:12 +02:00
Malte Rosenbjerg
dc165f9eae Bump workflow actions 2024-12-04 20:48:59 +02:00
Malte Rosenbjerg
63fe3a6e3d Set ProduceReferenceAssembly to true 2024-12-04 20:46:29 +02:00
Malte Rosenbjerg
79ea2a9797 Bump System.Text.Json to 9.0.0 2024-12-04 20:44:05 +02:00
Malte Rosenbjerg
410e940b7e Use .NET 8 for Examples and Test 2024-12-04 20:43:47 +02:00
Malte Rosenbjerg
cf513aac0f Use .NET 8 in workflows 2024-12-04 20:43:32 +02:00
Malte Rosenbjerg
b1d908971c
Merge branch 'main' into bump-system-text-json-v8.0.4 2024-12-04 19:32:13 +01:00
Malte Rosenbjerg
cefc8efe95
Merge pull request #498 from Tomiscout/main
Add HDR color properties support in FFProbe analysis
2024-12-04 19:28:52 +01:00
Kaaybi
d5a2e5cbe6 chore: bump system.text.json to v8.0.4 2024-09-18 12:13:25 +02:00
Tomas Gužauskas
ef08fd93a9 Add HDR color properties support in FFProbe analysis
Add hdr video test
2024-01-30 00:52:25 +02:00
K
09ae9447c8
version 5.1 and 6.1 added 2024-01-04 16:59:25 -07:00
K
105a26bf5e
Merge branch 'rosenbjerg:main' into main 2024-01-04 15:43:12 -07:00
Malte Rosenbjerg
eb221c3e49
Merge pull request #478 from vortex852456/main
Fix: Changed "Chapter" Modell
2023-10-25 19:03:15 +02:00
Vortex
df123bb191 Fix: Changed "Chapter" Modell since "Id", "Start" and "End" returned by ffprobe can contain values larger than Int32.MaxValue 2023-10-16 03:20:31 +02:00
K
6524b1cd4d
Update DownloaderTests.cs 2023-10-10 15:59:11 -06:00
K
22fa002394
Debug for CI failure 2023-10-10 15:50:59 -06:00
K
5bedbdb107
Update README.md 2023-10-10 15:45:14 -06:00
Malte Rosenbjerg
bba4a9f39b
Merge branch 'main' into main 2023-10-05 12:17:18 +02:00
Malte Rosenbjerg
d90b482213
Merge pull request #473 from duggaraju/main
Add support for multiple outputs and tee muxer.
2023-10-05 12:17:06 +02:00
Malte Rosenbjerg
bc6defe535
Merge branch 'main' into main 2023-10-05 12:06:43 +02:00
Malte Rosenbjerg
ed2b95038c
Merge pull request #431 from vfrz/feature/custom-ffprob-arguments
Feature: custom ffprob arguments
2023-10-05 12:06:31 +02:00
Malte Rosenbjerg
f8407bce24 Merge branch 'main' into pr/431 2023-10-05 12:00:06 +02:00
Malte Rosenbjerg
20a5b156e9
Merge pull request #416 from phillipfisher/main
Add chapters to FFProbe
2023-10-05 11:56:58 +02:00
Malte Rosenbjerg
21c02ba2a4
Merge branch 'main' into main 2023-10-05 09:30:44 +02:00
Malte Rosenbjerg
d30629fb8e
Merge pull request #443 from devedse/main
Fix issue where ffmpeg can't be found if x64/x86 folders exist withithout ffmpeg in there
2023-10-05 09:27:36 +02:00
Malte Rosenbjerg
ed30b14687 Align with main branch 2023-10-05 09:24:44 +02:00
Malte Rosenbjerg
d2296496bf
Merge branch 'main' into main 2023-10-05 09:22:13 +02:00
Malte Rosenbjerg
4a39e234ea
Merge branch 'main' into main 2023-10-05 09:21:59 +02:00
Malte Rosenbjerg
882cdf849e
Merge branch 'main' into main 2023-10-05 09:21:55 +02:00
Malte Rosenbjerg
54e5d0860c
Merge branch 'main' into feature/custom-ffprob-arguments 2023-10-05 09:21:21 +02:00
Malte Rosenbjerg
7f283e9113
Merge branch 'main' into main 2023-10-05 09:21:13 +02:00
Malte Rosenbjerg
3085fa4209
Merge pull request #477 from rosenbjerg/bugfix/fix-null-ref-exception-with-tags-container
Bugfix/fix null ref exception with tags container
2023-10-05 09:20:51 +02:00
Malte Rosenbjerg
55b1946976 Update FFProbeTests.cs 2023-10-05 09:14:47 +02:00
Malte Rosenbjerg
5fbe71bc39 Update dependencies 2023-10-05 08:58:57 +02:00
Malte Rosenbjerg
b31c8da7ae Fix tags container null ref exception 2023-10-05 08:58:50 +02:00
Prakash Duggaraju
42f9005d59 Add support for multiple outputs and tee muxer.
A single input can be encoded simultaneously to multiple oputs or muxed in multiple formats
2023-09-08 13:22:09 -07:00
Kerry Cao
ae5ae973fa FFMpegCore.Downloader renamed to FFMpegCore.Extensions.Downloader 2023-09-06 14:07:08 -06:00
Kerry Cao
2b66b82d8d Merge remote-tracking branch 'origin/main' 2023-09-06 13:45:32 -06:00
Kerry Cao
d978d7d9b4 ffmpeg downloader moved to separate package 2023-09-06 13:45:22 -06:00
Kerry Cao
dfc486db1d ffmpeg downloader moved to seperate package 2023-09-06 13:42:22 -06:00
Kerry Cao
937db76e00 format fix for lint 2023-09-06 13:22:13 -06:00
Kerry Cao
df8d97ebbb allow os and architecture overrider 2023-09-06 13:19:47 -06:00
Kerry Cao
ae92e9370c Merge remote-tracking branch 'origin/main'
# Conflicts:
#	FFMpegCore.Test/DownloaderTests.cs
#	FFMpegCore/Helpers/FFMpegDownloader.cs
2023-09-06 01:26:56 -06:00
Kerry Cao
da7d1fafed support added for linux, macos
win32, win64, lnx32, lnx64, lnx-armhf, lnx-armel, lnx-arm64, osx64
2023-09-06 01:25:51 -06:00
Malte Rosenbjerg
4be90f025b
Merge branch 'main' into main 2023-08-24 22:53:11 +02:00