summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* h264: move initialising the explicit pred weight table for MBAFFAnton Khirnov2016-06-121-1/+9
| | | | | | | Currently it's done in the code that initialises the ref list for MBAFF, which is not a logical place for it. Move it to the function that parses the pred table from the bitstream, which is analogous to what is done for the implicit weight table as well.
* 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
| | | | This will allow decoupling the parser from the decoder.
* h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-241-0/+80
| | | | This will allow decoupling the parser from the decoder.
* 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
| | | | This will allow decoupling the parser from the decoder.
* h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov2016-03-281-0/+92
| | | | It is shared with svq3.
* h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-0/+86
This will allow decoupling the parser from the decoder.
OpenPOWER on IntegriCloud