aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/h264_refs.c
AgeCommit message (Expand)Author
2011-12-03h264: fix frame reordering code.Ronald S. Bultje
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
2011-08-19h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs
2011-08-17h264: hide reference frame errors unless requestedDustin Brody
2011-08-12h264: add missing brackets.Ronald S. Bultje
2011-08-09h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-05-10h264: do not print "too many references" warning for intra-only.Ronald S. Bultje
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-05Perform sliding window operation during frame gap handling.Michael Niedermayer
2010-07-05Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-30Fix implicit weight for b frames in mbaff.Michael Niedermayer
2010-03-03Reorder indexes in weight tables.Michael Niedermayer
2010-03-03Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer
2010-01-12Split all the reference picture handling off h264.c.Michael Niedermayer