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-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
2021-05-02avcodec/hnm4video: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-09-19avcodec/hnm4video: Don't reimplement FFSWAP()Andreas Rheinhardt
2020-09-19avcodec/hnm4video: Don't return nonsense error messagesAndreas Rheinhardt
2020-09-19avcodec/hnm4video: Cleanup generically on init failureAndreas Rheinhardt
2019-08-12avcodec/hnm4video: Optimize postprocess_current_frame()Michael Niedermayer
2019-08-03avcodec/hnm4video: Forward errors of decode_interframe_v4()Michael Niedermayer
2018-04-30avcodec/hnm4video: fix palette alphaMarton Balint
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-11-25Merge commit '16158da9607f2f84232d3dd381406b2f2449ec74'Michael Niedermayer
2014-11-25hnm4: Use av_image_check_sizeLuca Barbato
2014-11-25hnm4: change width/height to int to fix hypothetical integer overflowsMichael Niedermayer
2014-02-03avcodec/hnm4video: check offset before subtraction in decode_interframe_v4a()Michael Niedermayer
2013-12-11avcodec/hnm4video: change width/height to intMichael Niedermayer
2013-11-24avcodec/hnm4video: allocate frame only when theres a coded frameMichael Niedermayer
2013-11-23avcodec/hnm4video: check writeoffset in decode_interframe_v4a()Michael Niedermayer
2013-11-23avcodec/hnm4video: check dimensions for validityMichael Niedermayer
2013-11-23avcodec/hnm4video: fix missing newlines in error messagesMichael Niedermayer
2013-11-23avcodec/hnm4video: fix write offset checks in decode_interframe_v4()Michael Niedermayer
2013-11-23avcodec/hnm4video: check offset in decode_interframe_v4() more completelyMichael Niedermayer
2013-11-22avcodec/hnm4video: check intraframe sizeMichael Niedermayer
2013-11-22avcodec/hnm4video: check that packetsize is at least 8Michael Niedermayer
2013-11-07avcodec/hnm4video: remove redundant log messagePaul B Mahol
2013-11-01Merge commit '9af7a8523a6bb517834ebed36093bdab11a8b38e'Michael Niedermayer
2013-10-31HNM4/HNM4A demuxer & video decoderDavid Kment