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
2019-12-31avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer
2017-01-21avcodec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM to most h263 based codecsMichael Niedermayer
2016-06-22lavc/get_bits: add a logging context to check_marker()Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-09-16Merge commit '5d14cf199990cd378904a2618b5c72c4b02290f6'Hendrik Leppkes
2015-09-13mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-01Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer
2015-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2015-04-15avcodec/intelh263dec: Use check_marker()Michael Niedermayer
2014-06-19Merge commit 'b2290bf10b12b7772f55fcab014a47e18e9fdef2'Michael Niedermayer
2014-06-19i263: skip dummy framesDirk Ausserhaus
2014-03-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-23lavc: drop ff_pixfmt_list_420Vittorio Giovara
2013-10-30avcodec/intelh263dec: Use skip_1stop_8data_bits()Michael Niedermayer
2013-10-30avcodec/intelh263dec: make while get_bits loop more robust by checking bits leftMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-17intel h263 dec: support advanced predictionMichael Niedermayer
2012-06-03h263: disable loop filter with lowresMichael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-10intelh263dec: aspect ratio processing fix.Anton Khirnov
2011-06-10intelh263dec: fix "Strict H.263 compliance" file playbackAnton Khirnov
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-03-25Intel H.263 aspect ratio processing fix.XV
2011-03-25Fix Intel I.263 "Strict H.263 compliance" file playback / issue2449XV
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer
2010-01-08Fix indention.Michael Niedermayer
2010-01-07Factorize if() surrounding every ff_h263_show_pict_info() call.Michael Niedermayer
2010-01-07Split out intel H263 decoder.Michael Niedermayer