summaryrefslogtreecommitdiff
path: root/libavcodec/h264_parse.c
Commit message (Expand)AuthorAgeFilesLines
* h264: add H264_ prefix to the NAL unit typesAnton Khirnov2016-06-211-2/+2
* 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-1/+1
* h264: move initialising the explicit pred weight table for MBAFFAnton Khirnov2016-06-121-1/+9
* h264_parser: remove the remaining dependencies on the h264 decoderAnton Khirnov2016-04-241-0/+27
* h264: decouple extradata parsing from the decoderAnton Khirnov2016-04-241-0/+144
* h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-241-0/+80
* h264_parse: make sure the ref count is zeroed on all failure pathsAnton Khirnov2016-04-241-6/+9
* h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-241-0/+46
* h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov2016-03-281-0/+92
* h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-0/+86