summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_mp4toannexb_bsf.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_mp4toannexb_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-161-0/+10
* avcodec/h264_mp4toannexb_bsf: use enum constants for the NAL unit type valuesJames Almer2018-07-301-7/+8
* h264_mp4toannexb_bsf: Fix start code size of parameter sets.Yusuke Nakamura2018-03-131-11/+11
* Merge commit 'f3ed484953b81856e40239d2410058a96188b2be'Derek Buitenhuis2016-05-121-1/+10
|\
| * h264_mp4toannexb_bsf: do not fail on annex B extradataAnton Khirnov2016-04-241-1/+10
* | Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis2016-04-171-113/+109
|\ \ | |/
| * lavc: add a new bitstream filtering APIAnton Khirnov2016-03-201-63/+88
* | h264_mp4toannexb: fix the pps offset when there are more than one sps in avcc赵宇龙2015-10-101-1/+1
* | avcodec/h264_mp4toannexb_bsf: Use av_freep() to free spspps_bufMichael Niedermayer2015-10-101-1/+1
* | avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size checkMichael Niedermayer2015-08-211-1/+1
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-3/+3
* | libavcodec/h264_mp4toannexb_bsf.c: Optional argument "private_spspps_buf" to ...Ivan Uskov2015-07-261-7/+34
* | avcodec/h264_mp4toannexb_bsf: reset the new IDR flag when SPS/PPS is seen.Benoit Fouet2014-10-051-2/+2
* | avcodec/h264_mp4toannexb_bsf: use the given padding in h264_extradata_to_anne...Benoit Fouet2014-09-301-1/+1
* | avcodec/h264_mp4toannexb_bsf: add a case when only SPS/PPS is in the stream.Benoit Fouet2014-09-301-9/+48
* | h264_mp4toannexb_bsf: rename first_idr to new_idrBenoit Fouet2014-08-011-8/+8
* | h264_mp4toannexb_bsf: always set idr_sps_pps_seen when SPS/PPS is seen.Benoit Fouet2014-08-011-1/+1
* | h264_mp4toannexb_bsf: account for consecutive IDR pictures.Benoit Fouet2014-07-311-0/+5
* | avcodec/h264_mp4toannexb_bsf: fix issue when sps/pps are already in the bistreamChris \"Koying\" Browet2014-07-271-3/+11
* | avcodec/h264_mp4toannexb_bsf: prepend global headers before any in stream par...Michael Niedermayer2014-03-261-1/+1
* | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-091-12/+9
|\ \ | |/
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-12/+9
* | avcodec: use designated initializers for bitstream filtersPaul B Mahol2013-10-021-3/+3
* | lavc/h264_mp4toannexb: improve feedback in case of invalid bitstreamStefano Sabatini2013-07-171-3/+9
* | Merge commit '9e80eda26d06c7c48dbec5dfe643c857c62c0ee7'Michael Niedermayer2013-06-161-1/+1
|\ \ | |/
| * h264_mp4toannexb_bsf: return a padded bufferLuca Barbato2013-06-151-1/+1
* | Merge commit '8d929afd256069aa881f2bf58ef9f0ffce2d6b7e'Michael Niedermayer2013-06-161-63/+71
|\ \ | |/
| * h264_mp4toannexb_bsf: factor out extradata parsingLuca Barbato2013-06-151-68/+78
* | Merge commit '5d21ca45591bb1c1d2265f8ed972d18c563f145e'Michael Niedermayer2013-06-161-32/+41
|\ \ | |/
| * h264_mp4toannexb_bsf: K&R formatting cosmeticsLuca Barbato2013-06-151-32/+41
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+3
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* | h264_mp4toannexb_bsf: use i instead of misusing unit_type.Michael Niedermayer2012-03-211-2/+3
* | h264_mp4toannexb_bsf: support 24bit lengthsgs_gail2012-03-211-8/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | h264_mp4toannexb_filter: pass error code through.Michael Niedermayer2011-12-291-5/+7
* | Cleanup 'Fix spurious warning when stream has SPS and PPS units.'Michael Niedermayer2011-04-081-6/+2
|/
* h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units.Philip Langdale2011-03-151-1/+4
* reindent.Ronald S. Bultje2011-03-071-3/+1
* h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern2011-03-071-2/+17
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Cosmetics: alignment and long line break.Benoit Fouet2010-06-101-5/+6
* Cosmetics: use and place braces correctly in if ... else statements.Benoit Fouet2010-06-101-7/+6
* Sanitize av_realloc() use in h264 mp4toannexb bistream filter.Benoit Fouet2010-06-101-8/+21
* Improve the mp4toannexb BSF to convert the extradata.Luca Abeni2010-06-091-17/+12
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-101-1/+14
* Add a quick description to the H.264 BSFAlex Converse2009-05-131-0/+1
OpenPOWER on IntegriCloud