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-06-17avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas 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/rv40: Make decoder 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-12-08avcodec/rv40: Avoid code duplication when initializing VLCsAndreas Rheinhardt
2020-12-08avcodec/rv40: Avoid offset table when initializing static VLCsAndreas Rheinhardt
2020-12-08avcodec/rv40: Make better use of VLC symbols tableAndreas Rheinhardt
2020-12-08avcodec/rv40: Make the tables used to initialize VLCs smallerAndreas 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
2017-02-21avcodec/rv40: Fix runtime error: left shift of negative valueMichael Niedermayer
2016-11-16avcodec/rv40: Test remaining space in loop of get_dimension()Michael Niedermayer
2016-06-26Merge commit '4024b566d664a4b161d677554be52f32e7ad4236'Hendrik Leppkes
2016-05-25golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-02-19Merge commit '0f532fd3f9b9ca974cea0feb8ddcaf4a7f3b23c5'Michael Niedermayer
2015-02-19rv40: Return more meaningful error codesHimangi Saraogi
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
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-08-12libavcodec/rv40.c: Fix duplicate wordsMichael Niedermayer
2013-07-08Check the return value of ff_rv34_decode_init() in rv30.c and rv40.cCarl Eugen Hoyos
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
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-28rv40: perform bitwise checks in loop filterChristophe Gisquet
2012-04-28rv40: don't always do the full prev_type searchChristophe Gisquet
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