summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4enc.c
Commit message (Expand)AuthorAge
* lavc/mpegvideo_enc: support AV_CODEC_CAP_ENCODER_RECON_FRAMEAnton Khirnov2022-08-02
* 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/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-13
* avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to itAndreas Rheinhardt2022-02-13
* avcodec/msmpeg4.h: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo_enc: Move msmpeg4/wmv1 encoders to msmpeg4enc.cAndreas Rheinhardt2022-01-29
* avcodec/msmpeg4enc: Reindent after the last commitAndreas Rheinhardt2021-04-27
* avcodec/msmpeg4enc: Make msmpeg4 encoders init-threadsafeAndreas Rheinhardt2021-04-27
* avcodec/msmpeg4: Factor out common RLTable initialization codeAndreas Rheinhardt2021-04-27
* avcodec/msmpeg4enc: Remove dead code for inexistent VC-1 encoderAndreas Rheinhardt2021-04-12
* avcodec/msmpeg4enc: Don't use code for static init that can failAndreas Rheinhardt2021-04-02
* avcodec/msmpeg4: Inline number of motion vectorsAndreas Rheinhardt2021-01-29
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-28
* Merge commit 'f2f145f3032bc8808708a4bd694fbce5f1b8b63c'Clément Bœsch2017-03-19
|\
| * msmpeg4: Drop disabled debug cruftDiego Biurrun2016-08-17
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avcodec/mpegvideo: change bit_rate to 64bitMichael Niedermayer2015-09-02
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-28
|\|
| * rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-28
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | Merge commit '1c6183233d56fb27a4a154e7e64ecab98bd877f1'Michael Niedermayer2015-01-07
|\|
| * msmpeg4: check memory allocations and propagate errorsVittorio Giovara2015-01-06
* | avcodec: fix duplicate includesMichael Niedermayer2013-09-21
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | msmpeg4enc: fix possible use of uninitialized warningMichael Niedermayer2012-12-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-01
|\|
| * avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
| * avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* | msmpeg4enc: use av_assertMichael Niedermayer2012-06-17
* | msmpeg4enc: fix stored fps valueMichael Niedermayer2012-04-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|/
* msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun2012-03-01