summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAge
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\
| * 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
* | SVQ3: Move svq3 specific fields to their own context.Baptiste Coudurier2011-05-05
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * 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
* | H264: Split out hl_motion and template it, this seems a bit fasterMichael Niedermayer2011-04-10
* | H264: replace pixel_size by pixel_shiftMichael Niedermayer2011-04-10
* | Add support for higher QP values in h264.Oskar Arvidsson2011-04-10
* | Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-10
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-22
* | h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-02
* | Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-26
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-21
|/
* 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