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-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-04avcodec/decoders: Use const uint8_t* to access input packet dataAndreas 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-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-08avcodec/cllc: Improve creating VLCsAndreas Rheinhardt
2020-10-29avcodec/cllc: Don't unnecessarily free VLCAndreas Rheinhardt
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2017-05-24avcodec/cllc: Check bitstream end before decoding pixelsMichael Niedermayer
2017-05-11avcodec/cllc: Check num_bitsMichael Niedermayer
2017-05-11avcodec/cllc: Factor VLC_BITS/DEPTH out, do not use repeated literal numbersMichael Niedermayer
2017-05-09avcodec/cllc: Check prefixMichael Niedermayer
2017-04-09avcodec/cllc: add support for frame threadsPaul B Mahol
2017-02-08avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-04-20Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad'Michael Niedermayer
2015-04-20Implement shared parsing of INFO tag in Canopus familyVittorio Giovara
2015-02-05avcodec/cllc: use init_get_bits8()Paul B Mahol
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-06-26avcodec/cllc: Fix clobbered ff_get_buffer() changeMichael Niedermayer
2013-06-25Merge commit 'd9c89ef86b9400e50c2486f9406fad15c85bab22'Michael Niedermayer
2013-06-25cllc: Use outbuf in RGB and ARGB functionsDerek Buitenhuis
2013-06-25cllc: Implement YUV supportDerek Buitenhuis
2013-06-24cllc: Use outbuf in RGB and ARGB functionsDerek Buitenhuis
2013-06-24cllc: Implement YUV supportDerek Buitenhuis
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-28cllc: simplify/fix swapped data buffer allocation.Reimar Döffinger
2012-08-27cllc: simplify/fix swapped data buffer allocation.Reimar Döffinger
2012-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-25cllc: Pad swapped bufferDerek Buitenhuis
2012-08-12cllc: Implement ARGB supportDerek Buitenhuis
2012-08-12cllc: Implement ARGB supportDerek Buitenhuis
2012-08-12cllc: Add support for QRGBDerek Buitenhuis
2012-08-12cllc: Rename some funcs to represent what they actually doDerek Buitenhuis