OSDN Git Service

doc: explain __STDC_CONSTANT_MACROS in C++
[coroid/libav_saccubus.git] / libavcodec / h264_cavlc.c
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
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-05-02 Stefano SabatiniReplace deprecated av_get_pict_type_char() with av_get_...
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-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-08-07 Jason Garrett-GlaserH.264: 8% faster CAVLC zero-run decoding
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-10 Michael NiedermayerCheck level_prefix a bit (this just checks the max...
2010-02-28 Michael NiedermayerRemove some unneeded fill_rectangle() for 16x16 blocks.
2010-02-17 Michael NiedermayerMove check for and call of predict_field_decoding_flag...
2010-02-15 Michael NiedermayerSplit setting neighboring MBs from fill_decode_caches()
2010-01-24 Michael NiedermayerBranchless setting of MB_TYPE_8x8DCT.
2010-01-24 Michael NiedermayerRemove cruft.
2010-01-24 Michael Niedermayera[b-1] -> (a-1)[b].
2010-01-24 Michael NiedermayerOptimize suffix_length computation, 1 cpu cycle speedup.
2010-01-24 Michael NiedermayerSimplify suffix_length computation, same speed.
2010-01-24 Michael NiedermayerOptimize level_code computation, 6cpu cycles speedup.
2010-01-24 Michael Niedermayer1 cpu cycle faster suffix_length calculation.
2010-01-21 Michael NiedermayerMove dquant check into qscale overflow check.
2010-01-20 Michael NiedermayerMerge multiple IS_* macro uses where possible.
2010-01-18 Michael NiedermayerFix compilation with -O0.
2010-01-18 Michael Niedermayerfilter_mb_fast needs cbp_table to be set.
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 NiedermayerMove golomb_to_int*cbp tables back to h264_data.h as...
2010-01-13 Michael NiedermayerSplit cavlc out of h264.c.