summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_cabac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-17/+63
|\ \ | |/
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-9/+75
* | h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar2011-10-021-2/+2
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-9/+29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-291-1/+1
|\ \ | |/
| * H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser2011-07-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-11/+11
|\ \ | |/
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-11/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-101-2/+1
|\ \ | |/
| * H.264: use fill_rectangle in CABAC decodingJason Garrett-Glaser2011-07-081-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-16/+17
|\ \ | |/
| * H.264: template left MB handlingJason Garrett-Glaser2011-07-031-6/+6
| * H.264: faster write_back_*Jason Garrett-Glaser2011-07-031-10/+11
* | Remove gcc 2.95.3 remnants.Carl Eugen Hoyos2011-06-291-1/+1
* | Use HAVE_TEN_OPERANDS for new decode_significance* functions.Carl Eugen Hoyos2011-06-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-101/+714
|\ \ | |/
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-101/+714
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-714/+101
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-101/+714
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-12/+14
|\ \ | |/
| * Add support for higher QP values in h264.Oskar Arvidsson2011-05-101-5/+7
| * Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-101-47/+58
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-10/+10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-2/+1
| * Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje2011-01-201-0/+2
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-10/+10
* | H264: factor if() out of coef decoding loop of decode_cabac_residual_internal()Michael Niedermayer2011-04-101-6/+6
* | H264: replace pixel_size by pixel_shiftMichael Niedermayer2011-04-101-6/+6
* | Add support for higher QP values in h264.Oskar Arvidsson2011-04-101-5/+7
* | Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-101-40/+50
* | Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje2011-01-211-0/+2
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-211-2/+1
|/
* Remove evil timers that snuck their way into r26375.Jason Garrett-Glaser2011-01-151-2/+1
* Fix r26375 on non-x86.Jason Garrett-Glaser2011-01-151-2/+2
* H.264: Partially inline CABAC residual decodingJason Garrett-Glaser2011-01-151-26/+34
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-1/+2
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-141-5/+6
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* h264: Use + instead of | in some placesAlexander Strange2010-03-261-8/+8
* h264: Remove unused function argumentAlexander Strange2010-03-261-4/+4
* h264: Simplify decode_cabac_residual() specializationAlexander Strange2010-03-261-17/+6
* Remove some unneeded fill_rectangle() for 16x16 blocks.Michael Niedermayer2010-02-281-4/+2
* Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.Zhou Zongyi2010-02-261-1/+2
* Change mvd_cache & mvd_table to 8bit, this is overall a bit fasterMichael Niedermayer2010-02-241-13/+13
* Calculate mvd without abs()Michael Niedermayer2010-02-241-14/+18
OpenPOWER on IntegriCloud