- 01 Oct, 2017 9 commits
-
-
James Almer authored
* commit 'c95169f0': build: Move cli tool sources to a separate subdirectory Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
-
Martin Vignali authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
-
Karthick J authored
-
James Almer authored
Revert back to the test as done by commit af7a75cb, where it was changed to compile and not just preprocess to fix build failures on FreeBSD with gcc 4.7 Signed-off-by: James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 30 Sep, 2017 7 commits
-
-
Michael Niedermayer authored
Fixes: OOM Fixes: 2225/clusterfuzz-testcase-minimized-5505632079708160 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Carl Eugen Hoyos authored
-
James Almer authored
Fixes fate-source Signed-off-by: James Almer <jamrial@gmail.com>
-
Ashish Singh authored
Signed-off-by: Ashish Singh <ashk43712@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Jan Ekström authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Brian Matherly authored
Correctly set the interlaced_frame and top_field_first fields when pic_struct indicates paired fields. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Sep, 2017 8 commits
-
-
James Almer authored
-
James Almer authored
* commit 'ab566cc9': build: Separate logic for building examples from that for building avtools Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
It's not available on macOS. Should fix a regression instroduced by b25d6290. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'acb0dea2': build: Split logic for building examples off into a separate Makefile We already have a Makefile in doc/examples, but it's separate from the build system and meant to be installed as part of the documentation to help users compile the installed .c example files. Move it to Makefile.example to make place for the new build system Makefile. Merged-by: James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
Makes the code more readable, the muxer may support variable bit-rate in the future.
-
Carl Eugen Hoyos authored
Fix the condition for the G.729 bit muxer.
-
Tobias Rapp authored
Should fix failing tests on GNU/kFreeBSD x86_32. Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
-
James Almer authored
Regression since d81b3406. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 28 Sep, 2017 16 commits
-
-
Aman Gupta authored
Signed-off-by: Aman Gupta <aman@tmm1.net>
-
Aman Gupta authored
Signed-off-by: Aman Gupta <aman@tmm1.net> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
* commit 'db4903eb': build: Avoid duplication in examples lists See 1a88e84fMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '533339bd': build: Drop leftover reference to old EXAMPLES logic Merged-by: James Almer <jamrial@gmail.com>
-
Pablo Montilla authored
The Sample count in the time-to-sample table is defined as 32-bit unsigned integer by the QT specification. Fixes ticket #6700.
-
Rostislav Pehlivanov authored
Prevents int->float conversions on every loop. Performance gain on synthetic benchmarks: 13%. Suggested by kamedo2. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-
James Almer authored
* commit '7208e5b5': configure: Restructure the way check_pkg_config() operates Merged-by: James Almer <jamrial@gmail.com>
-
Karthick J authored
Signed-off-by: Karthick J <kjeyapal@akamai.com> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Karthick J authored
Signed-off-by: Karthick J <kjeyapal@akamai.com> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Karthick J authored
In preparation to support multiple VANC data decode Signed-off-by: Karthick J <kjeyapal@akamai.com> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Karthick J authored
In preparation to make VANC decode modular, to support multiple other VANC data. Signed-off-by: Karthick J <kjeyapal@akamai.com> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Gildas Fargeas authored
The decklink input pixel format can now be specified with the 'raw_format' option. The -bm_v210 option is now deprecated. Signed-off-by: Marton Balint <cus@passwd.hu>
-
James Almer authored
* commit '54e39b10': configure: Explicitly spell out first require_pkg_config() parameter Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '00b160af': nvenc: Fix nvec vs. nvenc typo This commit is a noop. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '42cf7f91': dv: Don't return EIO upon EOF This commit is a noop, see 3eae98c1Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '7cb9296d': webp: Fix alpha decoding This commit is a noop. [13:09:40] <jamrial> jkqxz: do we need 7cb9296d from libav? [13:11:20] <+wm4> we had vaapi vp8 for a while in ffmpeg, so I guess not [13:11:58] <@jkqxz> It's more fallout from the VP8 hwaccel which never got merged. Some people hated on that part of the patch and I wasn't really interested in pursuing it further. [13:13:02] <jamrial> it wasn't merged? [13:13:21] <@jkqxz> wm4: There is no VP8 decode hwaccel in ffmpeg (there is encode). [13:13:25] <+wm4> ah [13:14:00] <jamrial> what do i do then? and shouldn't that be merged at some point? [13:14:37] <@jkqxz> It should. [13:14:53] <@jkqxz> Skip the patch now, though. [13:16:30] <jamrial> ok, thanks Merged-by: James Almer <jamrial@gmail.com>
-