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
2022-10-31avcodec/flvdec, intelh263dec: Remove redundant assignmentsAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-04get_bits: move check_marker() to mpegvideodec.hAnton Khirnov
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-02-18avcodec/ituh263dec: Make initializing VLCs thread-safeAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt
2022-01-29avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt
2022-01-13avcodec/mpegvideo: Don't set unrestricted_mv for decodersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
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