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-12-11itu H.263: Fix handling of PB blocksMichael Niedermayer
2012-11-15ituh263dec: more complete w/h check.Michael Niedermayer
2012-10-27ff_h263_decode_init_vlc: fix order of operations to avoid failure with 2 threadsMichael Niedermayer
2012-10-09Check for resync marker based on vop coding type- vop_fcode_forward and vop_f...Anuj Mittal
2012-10-09Check resync marker only when enabled.Anuj Mittal
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-01ituh263dec: use av_assertMichael Niedermayer
2012-06-22h.263dec: use av_assertMichael Niedermayer
2012-06-17Change all uses of restrict to use av_restrict instead.Ronald S. Bultje
2012-06-03h263: disable loop filter with lowresMichael Niedermayer
2012-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-02ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.Michael Niedermayer
2012-03-23ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.Michael Niedermayer
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05Replace computations of remaining bits with calls to get_bits_left().Alex Converse
2012-03-02h263: fix zygo debug printing overreading.Michael Niedermayer
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-12-18h263: disable slow checked reader, overreads are not possible inMichael Niedermayer
2011-12-13h263dec: restore error concealment functionality after mergeMichael Niedermayer
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12lavc: convert error_recognition to err_recognition.Dustin Brody
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-10mpeg124: use sign_extend() functionMans Rullgard
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02Remove unused variablesMans Rullgard
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-05-02Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-17Use LOCAL_ALIGNED macro for local arraysMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer