summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAge
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* svq3: Move svq3-specific fields to their own context.Baptiste Coudurier2011-06-03
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* Add support for higher QP values in h264.Oskar Arvidsson2011-05-10
* Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-10
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-01
* Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-25
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-20
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-15
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-14
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* Add av_unused to decode_mb_skip declaration to fix the following warning:Eli Friedman2010-07-06
* Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer2010-07-05
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Cleanup prev commit, flag variable should start with 0Howard Chu2010-05-28
* Parse avctx->extradata if available.Howard Chu2010-05-28
* Factorize ff_h264_decode_extradata().Howard Chu2010-05-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Move static function fill_filter_caches() from h264.h to h264.c.Diego Biurrun2010-04-13
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-30
* Replace @returns by @return.Benoit Fouet2010-03-30
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* H264: fix signed overflow in constant multiplicationMåns Rullgård2010-03-15
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Port Optimizations about *_type init from decode to filter code.Michael Niedermayer2010-03-04
* Optimize *_type init, 1.5 cpu cycles faster.Michael Niedermayer2010-03-04
* Reorder indexes in weight tables.Michael Niedermayer2010-03-03
* Move all context fields that are not used in the mb and block layersMichael Niedermayer2010-03-03
* remove unused left_border field from context.Michael Niedermayer2010-03-03
* Note about luma/chroma_weight tables and their datatype.Michael Niedermayer2010-03-03
* move svq3 specific fields to the end of the contextMichael Niedermayer2010-03-03
* Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer2010-03-03
* Another 3 useless zeroing instructions.Michael Niedermayer2010-03-03
* Load the whole left side of mv&ref only when needed.Michael Niedermayer2010-03-03
* Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedupMichael Niedermayer2010-02-27
* Split *_type setting up, 4 cpu cycles faster.Michael Niedermayer2010-02-27
* Only load the topleft mv/ref when the topright is unavailable.Michael Niedermayer2010-02-26
* Remove some useless operations from the code setting left_cbp.Michael Niedermayer2010-02-26
* Simplify code to set cbp_*Michael Niedermayer2010-02-26
* Move init of right side of ref_cache from fill_caches() to init_the_darn_deco...Michael Niedermayer2010-02-26
* Remove 3 mv_cache zeroing instructions that zeroed the right side.Michael Niedermayer2010-02-26
* Remove useless check of the 2 left MBs of a pair being in the same slice.Michael Niedermayer2010-02-26
* Remove unneeded line of code from the neighbor setting code in h264.Michael Niedermayer2010-02-26
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-25
* Store data in direct_table interleaved.Michael Niedermayer2010-02-25