summaryrefslogtreecommitdiff
path: root/libavcodec/h261enc.c
Commit message (Expand)AuthorAge
* avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt2022-07-31
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/h261enc: Pass PutBitContext directly in h261_encode_motion()Andreas Rheinhardt2022-02-13
* avcodec/h261: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/h261: Separate decode and encode contextsAndreas Rheinhardt2022-02-13
* avcodec: Remove unnecessary h263.h inclusionsAndreas Rheinhardt2022-01-09
* avcodec/mpegvideo_enc: Deduplicate ff_mpv_generic_options-based AVClassesAndreas Rheinhardt2021-07-08
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/h261enc: Make encoder init-threadsafeAndreas Rheinhardt2021-01-25
* avcodec/h261enc: Remove unused function parameterAndreas Rheinhardt2020-12-08
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-28
* avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-27
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '02b7c630875c0bc63cee5ec597aa33baf9bf4e20'Michael Niedermayer2015-07-09
|\|
| * h261: Signal freeze picture release for intra framesStian Selnes2015-07-07
* | Merge commit 'dc1de0b958836545339611e9c050a1d4fdded263'Michael Niedermayer2015-07-09
|\|
| * h261: Set 'still image mode off' in picture headerStian Selnes2015-07-07
* | Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd'Michael Niedermayer2015-06-12
|\|
| * mpegvideo: Expand macroVittorio Giovara2015-06-12
* | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-01
|\|
| * mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-31
* | avcodec/h261enc: Fix number suffixMichael Niedermayer2015-02-01
* | avcodec/h261enc: More specific return codeMichael Niedermayer2015-01-31
* | avcodec/h261enc: Avoid casts, Simplify codeMichael Niedermayer2015-01-31
* | avcodec/h261enc: fix dquant encodingMichael Niedermayer2015-01-31
* | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-15
|\|
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-17
|\|
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* | avcodec/h261enc: dont use current_mv_x/yMichael Niedermayer2013-11-20
* | avcodec/h261enc: avoid use of current/previous_mbaMichael Niedermayer2013-11-20
* | avcodec/h261enc: remove unused variablesMichael Niedermayer2013-11-18
* | avcodec/h261: trellis quantization supportMichael Niedermayer2013-11-17
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614'Michael Niedermayer2013-04-11
|\|
| * h261: Move encoder/decoder shared table init to common codeDiego Biurrun2013-04-10
* | Merge commit '8a776ad90e00ab2b98e8683ac6182d641a383c3a'Michael Niedermayer2013-04-11
|\|
| * h261: Move shared data tables from a header to a proper C fileDiego Biurrun2013-04-10
* | Merge commit '0404ec619d43f27b87c424aa1a572a6699fe6a31'Michael Niedermayer2013-04-05
|\|
| * h261: cosmetics: Move functions to avoid forward declarationsDiego Biurrun2013-04-05
* | Merge commit 'b78f81c8033904e2e75add0c9a603df6df514a30'Michael Niedermayer2013-04-05
|\|
| * h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun2013-04-05