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-09-03avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
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/rv30: Mark decoder as init-threadsafeAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-12avcodec/rv34: Move dsp init code to rv30/rv40Andreas Rheinhardt
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-04-10lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov
2016-06-26Merge commit '4024b566d664a4b161d677554be52f32e7ad4236'Hendrik Leppkes
2016-05-25golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun
2015-08-17avcodec/rv30: fix switching back to the original resolutionMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-11-23lavc/rv30: fix mem leak in case of init failureLukasz Marek
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-23lavc: drop ff_pixfmt_list_420Vittorio Giovara
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-14Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2014-01-04avcodec/rv30: put the rpr check back in init with the max vs bits bug fixedMichael Niedermayer
2014-01-04avcodec/rv30: check rpr before use against maximumMichael Niedermayer
2014-01-04avcodec/rv30: cleanup rpr handlingMichael Niedermayer
2014-01-04Merge commit 'a6a2282c25abe43e352010a7c3fbc92994c0bc1c'Michael Niedermayer
2014-01-03rv30: fix extradata size check.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-17Merge commit '711c970168297683860422e95d6b7e37ee3c8367'Michael Niedermayer
2013-09-17rv34: Check the return value from ff_rv34_decode_initMartin Storsjö
2013-07-08Check the return value of ff_rv34_decode_init() in rv30.c and rv40.cCarl Eugen Hoyos
2013-04-08Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-18rv30: fix masking in rv30_loop_filter()Xi Wang
2012-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-08golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau
2012-10-13rv30_decode_intra_types: make check tighterMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov