- 24 Apr, 2016 1 commit
-
-
Anton Khirnov authored
Just pass through the bitstream as is. This is the same as what is done for HEVC already.
-
- 20 Mar, 2016 1 commit
-
-
Anton Khirnov authored
Deprecate the current bitstream filtering API.
-
- 09 Oct, 2015 2 commits
-
-
赵宇龙 authored
the pps offset is used to locate pps in the spspps_buf; however, the current calc method is wrong because it is the offset of the original avctx->extradata; when there is only one sps in the avcc; the value is correct by coincidence, however, it will fail in avcc with multi sps Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Aug, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket4778 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 25 Jul, 2015 1 commit
-
-
Ivan Uskov authored
libavcodec/h264_mp4toannexb_bsf.c: Optional argument "private_spspps_buf" to avoid extradata modification. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 Oct, 2014 1 commit
-
-
Benoit Fouet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Sep, 2014 2 commits
-
-
Benoit Fouet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Benoit Fouet authored
When only SPS or PPS is present in the stream, copy the missing one from AVCC before insertion to the output stream. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Aug, 2014 2 commits
-
-
Benoit Fouet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Benoit Fouet authored
In order not to break a sequence like "SPS IDR SPS IDR", the boolean telling that the SPS/PPS has been seen should always be set. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Jul, 2014 1 commit
-
-
Benoit Fouet authored
If there are consecutive IDR pictures, then SPS/PPS should be prepended to all of them, not only the first one. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Jul, 2014 1 commit
-
-
Chris \"Koying\" Browet authored
-
- 26 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes h264_mp4toannexb_bsf_failure.mkv Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Dec, 2013 1 commit
-
-
Alexandra Khirnova authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 02 Oct, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 16 Jul, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 15 Jun, 2013 3 commits
-
-
Luca Barbato authored
The code using the returned buffer might expect it to be FF_INPUT_BUFFER_PADDING_SIZE padded as any other avpacket.
-
Luca Barbato authored
-
Luca Barbato authored
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 21 Mar, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
gs_gail authored
-
- 28 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 29 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Bug-Found-by and Suggested bugfix: Tanami, Ohad Reviewed-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Mar, 2011 1 commit
-
-
Philip Langdale authored
Signed-off-by:
Philip Langdale <philipl@overt.org> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 08 Mar, 2011 2 commits
-
-
Ronald S. Bultje authored
(cherry picked from commit 4e84f994)
-
Sean McGovern authored
Should an AVC-1 in MP4 stream not contain SPS or PPS NAL units, this BSF is then unable to allocate an output buffer for the modified stream. Warn that the resulting stream may be unplayable. Fix roundup issue #2386. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 02dd3666)
-
- 07 Mar, 2011 2 commits
-
-
Ronald S. Bultje authored
-
Sean McGovern authored
Should an AVC-1 in MP4 stream not contain SPS or PPS NAL units, this BSF is then unable to allocate an output buffer for the modified stream. Warn that the resulting stream may be unplayable. Fix roundup issue #2386. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 28 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f)
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 10 Jun, 2010 3 commits
-
-
Benoit Fouet authored
Originally committed as revision 23559 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Benoit Fouet authored
Originally committed as revision 23558 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Benoit Fouet authored
Originally committed as revision 23557 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jun, 2010 1 commit
-
-
Luca Abeni authored
Originally committed as revision 23545 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 May, 2010 1 commit
-
-
Thomas Devanneaux authored
This fixes issue1907 Patch by Thomas Devanneaux gmail(thomdev) Originally committed as revision 23078 to svn://svn.ffmpeg.org/ffmpeg/trunk
-