| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | H.264/SVQ3: make chroma DC work the same way as luma DC | Jason Garrett-Glaser | 2011-01-15 | 1 | -1/+2 |
* | H.264: switch to x264-style tracking of luma/chroma DC NNZ | Jason Garrett-Glaser | 2011-01-14 | 1 | -5/+6 |
* | H.264: split luma dc idct out and implement MMX/SSE2 versions | Jason Garrett-Glaser | 2011-01-14 | 1 | -4/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 1 | -1/+1 |
* | h264: Use + instead of | in some places | Alexander Strange | 2010-03-26 | 1 | -8/+8 |
* | h264: Remove unused function argument | Alexander Strange | 2010-03-26 | 1 | -4/+4 |
* | h264: Simplify decode_cabac_residual() specialization | Alexander Strange | 2010-03-26 | 1 | -17/+6 |
* | Remove some unneeded fill_rectangle() for 16x16 blocks. | Michael Niedermayer | 2010-02-28 | 1 | -4/+2 |
* | Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. | Zhou Zongyi | 2010-02-26 | 1 | -1/+2 |
* | Change mvd_cache & mvd_table to 8bit, this is overall a bit faster | Michael Niedermayer | 2010-02-24 | 1 | -13/+13 |
* | Calculate mvd without abs() | Michael Niedermayer | 2010-02-24 | 1 | -14/+18 |
* | switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. | Michael Niedermayer | 2010-02-24 | 1 | -1/+1 |
* | Factorize common code from the top of decode_cabac_mb_mvd() | Michael Niedermayer | 2010-02-24 | 1 | -13/+16 |
* | Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) | Michael Niedermayer | 2010-02-24 | 1 | -1/+1 |
* | Replace ad-hoc fill rectangle by fill_rectangle(). | Michael Niedermayer | 2010-02-24 | 1 | -4/+2 |
* | get rid of an if() 1 cpu cycle faster. | Michael Niedermayer | 2010-02-19 | 1 | -2/+1 |
* | Get rid of a local variable, 10 cpu cycles faster. | Michael Niedermayer | 2010-02-19 | 1 | -6/+5 |
* | Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache. | Michael Niedermayer | 2010-02-18 | 1 | -13/+15 |
* | Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles. | Michael Niedermayer | 2010-02-18 | 1 | -2/+1 |
* | Move check for and call of predict_field_decoding_flag() from the mb code to | Michael Niedermayer | 2010-02-17 | 1 | -2/+0 |
* | 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less. | Michael Niedermayer | 2010-02-16 | 1 | -9/+10 |
* | 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type() | Michael Niedermayer | 2010-02-16 | 1 | -2/+2 |
* | Drop a few redundant slice_num checks. | Michael Niedermayer | 2010-02-16 | 1 | -11/+6 |
* | Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its | Michael Niedermayer | 2010-02-15 | 1 | -28/+1 |
* | Split setting neighboring MBs from fill_decode_caches() | Michael Niedermayer | 2010-02-15 | 1 | -0/+1 |