Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-19Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2012-02-19h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje
2011-12-28h264: fix init of topleft ref/mv.Michael Niedermayer
2011-11-04h264: fix the size of PPS::chroma_qp_tableLaurent Aimar
2011-10-02h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar
2011-10-02h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]Laurent Aimar
2011-10-01h264: pass buffer & size to ff_h264_decode_extradata()Michael Niedermayer
2011-09-21h264dec: Prevent CABAC and CAVLC bitsteram overreadingMichael Niedermayer
2011-07-26Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2011-07-03doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-13Revert "H264: Split out hl_motion and template it, this seems a bit faster"Michael Niedermayer
2011-06-03svq3: Move svq3-specific fields to their own context.Baptiste Coudurier
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Add support for higher QP values in h264.Oskar Arvidsson
2011-05-10Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-05-05SVQ3: Move svq3 specific fields to their own context.Baptiste Coudurier
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-04-11H264: Split out hl_motion and template it, this seems a bit fasterMichael Niedermayer
2011-04-11H264: replace pixel_size by pixel_shiftMichael Niedermayer
2011-04-11Add support for higher QP values in h264.Oskar Arvidsson
2011-04-11Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-02h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2011-02-01h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2011-01-26Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò
2011-01-25Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-15H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser
2011-01-15H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2010-07-06Add av_unused to decode_mb_skip declaration to fix the following warning:Eli Friedman
2010-07-05Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-29Cleanup prev commit, flag variable should start with 0Howard Chu
2010-05-28Parse avctx->extradata if available.Howard Chu
2010-05-26Factorize ff_h264_decode_extradata().Howard Chu
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-14Move static function fill_filter_caches() from h264.h to h264.c.Diego Biurrun
2010-03-31Fix implicit weight for b frames in mbaff.Michael Niedermayer
2010-03-30Replace @returns by @return.Benoit Fouet