summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mp4toannexb_bsf.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt2022-03-231-3/+3
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-1/+1
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-221-0/+1
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-221-1/+1
* h264_mp4toannexb: CosmeticsAndreas Rheinhardt2020-03-061-25/+25
* h264_mp4toannexb: Improve overread checksAndreas Rheinhardt2020-03-061-8/+13
* h264_mp4toannexb: Stop reallocating the output bufferAndreas Rheinhardt2020-03-061-52/+72
* h264_mp4toannexb: Consistently use pointer comparisonsAndreas Rheinhardt2020-03-061-5/+1
* h264_mp4toannexb: Copy one NAL unit at a timeAndreas Rheinhardt2020-03-061-22/+15
* h264_mp4toannexb: Try to avoid four byte startcodesAndreas Rheinhardt2020-03-061-3/+3
* h264_mp4toannexb: Simplify extradata insertionAndreas Rheinhardt2020-03-061-22/+22
* h264_mp4toannexb: Don't forget numOfPictureParameterSetsAndreas Rheinhardt2020-03-061-3/+3
* h264_mp4toannexb: Add a comment about possible overreadAndreas Rheinhardt2020-03-061-0/+1
* h264_mp4toannexb: Improve extradata overread checksAndreas Rheinhardt2020-03-061-2/+2
* h264_mp4toannexb: Switch to GetByteContext to read extradataAndreas Rheinhardt2020-03-061-8/+15
* h264_mp4toannexb: Remove unnecessary checkAndreas Rheinhardt2019-12-151-7/+3
* 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