| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: use buf[0] instead of data[0] in checks whether a frame is allocated | Anton Khirnov | 2013-11-18 | 1 | -3/+5 |
* | avcodec: Remove some commented-out debug cruft | Diego Biurrun | 2013-08-20 | 1 | -1/+0 |
* | h264_refs: Do not print check_opcodes() return value | Diego Biurrun | 2013-04-27 | 1 | -3/+3 |
* | h264: add a parameter to the FIELD_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -6/+6 |
* | h264_refs: cosmetics, reformat | Anton Khirnov | 2013-03-11 | 1 | -187/+213 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -26/+38 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -74/+64 |
* | h264: fix ff_generate_sliding_window_mmcos() prototype. | Anton Khirnov | 2013-01-14 | 1 | -4/+8 |
* | h264: don't clobber mmco opcode tables for non-first slice headers. | Ronald S. Bultje | 2013-01-14 | 1 | -42/+101 |
* | h264_refs: Fix debug tprintf argument types | Diego Biurrun | 2012-09-27 | 1 | -2/+2 |
* | h264: fix frame reordering code. | Ronald S. Bultje | 2011-12-03 | 1 | -5/+1 |
* | lavc: replace references to deprecated AVCodecContext.error_recognition to us... | Dustin Brody | 2011-10-22 | 1 | -1/+1 |
* | h264: correct the check for invalid long term frame index in MMCO decode | Jeff Downs | 2011-08-19 | 1 | -1/+1 |
* | h264: hide reference frame errors unless requested | Dustin Brody | 2011-08-17 | 1 | -1/+1 |
* | h264: add missing brackets. | Ronald S. Bultje | 2011-08-12 | 1 | -3/+4 |
* | h264: propagate error return values for AV_LOG_ERROR-triggering events | Dustin Brody | 2011-08-09 | 1 | -2/+6 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -25/+27 |
* | 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 |
* | 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 |