| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 1 | -0/+1 |
* | h264_cabac: Mark functions calling decode_cabac_residual_internal as noinline | Diego Biurrun | 2013-08-24 | 1 | -12/+17 |
* | avcodec: Remove some commented-out debug cruft | Diego Biurrun | 2013-08-20 | 1 | -1/+0 |
* | h264: add a parameter to the CHROMA444 macro. | Anton Khirnov | 2013-03-21 | 1 | -3/+3 |
* | h264: add a parameter to the CHROMA422 macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | h264: add a parameter to the CABAC macro. | Anton Khirnov | 2013-03-21 | 1 | -2/+2 |
* | h264: add a parameter to the FIELD_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | h264: add a parameter to the FRAME_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -4/+4 |
* | h264: add a parameter to the MB_FIELD macro. | Anton Khirnov | 2013-03-21 | 1 | -7/+7 |
* | h264: add a parameter to the MB_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -4/+4 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -11/+11 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | h264: Don't store intra pcm samples in h->mb | Ronald S. Bultje | 2013-02-19 | 1 | -1/+2 |
* | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -53/+48 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -8/+28 |
* | h264: don't touch H264Context->ref_count[] during MB decoding | Ronald S. Bultje | 2012-10-05 | 1 | -25/+16 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+2 |
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -11/+2 |
* | h264: use asm cabac reader under a generic condition | Mans Rullgard | 2012-06-23 | 1 | -3/+3 |
* | h264: new assembly version of get_cabac for x86_64 with PIC | Roland Scheidegger | 2012-04-28 | 1 | -1/+1 |
* | h264: use one table instead of several for cabac functions | Roland Scheidegger | 2012-04-28 | 1 | -8/+1 |
* | h264: Factorize declaration of mb_sizes array. | Diego Biurrun | 2012-04-05 | 1 | -2/+2 |
* | h264: fix cabac-on-stack after safe cabac reader. | Ronald S. Bultje | 2012-03-28 | 1 | -0/+1 |
* | h264: prevent overreads in intra PCM decoding. | Ronald S. Bultje | 2012-02-29 | 1 | -0/+2 |
* | h264: disallow constrained intra prediction modes for luma. | Ronald S. Bultje | 2012-02-09 | 1 | -2/+2 |
* | cabac: split cabac.h into declarations and function definitions | Diego Biurrun | 2012-01-12 | 1 | -1/+3 |
* | x86: Fix constraints for decode_significance*_x86 | Martin Storsjö | 2011-12-27 | 1 | -1/+1 |
* | x86: Tighten register constraints for decode_significance*_x86. | Diego Biurrun | 2011-12-21 | 1 | -1/+1 |
* | h264_cabac: synchronize decode_significance_*_x86 conditionals | Diego Biurrun | 2011-12-21 | 1 | -1/+1 |
* | error_resilience: use the ER_ namespace | Luca Barbato | 2011-12-13 | 1 | -1/+1 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -1/+1 |
* | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -9/+75 |
* | H.264: optimize CABAC x86 asm for Atom | Jason Garrett-Glaser | 2011-07-28 | 1 | -1/+1 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -11/+11 |
* | H.264: use fill_rectangle in CABAC decoding | Jason Garrett-Glaser | 2011-07-08 | 1 | -2/+1 |
* | H.264: template left MB handling | Jason Garrett-Glaser | 2011-07-03 | 1 | -6/+6 |
* | H.264: faster write_back_* | Jason Garrett-Glaser | 2011-07-03 | 1 | -10/+11 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -101/+714 |
* | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -714/+101 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -101/+714 |
* | Add support for higher QP values in h264. | Oskar Arvidsson | 2011-05-10 | 1 | -5/+7 |
* | Add the notion of pixel size in h264 related functions. | Oskar Arvidsson | 2011-05-10 | 1 | -47/+58 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -10/+10 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-20 | 1 | -2/+1 |
* | Set gray (128) U/V planes for chroma-less samples. Fixes two fate samples | Ronald S. Bultje | 2011-01-20 | 1 | -0/+2 |
* | Remove evil timers that snuck their way into r26375. | Jason Garrett-Glaser | 2011-01-15 | 1 | -2/+1 |
* | Fix r26375 on non-x86. | Jason Garrett-Glaser | 2011-01-15 | 1 | -2/+2 |
* | H.264: Partially inline CABAC residual decoding | Jason Garrett-Glaser | 2011-01-15 | 1 | -26/+34 |