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_reget_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-05-02avcodec/qtrle: Mark decoder as init-threadsafeAndreas 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-08-20avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-08-27avcodec/qtrle: don't clear the palette when flushingJames Almer
2019-08-27avcodec/qtrle: call ff_reget_buffer() only when the picture data is going to ...James Almer
2019-08-27Revert "avcodec/qtrle: Do not output duplicated frames on insufficient input"James Almer
2019-08-27avcodec/qtrle: add a flush() callbackJames Almer
2019-04-25avcodec/qtrle: Check how much of the chunk is available before decodingMichael Niedermayer
2019-03-20lavc/qtrle: Avoid an unaligned 64-bit write.Carl Eugen Hoyos
2019-03-15lavc/qtrle: Do not use aligned writes for 24bit frames.Carl Eugen Hoyos
2019-03-04avcodec/qtrle : improve 24bbp decoding speedMartin Vignali
2019-03-04avcodec/qtrle : 32bpp dec copy two raw argb value at the same timeMartin Vignali
2019-03-04avcodec/qtrle : avoid swap in 32bpp decoding on little endianMartin Vignali
2018-08-03avcodec/qtrle: Check remaining bytestream in qtrle_decode_XYbpp()Michael Niedermayer
2018-05-30avcodec/qtrle: Do not output duplicated frames on insufficient inputMichael Niedermayer
2016-10-31avcodec/qtrle: Check side data size before useMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-01-04lavc/qtrle: Use AV_PIX_FMT_PAL8 for 1-bit videoMats Peterson
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2013-11-16qtrle: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-21qtrle: make code independent of sizeof(AVFrame)Paul B Mahol
2013-08-21qtrle: use memcpy()Paul B Mahol
2013-08-21qtrle: use uint16_t and (u)int8_t instead of unsigned short and unsigned charPaul B Mahol
2013-08-21qtrle: use bytestream2_get_buffer()Paul B Mahol
2013-06-29update all trac links to use the trac subdomainMichael Niedermayer
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-24Merge commit '2f325a6fd4421c4dd4e26d7065e5d4bf26ed52f2'Michael Niedermayer
2013-02-24Merge commit '7b4f91155bd4ef5a8d4e9af65c48b42bfa5b52c6'Michael Niedermayer
2013-02-24Merge commit 'e10659244782b26061e7d52c06437de32a43a7af'Michael Niedermayer
2013-02-23qtrle: use AV_LOG_ERROR in an error message.Anton Khirnov
2013-02-23qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macroAnton Khirnov