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
2011-10-27h264_parser: fully parse first_mb_in_slice to more reliably detect AU boundar...Michael Niedermayer
2011-10-07h264: 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-09-23h264: pass buffer & size to ff_h264_decode_extradata()Michael Niedermayer
2011-09-19calculate frame_num for recovery point "keyframe"John Stebbins
2011-09-17h264dec: Dont display trash before a keyframe.Michael Niedermayer
2011-09-12h264: improve MAX_SLICES too small check so it gives less false positives.Michael Niedermayer
2011-09-11h264dec: Prevent CABAC and CAVLC bitsteram overreadingMichael Niedermayer
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun
2011-07-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-12h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun
2011-07-12h264: move h264_mvpred.h include.Ronald S. Bultje
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-09H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIPJason Garrett-Glaser
2011-07-09H.264: faster P-SKIP decodingJason Garrett-Glaser
2011-07-09H.264: av_always_inline some more functionsJason Garrett-Glaser
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04H.264: template left MB handlingJason Garrett-Glaser
2011-07-04H.264: faster fill_decode_cachesJason Garrett-Glaser
2011-07-04H.264: faster write_back_*Jason Garrett-Glaser
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02doxygen: 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