aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_refs.c
Commit message (Expand)AuthorAgeFilesLines
* replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* H264: Fix intra only decoding.Michael Niedermayer2011-05-011-1/+1
* H264:Print short+long+max values when they dont match up.Michael Niedermayer2011-05-011-1/+1
* H264:use av_assert0() for frame num checkMichael Niedermayer2011-05-011-1/+2
* Perform sliding window operation during frame gap handling.Michael Niedermayer2010-07-051-0/+1
* Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer2010-07-051-14/+19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-301-6/+0
* Reorder indexes in weight tables.Michael Niedermayer2010-03-031-4/+4
* Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer2010-03-031-4/+4
* Split all the reference picture handling off h264.c.Michael Niedermayer2010-01-121-0/+700