summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-13
|\
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-10
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-03
|\|
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-15
|\|
| * 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
* | Revert "H264: Split out hl_motion and template it, this seems a bit faster"Michael Niedermayer2011-06-13
* | 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