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-05-02avcodec/escape130: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-09-18avcodec/escape130: Cleanup generically on init failureAndreas Rheinhardt
2016-06-29Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2016-03-30Mark tables used only within their files as staticDiego Biurrun
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-30Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun
2013-07-27escape130: make "chroma_vals" staticPaul B Mahol
2013-05-23escape130: switch to init_get_bits8()Paul B Mahol
2013-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-18Escape 130 (RPL) decoderEli Friedman
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-06-13cosmetics: align more codecs declarationsPaul B Mahol
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-08escape130: replace can_safely_read() by get_bits_left()Michael Niedermayer
2011-12-08escape130: give all av_log() a contextMichael Niedermayer
2011-12-08escape130: The minimum read in and after decode_skip_count() is 4 bits.Michael Niedermayer
2011-12-08escape130: Check dimensions to be a multiple of the block size.Michael Niedermayer
2011-12-08Silence a warning when compiling Escape 130 decoder.Carl Eugen Hoyos
2011-12-08escape130: 10l for myself for not initializing y_base.Michael Niedermayer
2011-12-08escape130: Fix y_base handling, this fixes some artifacts, vissible in most v...Michael Niedermayer
2011-12-08escape130: make sure cliping is done on signed values.Michael Niedermayer
2011-12-02escape130: fix colorsPaul B Mahol
2011-12-01escape130: remove trailing whitespacePaul B Mahol
2011-12-01escape130: minimal effort to make it compile without warningsPaul B Mahol
2011-12-01Escape 130 (RPL) decoderEli Friedman