- 28 Sep, 2016 4 commits
-
-
Michael Niedermayer authored
This assert can with crafted files fail, a warning is already printed for this case. Fixes assertion failure Fixes:1/assert.avi Found-by:
连一汉 <lianyihan@360.cn> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Adriano Pallavicino authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
Sasi Inguva authored
Signed-off-by:
Sasi Inguva <isasi@google.com>
-
James Almer authored
Also don't set time_base. It's deprecated for decoding and avcodec_open2() will overwrite it Reviewed-by:
Josh de Kock <josh@itanimul.li> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 27 Sep, 2016 10 commits
-
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
Sophia Wang authored
Signed-off-by:
Sophia Wang <skw@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Mulvya authored
Signed-off-by:
Mulvya <mulvya@gmail.com> Signed-off-by:
Lou Logan <lou@lrcd.com>
-
James Almer authored
This commit is based on commit 35c85806 from Anton Khirnov <anton@khirnov.net> which was skipped in b8945c4e. The avcodec_copy_context() call in the encode path is left in place for now as AVStream.codec is apparently still required even after porting ffmpeg to the new bsf API. Tested-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
This will allow ffmpeg.c to stop using AVStream.codec in some cases Signed-off-by:
James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Found-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
API and Doxy documentation is taken from avresample_build_matrix() Fixes: Ticket5780 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Carl Eugen Hoyos authored
There is no "Data options" paragraph. Requested-by: ilker tezcan
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 26 Sep, 2016 4 commits
-
-
Michael Niedermayer authored
Fixes: 1.avi Found-by:
连一汉 <lianyihan@360.cn> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Timo Rothenpieler authored
When the input frames contain side data, it will accumulate endlessly in the coded frame, as av_frame_copy_props will append any new side data. Fixes ticket #5799.
-
Carl Eugen Hoyos authored
Fixes ticket #5492.
-
Jean-Yves Simon authored
avcodec/hevc: Add YUV420P10 to vaapi hardware decode - permits hardware decoding of HEVC Main 10 on AMD RX 480 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 25 Sep, 2016 13 commits
-
-
James Almer authored
Increase the nb_bitstream_filters value as soon as the context is allocated, so if option parsing fails the last context is actually freed. Reviewed-by:
Josh de Kock <josh@itanimul.li> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by:
Josh de Kock <josh@itanimul.li> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
* commit '1e93c1e3': avconv: do not set encoder options when streamcopy is used This chunk was removed in 955b818c already. Merged-by:
Clément Bœsch <u@pkh.me>
-
Josh de Kock authored
This commit also adds an sdl alias for the configure script.
-
Josh de Kock authored
-
Michael Niedermayer authored
Found-by:
连一汉 <lianyihan@360.cn> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Xiaolei Yu authored
-
- 24 Sep, 2016 9 commits
-
-
Carl Eugen Hoyos authored
Fixes ticket #5135.
-
James Almer authored
Should fix compilation with mingw32 Reviewed-by:
Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by:
James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Clément Bœsch authored
This commit is initially largely based on commit 4426540f from Anton Khirnov <anton@khirnov.net> and two following fixes (80fb19bc and fe7b21c8) which were previously skipped respectively in 98e3153f, c9ee36e6, and 7fe7cdca. mpeg4-bsf-unpack-bframes FATE reference is updated because the bsf filter now actually fixes the extradata (mpeg4_unpack_bframes_init() changing one byte is now honored on the output extradata). The FATE references for remove_extra change because the packet flags were wrong and the keyframes weren't marked, causing the bsf relying on these proprieties to not actually work as intended. The following was fixed by James Almer: The filter option arguments are now also parsed correctly. A hack to propagate extradata changed by bitstream filters after the first av_bsf_receive_packet() call is added to maintain the current behavior. This was previously done by av_bitstream_filter_filter() and is needed for the aac_adtstoasc bsf. The exit_on_error was not being checked anymore, and led to an exit error in the last frame of h264_mp4toannexb test. Restoring this behaviour prevents erroring out. The test is still changed as a result due to the badly filtered frame now not being written after the failure. Signed-off-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
There is a paragraph for unsupported SDL formats.
-
Carl Eugen Hoyos authored
-
Josh de Kock authored
Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
Marton Balint authored
This commit also drops SDL1 support for ffplay. Tested-by: James Almer <jamrial@gmail.com> (Windows, mingw-w64) Signed-off-by:
Josh de Kock <josh@itanimul.li>
-