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-10-06avcodec/h261enc: Store the H.261 format valueAndreas Rheinhardt
2022-10-06avcodec/mpegvideo_enc: Move H.261 size check to h261enc.cAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-31avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas 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-13avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt
2022-02-13avcodec/h261enc: Pass PutBitContext directly in h261_encode_motion()Andreas Rheinhardt
2022-02-13avcodec/h261: Move encoder-only stuff to a new headerAndreas Rheinhardt
2022-02-13avcodec/h261: Separate decode and encode contextsAndreas Rheinhardt
2022-01-09avcodec: Remove unnecessary h263.h inclusionsAndreas Rheinhardt
2021-07-08avcodec/mpegvideo_enc: Deduplicate ff_mpv_generic_options-based AVClassesAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-25avcodec/h261enc: Make encoder init-threadsafeAndreas Rheinhardt
2020-12-08avcodec/h261enc: Remove unused function parameterAndreas Rheinhardt
2020-10-28put_bits: make avpriv_align_put_bits() inlineAnton Khirnov
2020-05-27avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-07-09Merge commit '02b7c630875c0bc63cee5ec597aa33baf9bf4e20'Michael Niedermayer
2015-07-09Merge commit 'dc1de0b958836545339611e9c050a1d4fdded263'Michael Niedermayer
2015-07-07h261: Signal freeze picture release for intra framesStian Selnes
2015-07-07h261: Set 'still image mode off' in picture headerStian Selnes
2015-06-12Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd'Michael Niedermayer
2015-06-12mpegvideo: Expand macroVittorio Giovara
2015-06-01Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer
2015-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2015-02-01avcodec/h261enc: Fix number suffixMichael Niedermayer
2015-01-31avcodec/h261enc: More specific return codeMichael Niedermayer
2015-01-31avcodec/h261enc: Avoid casts, Simplify codeMichael Niedermayer
2015-01-31avcodec/h261enc: fix dquant encodingMichael Niedermayer
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2013-11-20avcodec/h261enc: dont use current_mv_x/yMichael Niedermayer
2013-11-20avcodec/h261enc: avoid use of current/previous_mbaMichael Niedermayer
2013-11-18avcodec/h261enc: remove unused variablesMichael Niedermayer
2013-11-17avcodec/h261: trellis quantization supportMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-11Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614'Michael Niedermayer
2013-04-11Merge commit '8a776ad90e00ab2b98e8683ac6182d641a383c3a'Michael Niedermayer
2013-04-10h261: Move encoder/decoder shared table init to common codeDiego Biurrun
2013-04-10h261: Move shared data tables from a header to a proper C fileDiego Biurrun
2013-04-06Merge commit '0404ec619d43f27b87c424aa1a572a6699fe6a31'Michael Niedermayer