summaryrefslogtreecommitdiff
path: root/libavcodec/h264_refs.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-18
|\
| * h264: hide reference frame errors unless requestedDustin Brody2011-08-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-13
|\|
| * h264: add missing brackets.Ronald S. Bultje2011-08-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-10
|\|
| * h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-09
* | h264 - correct the check for invalid long term frame index in MMCO decodeJeff Downs2011-07-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * h264: do not print "too many references" warning for intra-only.Ronald S. Bultje2011-05-10
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | H264: Fix intra only decoding.Michael Niedermayer2011-05-01
* | H264:Print short+long+max values when they dont match up.Michael Niedermayer2011-05-01
* | H264:use av_assert0() for frame num checkMichael Niedermayer2011-05-01
|/
* Perform sliding window operation during frame gap handling.Michael Niedermayer2010-07-05
* Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer2010-07-05
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-30
* Reorder indexes in weight tables.Michael Niedermayer2010-03-03
* Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer2010-03-03
* Split all the reference picture handling off h264.c.Michael Niedermayer2010-01-12