summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4videoenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/mpeg4videoenc: Make encoder init-threadsafeAndreas Rheinhardt2021-04-271-12/+14
* avcodec/mpeg4video: Make initializing RLTable thread-safeAndreas Rheinhardt2021-04-271-1/+1
* avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting themAndreas Rheinhardt2021-04-101-0/+1
* avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecsAndreas Rheinhardt2021-04-101-0/+1
* avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2Andreas Rheinhardt2021-04-101-0/+3
* avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4Andreas Rheinhardt2021-04-101-0/+2
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* avcodec/mpeg4videoenc: Check extradata malloc()Michael Niedermayer2021-03-201-0/+2
* avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoderAndreas Rheinhardt2021-01-211-3/+0
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-281-2/+2
* put_bits: make avpriv_put_string() lavc-localAnton Khirnov2020-10-281-1/+1
* avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-271-0/+1
* avcodec: move mpeg4 profiles to profiles.hMarton Balint2020-05-221-0/+2
* mpeg4videoenc: Don't crash with -fsanitize=boundsVitaly Buka2020-04-221-2/+2
* avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header()Michael Niedermayer2018-05-271-1/+1
* Merge commit 'd5fda00efa756387cffb4d7294691cd54cfe86cf'Clément Bœsch2017-03-191-28/+0
|\
| * mpeg4videoenc: Kill non-compiling disabled cruftDiego Biurrun2016-08-171-28/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-13/+13
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-13/+13
* | avcodec/mpeg4videoenc: Use 64bit for time variablesMichael Niedermayer2016-01-231-4/+3
* | avcodec/mpeg4video: Check time_incrMichael Niedermayer2016-01-121-1/+9
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-8/+8
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-8/+8
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-281-1/+1
|\ \ | |/
| * rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-281-1/+1
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-8/+8
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-8/+8
* | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-151-3/+3
|\ \ | |/
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-3/+3
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-1/+1
|\ \ | |/
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-1/+1
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-14/+14
|\ \ | |/
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-14/+14
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-191-1/+1
|\ \ | |/
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-1/+1
* | avcodec/mpeg4videoenc: fix alternative implementation of mpeg4_encode_dc()Michael Niedermayer2014-05-061-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-091-6/+6
|\ \ | |/
| * mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-6/+6
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\ \ | |/
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* | Merge commit 'a5a71992cae34b321ceb8374f44ce17a945a3881'Michael Niedermayer2013-11-291-2/+1
|\ \ | |/
| * mpeg4videoenc: don't set MpegEncContext.resync_markerAnton Khirnov2013-11-291-2/+1
* | Merge commit '75bd07f732fb575c2b88dc7cd08a6bb12c2e24ea'Michael Niedermayer2013-11-291-4/+3
|\ \ | |/
| * mpeg4videoenc: write 0 instead of vol_sprite_usageAnton Khirnov2013-11-291-4/+3
| * mpeg4videoenc: restore macro parenthesesVittorio Giovara2013-11-211-3/+3
* | Merge commit '8769113accf1f3b78634dec60b37f7354ed6d88d'Michael Niedermayer2013-11-191-587/+644
|\ \ | |/