summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4_unpack_bframes_bsf.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpeg4video: Factor non-codec stuff out into a header of its ownAndreas Rheinhardt2022-09-021-1/+1
* avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt2022-03-231-3/+3
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-081-1/+1
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-221-1/+1
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-221-1/+1
* mpeg4_unpack_bframes: Merge close and flushAndreas Rheinhardt2019-10-191-9/+3
* mpeg4_unpack_bframes: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-10-171-42/+35
* avcodec/mpeg4_unpack_bframes_bsf: Use avpriv_find_start_codeAndreas Rheinhardt2019-02-041-24/+10
* avcodec/mpeg4_unpack_bframes_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-161-0/+7
* avcodec/mpeg4_unpack_bframes: cache input packets directlyJames Almer2018-04-251-37/+19
* avcodec/mpeg4_unpack_bframes: make sure the packet is writable when data need...James Almer2018-03-221-0/+3
* avcodec/mpeg4_unpack_bframes: reduce code duplicationJames Almer2018-03-201-10/+10
* avcodec/mpeg4_unpack_bframes_bsf: Check av_packet_from_data() return valueJan Sebechlebsky2016-07-221-1/+5
* avcodec/mpeg4_unpack_bframes_bsf: Copy packet propsJan Sebechlebsky2016-07-221-0/+6
* Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis2016-04-171-67/+64
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
* avcodec: add unpack packed B-frames bitstream filterAndreas Cadhalpun2015-04-051-0/+194