aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/h264_cavlc.c
AgeCommit message (Expand)Author
2014-03-16h264 does not depend on mpegvideo any moreVittorio Giovara
2014-03-16mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2013-11-21h264_cavlc: check the size of the intra PCM data.Anton Khirnov
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-03-21h264: add a parameter to the CHROMA444 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CHROMA422 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CABAC macro.Anton Khirnov
2013-03-21h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_FIELD macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_MBAFF macro.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-19h264: Don't store intra pcm samples in h->mbRonald S. Bultje
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-01-22Drop DCTELEM typedefDiego Biurrun
2012-12-08h264: check for invalid zeros_left before writingRonald S. Bultje
2012-10-27h264: fix invalid pointer arithmeticMans Rullgard
2012-10-05h264: don't touch H264Context->ref_count[] during MB decodingRonald S. Bultje
2012-04-05h264: Factorize declaration of mb_sizes array.Diego Biurrun
2012-02-09h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje
2012-01-27cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-12doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-11h264: fix invalid shifts in init_cavlc_level_tab()Mans Rullgard
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-03H.264: faster write_back_*Jason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-13Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-05-10Add support for higher QP values in h264.Oskar Arvidsson
2011-05-10Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-05-02Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-20Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-20Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-14H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser
2011-01-14H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2010-08-07H.264: 8% faster CAVLC zero-run decodingJason Garrett-Glaser
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-10Check level_prefix a bit (this just checks the max our bitreader can handle,Michael Niedermayer
2010-02-28Remove some unneeded fill_rectangle() for 16x16 blocks.Michael Niedermayer
2010-02-17Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer
2010-02-15Split setting neighboring MBs from fill_decode_caches()Michael Niedermayer
2010-01-24Branchless setting of MB_TYPE_8x8DCT.Michael Niedermayer
2010-01-24Remove cruft.Michael Niedermayer
2010-01-24a[b-1] -> (a-1)[b].Michael Niedermayer
2010-01-24Optimize suffix_length computation, 1 cpu cycle speedup.Michael Niedermayer
2010-01-24Simplify suffix_length computation, same speed.Michael Niedermayer
2010-01-24Optimize level_code computation, 6cpu cycles speedup.Michael Niedermayer