summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-81/+100
|\
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-81/+100
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-100/+81
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-81/+100
| * svq3: Move svq3-specific fields to their own context.Baptiste Coudurier2011-06-031-7/+0
| * H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-0/+2
* | Revert "H264: Split out hl_motion and template it, this seems a bit faster"Michael Niedermayer2011-06-131-6/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-5/+5
|\ \ | |/
| * Add support for higher QP values in h264.Oskar Arvidsson2011-05-101-3/+4
| * Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-101-4/+5
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-3/+3
* | SVQ3: Move svq3 specific fields to their own context.Baptiste Coudurier2011-05-051-7/+0
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-3/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-2/+0
|\ \ | |/
| * Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-2/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-011-0/+6
| * Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-251-6/+0
| * Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-1/+0
* | H264: Split out hl_motion and template it, this seems a bit fasterMichael Niedermayer2011-04-101-0/+6
* | H264: replace pixel_size by pixel_shiftMichael Niedermayer2011-04-101-1/+1
* | Add support for higher QP values in h264.Oskar Arvidsson2011-04-101-3/+4
* | Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-101-4/+5
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-221-1/+3
* | h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-021-0/+6
* | Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-261-6/+0
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-211-1/+0
|/
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-0/+1
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-141-3/+16
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-4/+1
* Add av_unused to decode_mb_skip declaration to fix the following warning:Eli Friedman2010-07-061-1/+1
* Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer2010-07-051-0/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-11/+11
* Cleanup prev commit, flag variable should start with 0Howard Chu2010-05-281-1/+1
* Parse avctx->extradata if available.Howard Chu2010-05-281-0/+1
* Factorize ff_h264_decode_extradata().Howard Chu2010-05-261-0/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Move static function fill_filter_caches() from h264.h to h264.c.Diego Biurrun2010-04-131-216/+0
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-301-1/+1
* Replace @returns by @return.Benoit Fouet2010-03-301-4/+4
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-0/+2
* H264: fix signed overflow in constant multiplicationMåns Rullgård2010-03-151-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-6/+6
* Port Optimizations about *_type init from decode to filter code.Michael Niedermayer2010-03-041-6/+11
* Optimize *_type init, 1.5 cpu cycles faster.Michael Niedermayer2010-03-041-1/+9
* Reorder indexes in weight tables.Michael Niedermayer2010-03-031-2/+2
* Move all context fields that are not used in the mb and block layersMichael Niedermayer2010-03-031-64/+73
* remove unused left_border field from context.Michael Niedermayer2010-03-031-1/+0
* Note about luma/chroma_weight tables and their datatype.Michael Niedermayer2010-03-031-0/+1
* move svq3 specific fields to the end of the contextMichael Niedermayer2010-03-031-8/+7
OpenPOWER on IntegriCloud