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 macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-07-30avcodec/codec_internal: add cap for ICC profile supportNiklas Haas
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-09avcodec: Add const to decoder packet data pointersAndreas 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-14avcodec/exif: Don't include tiff.h in exif.hAndreas Schneider
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-09-26webp: fix transforms after a palette with pixel packing.Maryla
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-22avcodec/webp: Check available space in loop in decode_entropy_coded_image()Michael Niedermayer
2021-05-12avcodec/webp: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-17avcodec/webp: use av_packet_alloc() to allocate packetsJames Almer
2020-10-27avcodec/webp: Replace never-true check by assertAndreas Rheinhardt
2020-10-27avcodec/webp: Return directly when creating Huff table failsAndreas Rheinhardt
2020-10-27avcodec/webp: Use uint8_t for code lengthsAndreas Rheinhardt
2020-10-12avcodec/webp: Use LE VLC table for LE bitstream readerAndreas Rheinhardt
2019-09-10avcodec/webp: fix decoding for trailing junkPascal Massimino
2017-11-27vp8: Add hwaccel hooksMark Thompson
2017-10-26avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd()James Almer
2017-07-26avcodec/webp: add support for ICCP chunksJames Almer
2017-05-28avcodec/webp: Fixes null pointer dereferenceMichael Niedermayer
2017-05-14avcodec/webp: Fix signedness in prefix_code checkMichael Niedermayer
2017-05-13avcodec/webp: Add missing input paddingMichael Niedermayer
2017-05-10avcodec/webp: Always set pix_fmtMichael Niedermayer
2017-05-09avcodec/webp: Update canvas size in vp8_lossy_decode_frame() as in vp8_lossle...Michael Niedermayer
2017-05-09avcodec/webp: Factor update_canvas_size() outMichael Niedermayer
2017-05-09avcodec/webp: Check for VP8X after other VP8 chunksMichael Niedermayer
2017-05-06avcodec/webp: Fix null pointer dereferenceMichael Niedermayer
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2016-06-29Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2016-04-17lavc/webp: Print a warning for unsupported chunks.Carl Eugen Hoyos
2016-02-21avcodec/webp: move exif_metadata outside of WebPContextJames Almer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-16lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos
2015-07-03webp: fix infinite loop in webp_decode_frameAndreas Cadhalpun
2015-07-03webp: Make sure enough bytes are availableAndreas Cadhalpun
2015-03-19webp: ensure that each transform is only used onceAndreas Cadhalpun
2015-03-06webp: ensure that each transform is only used onceAndreas Cadhalpun
2015-03-05webp: validate the distance prefix codeAndreas Cadhalpun
2015-03-03avcodec/webp: validate the distance prefix codeAndreas Cadhalpun
2015-02-04avcodec/webp: use init_get_bits8()Paul B Mahol
2014-10-05avcodec/webp: add assert to ensure palette is not larger than 256Michael Niedermayer
2014-10-05avcodec/webp: add optimization: use local palette with extra paddingPascal Massimino