]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_cabac.c
h264: fix invalid pointer arithmetic
[ffmpeg] / libavcodec / h264_cabac.c
2012-10-05 Ronald S. Bultjeh264: don't touch H264Context->ref_count[] during MB...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-06-23 Mans Rullgardh264: use asm cabac reader under a generic condition
2012-04-28 Roland Scheideggerh264: new assembly version of get_cabac for x86_64...
2012-04-28 Roland Scheideggerh264: use one table instead of several for cabac functions
2012-04-05 Diego Biurrunh264: Factorize declaration of mb_sizes array.
2012-03-28 Ronald S. Bultjeh264: fix cabac-on-stack after safe cabac reader.
2012-02-29 Ronald S. Bultjeh264: prevent overreads in intra PCM decoding.
2012-02-10 Ronald S. Bultjeh264: disallow constrained intra prediction modes for...
2012-01-12 Diego Biurruncabac: split cabac.h into declarations and function...
2011-12-27 Martin Storsjöx86: Fix constraints for decode_significance*_x86
2011-12-21 Diego Biurrunx86: Tighten register constraints for decode_significan...
2011-12-21 Diego Biurrunh264_cabac: synchronize decode_significance_*_x86 condi...
2011-12-13 Luca Barbatoerror_resilience: use the ER_ namespace
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-07-28 Jason Garrett-GlaserH.264: optimize CABAC x86 asm for Atom
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-08 Jason Garrett-GlaserH.264: use fill_rectangle in CABAC decoding
2011-07-03 Jason Garrett-GlaserH.264: template left MB handling
2011-07-03 Jason Garrett-GlaserH.264: faster write_back_*
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-05-10 Oskar ArvidssonAdd support for higher QP values in h264.
2011-05-10 Oskar ArvidssonAdd the notion of pixel size in h264 related functions.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-20 Ronald S. BultjeRevert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it...
2011-01-20 Ronald S. BultjeSet gray (128) U/V planes for chroma-less samples....
2011-01-15 Jason Garrett-GlaserRemove evil timers that snuck their way into r26375.
2011-01-15 Jason Garrett-GlaserFix r26375 on non-x86.
2011-01-15 Jason Garrett-GlaserH.264: Partially inline CABAC residual decoding
2011-01-15 Jason Garrett-GlaserH.264/SVQ3: make chroma DC work the same way as luma DC
2011-01-14 Jason Garrett-GlaserH.264: switch to x264-style tracking of luma/chroma...
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-26 Alexander Strangeh264: Use + instead of | in some places
2010-03-26 Alexander Strangeh264: Remove unused function argument
2010-03-26 Alexander Strangeh264: Simplify decode_cabac_residual() specialization
2010-02-28 Michael NiedermayerRemove some unneeded fill_rectangle() for 16x16 blocks.
2010-02-26 Zhou ZongyiOptimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.
2010-02-24 Michael NiedermayerChange mvd_cache & mvd_table to 8bit, this is overall...
2010-02-24 Michael NiedermayerCalculate mvd without abs()
2010-02-24 Michael Niedermayerswitch back to (amvd>2)+(amvd>32), its 5 cpu cycles...
2010-02-24 Michael NiedermayerFactorize common code from the top of decode_cabac_mb_mvd()
2010-02-24 Michael NiedermayerReplace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)
2010-02-24 Michael NiedermayerReplace ad-hoc fill rectangle by fill_rectangle().
2010-02-19 Michael Niedermayerget rid of an if() 1 cpu cycle faster.
2010-02-19 Michael NiedermayerGet rid of a local variable, 10 cpu cycles faster.
2010-02-18 Michael NiedermayerMove abs() from decode_cabac_mb_mvd() to the code that...
2010-02-18 Michael NiedermayerSpeedup decode_cabac_field_decoding_flag() by 9 cpu...
2010-02-17 Michael NiedermayerMove check for and call of predict_field_decoding_flag...
2010-02-16 Michael Niedermayer2x faster ff_h264_init_cabac_states(), 4k cpu cycles...
2010-02-16 Michael Niedermayer2 cpu cycles faster context calculation for decode_caba...
2010-02-16 Michael NiedermayerDrop a few redundant slice_num checks.
2010-02-15 Michael NiedermayerDrop compute_mb_neighbors() and move fill_decode_neighb...
2010-02-15 Michael NiedermayerSplit setting neighboring MBs from fill_decode_caches()
2010-02-15 Michael NiedermayerSimplify decode_cabac_mb_intra4x4_pred_mode().
2010-02-15 Michael NiedermayerMerge decode_cabac_mb_type_b() into calling code.
2010-02-15 Michael NiedermayerMerge the single line function decode_cabac_mb_transfor...
2010-02-14 Michael Niedermayerindent
2010-02-14 Michael NiedermayerMerge decode_cabac_mb_dqp() with surronding code.
2010-02-14 Michael NiedermayerSet sub_mb_type in direct_cache instead of just the...
2010-02-14 Michael NiedermayerStore sub_mb_type in direct_cache/direct_table.
2010-02-14 Michael NiedermayerRemove slice_table checks from decode_cabac_mb_cbp_luma...
2010-01-25 Michael NiedermayerOptimize decode_cabac_field_decoding_flag().
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-18 Michael NiedermayerCosmetic, get rid of &x[0]
2010-01-17 Michael NiedermayerSplit fill_caches() between filter and decoder.
2010-01-17 Michael NiedermayerRearchitecturing the stiched up goose part 1
2010-01-16 Michael NiedermayerReplace cabac checks in inline functions from h264...
2010-01-13 Michael NiedermayerSplit cabac decoding code out of h264.c.