summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAge
* h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun2011-07-14
* h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun2011-07-12
* h264: move h264_mvpred.h include.Ronald S. Bultje2011-07-12
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIPJason Garrett-Glaser2011-07-08
* H.264: faster P-SKIP decodingJason Garrett-Glaser2011-07-08
* H.264: av_always_inline some more functionsJason Garrett-Glaser2011-07-08
* H.264: template left MB handlingJason Garrett-Glaser2011-07-03
* H.264: faster fill_decode_cachesJason Garrett-Glaser2011-07-03
* H.264: faster write_back_*Jason Garrett-Glaser2011-07-03
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* 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