| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: remove assert() on ref_frame_count. | Michael Niedermayer | 2011-10-05 | 1 | -2/+1 |
* | h264: fix FIXME and use list_count in ff_h264_fill_mbaff_ref_list() | Michael Niedermayer | 2011-09-28 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-18 | 1 | -1/+1 |
|\ |
|
| * | h264: hide reference frame errors unless requested | Dustin Brody | 2011-08-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-13 | 1 | -3/+4 |
|\| |
|
| * | h264: add missing brackets. | Ronald S. Bultje | 2011-08-12 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-10 | 1 | -2/+6 |
|\| |
|
| * | h264: propagate error return values for AV_LOG_ERROR-triggering events | Dustin Brody | 2011-08-09 | 1 | -2/+6 |
* | | h264 - correct the check for invalid long term frame index in MMCO decode | Jeff Downs | 2011-07-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -25/+27 |
|\| |
|
| * | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -25/+27 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -2/+3 |
|\| |
|
| * | h264: do not print "too many references" warning for intra-only. | Ronald S. Bultje | 2011-05-10 | 1 | -3/+5 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | H264: Fix intra only decoding. | Michael Niedermayer | 2011-05-01 | 1 | -1/+1 |
* | | H264:Print short+long+max values when they dont match up. | Michael Niedermayer | 2011-05-01 | 1 | -1/+1 |
* | | H264:use av_assert0() for frame num check | Michael Niedermayer | 2011-05-01 | 1 | -1/+2 |
|/ |
|
* | Perform sliding window operation during frame gap handling. | Michael Niedermayer | 2010-07-05 | 1 | -0/+1 |
* | Factorize ff_generate_sliding_window_mmcos() out. | Michael Niedermayer | 2010-07-05 | 1 | -14/+19 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Fix implicit weight for b frames in mbaff. | Michael Niedermayer | 2010-03-30 | 1 | -6/+0 |
* | Reorder indexes in weight tables. | Michael Niedermayer | 2010-03-03 | 1 | -4/+4 |
* | Merge weight & offset tables, 15 cpu cycles faster. | Michael Niedermayer | 2010-03-03 | 1 | -4/+4 |
* | Split all the reference picture handling off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -0/+700 |