summaryrefslogtreecommitdiff
path: root/libavcodec/h264dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264dec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-271-3/+1
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-251-0/+45
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* h264dec: do not set picture_structure on initAnton Khirnov2020-04-101-1/+0
* h264dec: rename flush_dpb()Anton Khirnov2020-04-101-3/+2
* h264_ps: make the PPS hold a reference to its SPSAnton Khirnov2020-04-101-3/+1
* h264dec: do not abort if decoding extradata failsAnton Khirnov2020-04-101-4/+10
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-29/+9
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-101-3/+2
* h264dec: do not export the chroma sample location immediately on parsing the SPSAnton Khirnov2020-03-201-2/+0
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-141-1/+0
* avcodec/h264: Fix poc_lsb in open gop contextNicolas Gaullier2019-09-101-1/+1
* avcodec/h264dec: set AVFrame decode_error_flags in case of decoding errorAmir Pauker2019-07-071-0/+5
* h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt2019-01-231-2/+2
* lavc/h264dec: don't error out when receiving multiple IDR slicesJosh de Kock2018-10-261-5/+0
* avcodec/h264dec: remove unnecessary checks in h264_decode_frameZhao Zhili2018-09-071-1/+1
* avcodec/h264dec: check number of SPS in is_extraZhao Zhili2018-09-071-0/+2
* h264: Support multi-field closed captions by using AVBufferRef and not resett...Kieran Kunhya2018-08-171-2/+3
* lavc/videotoolbox: fix threaded decodingRodger Combs2018-03-081-3/+0
* h264: add AVOption to set x264_build defaultwm42017-12-261-1/+1
* h264dec: Remove mpeg4video.h header dependencyKieran Kunhya2017-12-111-1/+0
* avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fieldsJames Almer2017-12-011-1/+1
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-261-0/+25
* avcodec/h264: implement new decode_params callback for PPS/SPSAman Gupta2017-11-131-0/+16
* avcodec/h264, videotoolbox: return AVERROR_INVALIDDATA when no frames are pro...Aman Gupta2017-11-131-1/+1
* Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4'James Almer2017-11-081-0/+1
|\
| * h264dec: track the last seen value of x264_buildAnton Khirnov2017-07-261-0/+1
* | Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer2017-10-231-27/+1
|\ \ | |/
* | Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31'James Almer2017-10-231-5/+0
|\ \ | |/
* | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-211-21/+0
|\ \ | |/
| * h264dec: initialize field_started to 0 on each decode callAnton Khirnov2017-03-121-0/+1
* | Merge commit '248dc5c1646dcdd96fe79761105c4ae889e711fd'James Almer2017-10-031-1/+1
|\ \ | |/
| * h264dec: fix dropped initial SEI recovery pointJohn Stebbins2017-02-241-1/+1
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
| * h264dec: export cropping information instead of handling it internallyAnton Khirnov2017-01-121-23/+3
| * h264dec: be more explicit in handling container croppingAnton Khirnov2017-01-121-0/+3
* | h264dec: remove unneeded prototypeRafaël Carré2017-07-071-2/+0
* | avcodec/h264dec: export cropping information instead of handling it internallyJames Almer2017-05-261-12/+1
* | avcodec/h264dec: be more explicit in handling container croppingJames Almer2017-05-261-0/+3
* | Merge commit 'f1af37b51033ad90e56a8d7dfcc366f2bd9d2fed'Clément Bœsch2017-05-051-3/+3
|\ \ | |/
| * h264dec: make ff_h264_decode_init() staticAnton Khirnov2017-01-091-2/+2
| * h264dec: make sure to only end a field if it has been startedAnton Khirnov2016-12-191-1/+2
| * pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov2016-12-191-1/+1
| * h264dec: support broken files with mp4 extradata/annex b dataAnton Khirnov2016-10-021-1/+18
| * h264dec: reset nb_slice_ctx_queued for hwaccel decodingAnton Khirnov2016-08-031-2/+3
| * h264dec: do not call finish_setup() if we have not started a frameAnton Khirnov2016-07-201-1/+1
* | h264: revert 1189af429211ac650aac730368a6cf5b23756605.Ronald S. Bultje2017-03-281-24/+0
* | pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov2017-03-211-1/+1
* | lavc/h264dec: use OFFSET macroMatthieu Bouron2017-03-151-2/+2
* | avcodec/h264, videotoolbox: fix crash after VT decoder failsAman Gupta2017-03-071-1/+6