summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
...
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos2009-01-17
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove H264Context from vdpau_internal.h.Carl Eugen Hoyos2009-01-11
* Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.Carl Eugen Hoyos2009-01-10
* Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.Carl Eugen Hoyos2009-01-10
* Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.Carl Eugen Hoyos2009-01-10
* Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos2009-01-09
* Rename ff_VDPAU as ff_vdpau.Carl Eugen Hoyos2009-01-07
* Only #include svq3.c if the SVQ3 decoder is enabled.Diego Biurrun2009-01-07
* Disable SVQ3 checks if SVQ3 support is not compiled in.Diego Biurrun2009-01-07
* 50l: Reenable error resilience for H264 (Patch by Dark Shikari).Jason Garrett-Glaser2009-01-05
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-01-05
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
* export refsMichael Niedermayer2008-12-24
* Optimize pred_pskip_motion()Michael Niedermayer2008-12-24
* IndentMichael Niedermayer2008-12-23
* Integrate get_te0_golomb() calls into the code, this allows some checksMichael Niedermayer2008-12-23
* Use get_ue_golomb_31() where possible, almost all are just in headersMichael Niedermayer2008-12-23
* indentMichael Niedermayer2008-12-23
* Use the new VLC table for the first non trailing coeff too.Michael Niedermayer2008-12-23
* Optimize esc removal code.Michael Niedermayer2008-12-23
* IndentMichael Niedermayer2008-12-23
* unified CAVLC level decoding LUT.Michael Niedermayer2008-12-23
* 100l, I broke H.264 again, forgot one hunk.Michael Niedermayer2008-12-23
* Optimize 0 0 0-3 search, 45% faster on pentium dual.Michael Niedermayer2008-12-23
* Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster onMichael Niedermayer2008-12-22
* IndentMichael Niedermayer2008-12-22
* inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.Michael Niedermayer2008-12-22
* Negate 2 more variables, 1 cpu cycle faster on pentium dual.Michael Niedermayer2008-12-22
* Simplify if/else, no speed changeMichael Niedermayer2008-12-22
* Negate a few variables, this simplifies the code and makes it 5 cycles fasterMichael Niedermayer2008-12-22
* Simplify ifs(), 8 cpu cycles faster on pentium dualMichael Niedermayer2008-12-22
* Simplify if(), 3 cpu cycles faster in pentium dual.Michael Niedermayer2008-12-22
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
* Remove a bunch of unused variables.Diego Biurrun2008-12-22
* Remove useless code.Michael Niedermayer2008-12-21
* Only execute clear_blocks() when needed.Michael Niedermayer2008-12-21
* Optimize get_dct8x8_allowed().Michael Niedermayer2008-12-20
* H.264 loopfilter speed tweaksJason Garrett-Glaser2008-12-19
* Fix decoding with the plain C idcts ofMichael Niedermayer2008-12-19
* Replace /2 by >>1 in decode_cabac_mb_dqp()Michael Niedermayer2008-12-19
* Simplify ctx update in decode_cabac_mb_dqp().Michael Niedermayer2008-12-19
* Simplify ctx calculation in decode_cabac_mb_dqp()Michael Niedermayer2008-12-19
* Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer.Alexander Strange2008-12-19
* Move filter_luma_intra into dsputil for later addition of asm.Jason Garrett-Glaser2008-12-19
* Simplify chroma AC in CABAC residual decoding.Jason Garrett-Glaser2008-12-19
* Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari.Michael Niedermayer2008-12-19
* Remove unacceptable NULL pointer hack from mc code.Michael Niedermayer2008-12-18