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_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas 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
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-22avcodec: Factor updating palette outAndreas Rheinhardt
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2020-11-10avcodec/gdv: Remove dead checkAndreas Rheinhardt
2019-09-16avcodec/gdv: Replace assert() checking bitstream by if()Michael Niedermayer
2019-05-31avcodec/gdv: Check remaining output after decode 5/6/8/Michael Niedermayer
2019-04-26avcodec/gdv: Check input palette size before rescale()Michael Niedermayer
2019-03-03avcodec/gdv: Check for truncated tags in decompress_5()Michael Niedermayer
2019-01-14avcodec/gdv: Optimize and factorize scaling loopsMichael Niedermayer
2019-01-06avcodec/gdv: Optimize unscaled loopMichael Niedermayer
2018-09-30avcodec/gdv: Remove unused variableMichael Niedermayer
2018-09-28avcodec/gdv: Error out if we had insufficent input for the output frame in de...Michael Niedermayer
2018-09-28avcodec/gdv: Optimize 2x scaling loop a little in gdv_decode_frame()Michael Niedermayer
2018-09-28avcodec/gdv: Replace loop in gdv_decode_frame() by memcpy()Michael Niedermayer
2018-09-28avcodec/gdv: Eliminate 50% of the reads in the first inner loop in rescale()Michael Niedermayer
2018-09-28avcodec/gdv: Simplify first inner loop in rescale()Michael Niedermayer
2018-09-28avcodec/gdv: Combine first and 3rd case in rescale()Michael Niedermayer
2018-09-28avcodec/gdv: Factor terms out of inner loops in rescale()Michael Niedermayer
2018-09-28avcodec/gdv: Replace divisions by shifts in rescale()Michael Niedermayer
2017-11-03avcodec/gdv: Check compression before allocating frameMichael Niedermayer
2017-08-11avcodec/gdv: Check available space before reading paletteMichael Niedermayer
2017-06-29avcodec/gdv: add decompression for 2 and 5 methodPaul B Mahol
2017-06-17avcodec/gdv: Fix undefined shiftMichael Niedermayer
2017-06-11avcodec/gdv: fix compiler warningsPaul B Mahol
2017-06-11avcodec: add Gremlin Digital Video decoderPaul B Mahol