summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-12-191-0/+28
* h264dec: track the last seen value of x264_buildAnton Khirnov2017-07-261-0/+1
* h264dec: initialize field_started to 0 on each decode callAnton Khirnov2017-03-121-0/+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: 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
* h264dec: handle zero-sized NAL units in get_last_needed_nal()Anton Khirnov2016-07-201-2/+9
* h264dec: make sure not to call finish_setup() more than once per frameAnton Khirnov2016-07-201-1/+1
* h264: fix decoding multiple fields per packet with slice threadsAnton Khirnov2016-07-151-33/+14
* h264: eliminate decode_postinit()Anton Khirnov2016-07-151-165/+12
* h264: handle frame recovery in h264_field_start()Anton Khirnov2016-06-211-18/+0
* h264: discard slices of redundant pictures right after parsing the slice headerAnton Khirnov2016-06-211-2/+4
* h264: call the hwaccel frame_start() from h264_field_start()Anton Khirnov2016-06-211-4/+0
* h264: fix the check for mixed IDR/non-IDR slicesAnton Khirnov2016-06-211-6/+0
* h264: drop tests whether the codec id is AV_CODEC_ID_H264Anton Khirnov2016-06-211-5/+3
* h264: add H264_ prefix to the NAL unit typesAnton Khirnov2016-06-211-25/+25
* h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-211-0/+1
* h264: create a new header for common h264 definitionsAnton Khirnov2016-06-211-0/+1
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-0/+982
OpenPOWER on IntegriCloud