]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_cavlc.c
avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const
[ffmpeg] / libavcodec / h264_cavlc.c
2014-03-16 Vittorio Giovarah264 does not depend on mpegvideo any more
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2013-11-21 Anton Khirnovh264_cavlc: check the size of the intra PCM data.
2013-08-20 Diego Biurrunavcodec: Remove some commented-out debug cruft
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA444 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA422 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CABAC macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FRAME_MBAFF macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_FIELD macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_MBAFF macro.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-19 Ronald S. Bultjeh264: Don't store intra pcm samples in h->mb
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-08 Ronald S. Bultjeh264: check for invalid zeros_left before writing
2012-10-27 Mans Rullgardh264: fix invalid pointer arithmetic
2012-10-05 Ronald S. Bultjeh264: don't touch H264Context->ref_count[] during MB...
2012-04-05 Diego Biurrunh264: Factorize declaration of mb_sizes array.
2012-02-10 Ronald S. Bultjeh264: disallow constrained intra prediction modes for...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-10-11 Mans Rullgardh264: fix invalid shifts in init_cavlc_level_tab()
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.