| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFs | Andreas Rheinhardt | 2022-03-23 | 1 | -3/+3 |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+1 |
* | avcodec.h: split bitstream filters API into its own header | Anton Khirnov | 2020-05-22 | 1 | -0/+1 |
* | lavc: rename bsf.h to bsf_internal.h | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | h264_mp4toannexb: Cosmetics | Andreas Rheinhardt | 2020-03-06 | 1 | -25/+25 |
* | h264_mp4toannexb: Improve overread checks | Andreas Rheinhardt | 2020-03-06 | 1 | -8/+13 |
* | h264_mp4toannexb: Stop reallocating the output buffer | Andreas Rheinhardt | 2020-03-06 | 1 | -52/+72 |
* | h264_mp4toannexb: Consistently use pointer comparisons | Andreas Rheinhardt | 2020-03-06 | 1 | -5/+1 |
* | h264_mp4toannexb: Copy one NAL unit at a time | Andreas Rheinhardt | 2020-03-06 | 1 | -22/+15 |
* | h264_mp4toannexb: Try to avoid four byte startcodes | Andreas Rheinhardt | 2020-03-06 | 1 | -3/+3 |
* | h264_mp4toannexb: Simplify extradata insertion | Andreas Rheinhardt | 2020-03-06 | 1 | -22/+22 |
* | h264_mp4toannexb: Don't forget numOfPictureParameterSets | Andreas Rheinhardt | 2020-03-06 | 1 | -3/+3 |
* | h264_mp4toannexb: Add a comment about possible overread | Andreas Rheinhardt | 2020-03-06 | 1 | -0/+1 |
* | h264_mp4toannexb: Improve extradata overread checks | Andreas Rheinhardt | 2020-03-06 | 1 | -2/+2 |
* | h264_mp4toannexb: Switch to GetByteContext to read extradata | Andreas Rheinhardt | 2020-03-06 | 1 | -8/+15 |
* | h264_mp4toannexb: Remove unnecessary check | Andreas Rheinhardt | 2019-12-15 | 1 | -7/+3 |
* | avcodec/h264_mp4toannexb_bsf: implement a AVBSFContext.flush() callback | James Almer | 2018-08-16 | 1 | -0/+10 |
* | avcodec/h264_mp4toannexb_bsf: use enum constants for the NAL unit type values | James Almer | 2018-07-30 | 1 | -7/+8 |
* | h264_mp4toannexb_bsf: Fix start code size of parameter sets. | Yusuke Nakamura | 2018-03-13 | 1 | -11/+11 |
* | Merge commit 'f3ed484953b81856e40239d2410058a96188b2be' | Derek Buitenhuis | 2016-05-12 | 1 | -1/+10 |
|\ |
|
| * | h264_mp4toannexb_bsf: do not fail on annex B extradata | Anton Khirnov | 2016-04-24 | 1 | -1/+10 |
* | | Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab' | Derek Buitenhuis | 2016-04-17 | 1 | -113/+109 |
|\| |
|
| * | lavc: add a new bitstream filtering API | Anton Khirnov | 2016-03-20 | 1 | -63/+88 |
* | | h264_mp4toannexb: fix the pps offset when there are more than one sps in avcc | 赵宇龙 | 2015-10-10 | 1 | -1/+1 |
* | | avcodec/h264_mp4toannexb_bsf: Use av_freep() to free spspps_buf | Michael Niedermayer | 2015-10-10 | 1 | -1/+1 |
* | | avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size check | Michael Niedermayer | 2015-08-21 | 1 | -1/+1 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | | libavcodec/h264_mp4toannexb_bsf.c: Optional argument "private_spspps_buf" to ... | Ivan Uskov | 2015-07-26 | 1 | -7/+34 |
* | | avcodec/h264_mp4toannexb_bsf: reset the new IDR flag when SPS/PPS is seen. | Benoit Fouet | 2014-10-05 | 1 | -2/+2 |
* | | avcodec/h264_mp4toannexb_bsf: use the given padding in h264_extradata_to_anne... | Benoit Fouet | 2014-09-30 | 1 | -1/+1 |
* | | avcodec/h264_mp4toannexb_bsf: add a case when only SPS/PPS is in the stream. | Benoit Fouet | 2014-09-30 | 1 | -9/+48 |
* | | h264_mp4toannexb_bsf: rename first_idr to new_idr | Benoit Fouet | 2014-08-01 | 1 | -8/+8 |
* | | h264_mp4toannexb_bsf: always set idr_sps_pps_seen when SPS/PPS is seen. | Benoit Fouet | 2014-08-01 | 1 | -1/+1 |
* | | h264_mp4toannexb_bsf: account for consecutive IDR pictures. | Benoit Fouet | 2014-07-31 | 1 | -0/+5 |
* | | avcodec/h264_mp4toannexb_bsf: fix issue when sps/pps are already in the bistream | Chris \"Koying\" Browet | 2014-07-27 | 1 | -3/+11 |
* | | avcodec/h264_mp4toannexb_bsf: prepend global headers before any in stream par... | Michael Niedermayer | 2014-03-26 | 1 | -1/+1 |
* | | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c' | Michael Niedermayer | 2013-12-09 | 1 | -12/+9 |
|\| |
|
| * | avcodec: Use av_reallocp where suitable | Alexandra Khirnova | 2013-12-09 | 1 | -12/+9 |
* | | avcodec: use designated initializers for bitstream filters | Paul B Mahol | 2013-10-02 | 1 | -3/+3 |
* | | lavc/h264_mp4toannexb: improve feedback in case of invalid bitstream | Stefano Sabatini | 2013-07-17 | 1 | -3/+9 |
* | | Merge commit '9e80eda26d06c7c48dbec5dfe643c857c62c0ee7' | Michael Niedermayer | 2013-06-16 | 1 | -1/+1 |
|\| |
|
| * | h264_mp4toannexb_bsf: return a padded buffer | Luca Barbato | 2013-06-15 | 1 | -1/+1 |
* | | Merge commit '8d929afd256069aa881f2bf58ef9f0ffce2d6b7e' | Michael Niedermayer | 2013-06-16 | 1 | -63/+71 |
|\| |
|
| * | h264_mp4toannexb_bsf: factor out extradata parsing | Luca Barbato | 2013-06-15 | 1 | -68/+78 |
* | | Merge commit '5d21ca45591bb1c1d2265f8ed972d18c563f145e' | Michael Niedermayer | 2013-06-16 | 1 | -32/+41 |
|\| |
|
| * | h264_mp4toannexb_bsf: K&R formatting cosmetics | Luca Barbato | 2013-06-15 | 1 | -32/+41 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | | h264_mp4toannexb_bsf: use i instead of misusing unit_type. | Michael Niedermayer | 2012-03-21 | 1 | -2/+3 |