summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_picture.c
Commit message (Collapse)AuthorAgeFilesLines
* h264: use properly allocated AVFramesAnton Khirnov2015-04-291-6/+6
|
* h264: drop H264Context.ouputed_pocAnton Khirnov2015-04-291-1/+0
| | | | It is only set, but never used for anything.
* h264: drop needs_reallocAnton Khirnov2015-04-291-1/+0
| | | | It is not needed anymore since switching to refcounted frames.
* h264: disable ER by defaultAnton Khirnov2015-04-031-1/+1
| | | | | The way it is currently designed is fundamentally unsafe and cannot be reasonably fixed without completely rewriting it.
* h264: use a smaller struct for the ref listsAnton Khirnov2015-03-211-2/+2
| | | | | | There is no need to store a whole H264Picture, with a full AVFrame embedded in it. This should allow getting rid of the embedded AVFrame later.
* h264: move remaining ER stuff into the per-slice contextAnton Khirnov2015-03-211-4/+4
|
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-3/+3
|
* h264: fix build when error resilience is disabledVittorio Giovara2014-06-201-1/+4
|
* h264_picture: Remove pointless dsputil.h #includeDiego Biurrun2014-05-271-1/+0
|
* h264: Split h264 slice decoding from nal decodingLuca Barbato2014-03-231-0/+200
OpenPOWER on IntegriCloud