- 22 Apr, 2017 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 21 Apr, 2017 2 commits
-
-
Paul B Mahol authored
Fixes #6340. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Fixes #6316. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 20 Apr, 2017 6 commits
-
-
Lou Logan authored
Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Paul B Mahol <onemda@gmail.com> (in #ffmpeg-devel IRC)
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Derek Buitenhuis authored
It should not be a value larger than the number of streams we have, or it will cause invalid reads and/or SIGSEGV. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Derek Buitenhuis authored
This seems to be non-optional, and if the muxer is run without it, strlen() is run on NULL, causing a segfault. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
ASC frames smaller than AAC_ADTS_HEADER_SIZE were being discarded. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Fixes CID1396256 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 19 Apr, 2017 5 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Carl Eugen Hoyos authored
Avoids undefined call of memcpy(ptr, NULL, 0);
-
Carl Eugen Hoyos authored
-
Sasi Inguva authored
Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Brett Harrison authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 18 Apr, 2017 5 commits
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
James Zern authored
added in: 734d760e lavc/libvpxenc: add -row-mt option Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Zern <jzern@google.com>
-
Michael Niedermayer authored
Not leaving stale pointers is more robust Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Mickael Maison authored
- Fixed a typo for the -sources argument Signed-off-by: Mickael Maison <mickael.maison@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 17 Apr, 2017 19 commits
-
-
James Zern authored
Signed-off-by: James Zern <jzern@google.com>
-
Vignesh Venkatasubramanian authored
Add an option to webm_dash_manifest demuxer to specify a value for "bandwidth" field in the DASH manifest. The value is then used by the muxer. Fixes an existing FIXME in the code. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: James Zern <jzern@google.com>
-
Clément Bœsch authored
* commit '47e547b3': lavc: add a null bitstream filter Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '0309ddcf': lavc: handle MP3 in get_audio_frame_duration() Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '6aa4ba71': dxva2: Keep code shared between dxva2 and d3d11va under the correct #if Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'b0e6b3f4': hevc: ppc: Add HEVC 4x4 IDCT for PowerPC Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'fc368497': configure: Add missing dxva2 dependency for dxva2_lib Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'f1248fae': configure: Handle dxva2 optional components in the standard way Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'a6901b9c': Drop libxvid rate control support for mpegvideo encoding This commit is a noop, there is no known issue with it. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'ac648bb8': dxva2: Simplify some ifdefs Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '7d81698b': vaapi_h265: Fix CFR mode with framerate set in AVCodecContext This commit is a noop, see 37de9ce7Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'ade370a4': lavfi: Add VAAPI deinterlacer This commit is a noop, see 359586f1Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'f8a1ead0': build: Add -D_XOPEN_SOURCE=600 to CPPFLAGS on Cygwin Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '39fbcf8f': configure: Fix _libs vs. _extralibs oversight This commit is a noop, see 9bf3d840Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'be2d555c': build: Use _extralibs variable names instead of _libs everywhere Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
Since 52ccc4a0 was merged, it's pointless to keep our special version.
-
Clément Bœsch authored
* commit '0507cd5b': build: Rename host_libs/HOSTLIBS variables to host_extralibs/HOSTEXTRALIBS Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'a7101eb4': configure: Simplify some library checks via check_lib() This commit is a noop as it doesn't apply to FFmpeg: - the nanosleep check doesn't use add_extralibs in FFmpeg - the pthread checks check multiple functions before add the extra libraries Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '1818a640': build: Fix dependencies for alsa/jack/sndio support Added explicit enable (which will be automatically added later on in ee480790) to actually fix this commit. Without the explicit enables, alsa, jack and sndio gets disabled. Also added jack, alsa and sndio to the have list so the HAVE_* are populated to make (this fixes the SKIPHEADERS chunks). Merged-by: Clément Bœsch <u@pkh.me>
-
- 15 Apr, 2017 2 commits
-
-
Clément Bœsch authored
* commit 'af451ac0': configure: Drop redundant and partly bogus vaapi/vdpau header checks Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '932cc649': vdpau: Do not #include vdpau_x11.h from the main vdpau header Merged-by: Clément Bœsch <u@pkh.me>
-