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-20avcodec/ffv1dec: Fail earlier if prior context is corruptedMichael Niedermayer
2022-10-20avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND capAndreas Rheinhardt
2022-09-07avcodec/ffv1: Only allocate ThreadFrames for the decoderAndreas Rheinhardt
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-08-24avcodec/ffv1(dec|enc): Remove unnecessary emms_c()Andreas Rheinhardt
2022-07-21avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size checkMichael Niedermayer
2022-07-20avcodec/ffv1dec: consider run increase in minimal golomb frame sizeMichael Niedermayer
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-12avcodec/ffv1dec: Check for min packet sizeMichael Niedermayer
2022-07-12avcodec/ffv1dec: Limit golomb rice coded slices to width 8MMichael Niedermayer
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-22avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas 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
2022-02-09avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt
2022-02-09avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt
2021-12-19avcodec/ffv1dec: Don't copy unused fieldAndreas Rheinhardt
2021-12-19avcodec/ffv1, ffv1dec: Add const where appropriateAndreas Rheinhardt
2021-12-19avcodec/ffv1dec: Remove redundant writes, fix racesAndreas Rheinhardt
2021-05-02avcodec/ffv1dec: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt
2021-03-13avcodec/ffv1dec: Check if trailer is availableMichael Niedermayer
2020-12-22avcodec/ffv1dec: Fix off by 1 error with quant tablesMichael Niedermayer
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
2020-03-14libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt
2019-11-09avcodec/ffv1dec: Use a different error message for the slice level CRCMichael Niedermayer
2018-06-25avcodec/ffv1dec: Check state transition tableMichael Niedermayer
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-03-10avcodec/ffv1: support of more pix_fmtJérôme Martinez
2018-02-15avcodec/ffv1: Support for GBRAP10 and GBRAP12Jérôme Martinez
2018-02-07avcodec/ffv1: Support for RGBA64 and GBRAP16Jérôme Martinez
2017-10-11avcodec/ffv1dec: Fix out of array read in slice countingMichael Niedermayer
2017-09-22avcodec/ffv1dec: Fix integer overflow in read_quant_table()Michael Niedermayer
2017-08-18avcodec/ffv1dec: Check for bitstream end in decode_line()Michael Niedermayer
2017-05-14avcodec/ffv1dec: Fix runtime error: signed integer overflow: 1550964438 + 155...Michael Niedermayer
2017-05-08avcodec/ffv1dec: Fix copying planes of paletted formatsMichael Niedermayer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-19Merge commit '17cb56b35672a2cd6ad7abe926e6cc772b8f4710'Clément Bœsch
2016-11-21lavc/ffv1: Support YUV4xxP12 and GRAY12.Carl Eugen Hoyos
2016-11-18avcodec/ffv1dec: Set packed_at_lsb for 16bit YUVMichael Niedermayer
2016-11-18avcodec/ffv1dec: Support gray 10/12/16 explicitly avoid shiftsMichael Niedermayer
2016-11-17lavc/ffv1dec: Scale output for msb-packed compression to full 16bit.Carl Eugen Hoyos
2016-08-17ffv1: Remove broken disabled cruftDiego Biurrun
2016-08-08avcodec/ffv1: add AV_PIX_FMT_GBRP16 supportMichael Niedermayer
2016-08-08avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer