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-07avcodec/dvdec: Avoid stack buffersAndreas Rheinhardt
2022-09-07avcodec/dvdec: Mark dv_init_static() as av_coldAndreas Rheinhardt
2022-09-07avcodec/dvdec: Use ff_init_vlc_from_lengths()Andreas Rheinhardt
2022-09-05lavc/dv: rename constants to follow our naming conventionsAnton Khirnov
2022-09-05lavc/dv.h: move encoder/decoder-specific code to a new headerAnton Khirnov
2022-09-05lavc/dvdec: stop using DVVideoContextAnton Khirnov
2022-09-05lavc/dv: do not pass DVVideoContext to dv_calculate_mb_xy()Anton Khirnov
2022-09-05lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables()Anton Khirnov
2022-09-05lavc/dv: remove ff_dvvideo_init()Anton Khirnov
2022-09-05lavc/dvdec: drop the only use of DVVideoContext.avctxAnton Khirnov
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt
2022-07-31avcodec/dvdec: Constify slice threads' ptr to main contextAndreas 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-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas 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-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-11-21av(codec|device): Don't cast pointers to intAndreas Rheinhardt
2021-05-06avcodec/dvdec: Make decoder init-threadsafeAndreas Rheinhardt
2021-05-06avcodec/dv: Don't initialize RL VLC for encoderAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2019-11-20avcodec/dvdec: Use av_clip_uint8 instead of ff_crop_tabMichael Niedermayer
2019-11-11avcodec/dvdec: Don't use restrict directly to fix build on MSVCAndreas Rheinhardt
2019-11-06avcodec/dvdec: correctly decode bottom mb row in 1080i field modeBaptiste Coudurier
2019-11-06avcodec/dvdec: correctly set interlaced and tffBaptiste Coudurier
2019-04-21avcodec/dvdec: add frame threadsPaul B Mahol
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-24Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch
2017-03-21Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer
2016-10-28Adjust printf conversion specifiers to match variable signednessDiego Biurrun
2016-09-29idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-01-10avcodec/dvdec: Fix "left shift of negative value -254"Michael Niedermayer
2015-10-05Merge commit 'cab63a8b594cdc365bb2581a12b3ac8e6dd480b2'Hendrik Leppkes
2015-10-04dv: Mark internal frame reference as constVittorio Giovara
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-25avcodec/dvdec: only attempt to conceal errors based on STA inconsistencies wh...Michael Niedermayer
2015-07-25avcodec/dvdec: skip 3rd stage ac decoding when the headers indicates that the...Michael Niedermayer
2015-07-24avcodec/dvdec: Retry decoding seemingly damaged MBs while skiping likely dama...Michael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-27avcodec/dvdec: Make dv_iweight_720_c staticMichael Niedermayer
2014-11-15Merge commit '74d7db586a2e9aeb107e357739c7e4dde0b6991c'Michael Niedermayer