| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -8/+8 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/libxvid: Don't set AVCodecContext.codec_id | Andreas Rheinhardt | 2022-01-29 | 1 | -1/+0 |
* | avutil/internal, swresample/audioconvert: Remove cpu.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec: Remove redundant freeing of extradata of encoders | Andreas Rheinhardt | 2021-04-28 | 1 | -1/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -18/+0 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avcodec/libxvid: remove unnecessary output packet data check | James Almer | 2021-03-26 | 1 | -3/+1 |
* | avcodec/libxvid: Remove set-but-unused variable | Andreas Rheinhardt | 2021-03-19 | 1 | -2/+2 |
* | avcodec/libxvid: Fix leak of AVPacket on error | Andreas Rheinhardt | 2021-03-19 | 1 | -1/+3 |
* | avcodec/libxvid: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -5/+8 |
* | avcodec/libxvid: Remove unnecessary header | Andreas Rheinhardt | 2021-03-06 | 1 | -1/+0 |
* | avcodec/internal: move packet related functions to their own header | James Almer | 2020-06-02 | 1 | -0/+1 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+1 |
* | Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b' | James Almer | 2017-10-23 | 1 | -24/+0 |
|\ |
|
| * | lavc: Drop deprecated options moved to private contexts | Vittorio Giovara | 2017-03-23 | 1 | -24/+0 |
* | | Merge commit 'bb45d11282d93af0e8d4c8fd6bc6405f7439a940' | James Almer | 2017-10-23 | 1 | -5/+0 |
|\| |
|
| * | lavc: Drop deprecated codec flags | Vittorio Giovara | 2017-03-23 | 1 | -6/+0 |
| * | Drop libxvid rate control support for mpegvideo encoding | Diego Biurrun | 2016-12-11 | 1 | -2/+29 |
* | | avcodec/libxvid: make 4 the default for me_quality | James Almer | 2017-10-21 | 1 | -1/+1 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -4/+4 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
| * | libxvid: Create extradata in init using a dummy frame | Derek Buitenhuis | 2016-04-19 | 1 | -0/+41 |
* | | avcodec/libxvid: Fix use of uninitialized AVPacket fields | Michael Niedermayer | 2016-05-31 | 1 | -1/+1 |
* | | libxvid: Create extradata in init using a dummy frame | Derek Buitenhuis | 2016-04-05 | 1 | -0/+40 |
* | | Use avpriv_tempfile() | Michael Niedermayer | 2016-03-12 | 1 | -1/+1 |
* | | Merge commit '12b49769223234673db1003d9c43e7483ceb0282' | Derek Buitenhuis | 2016-01-28 | 1 | -0/+10 |
|\| |
|
| * | lavc: Move mpeg_quant to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -0/+10 |
* | | Merge commit 'e25cac50e05d29a15d7a52c01c394ba913c97aee' | Derek Buitenhuis | 2015-11-19 | 1 | -0/+1 |
|\| |
|
| * | lavc: Add missing mem.h header to libxvid and screenpresso | Vittorio Giovara | 2015-11-12 | 1 | -0/+1 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
* | | avcodec/libxvid: add missing include | Michael Niedermayer | 2015-09-16 | 1 | -0/+1 |
* | | Merge commit 'e60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b' | Hendrik Leppkes | 2015-09-16 | 1 | -1/+4 |
|\| |
|
| * | mpegvideo: Drop mpegvideo.h where not needed | Vittorio Giovara | 2015-09-13 | 1 | -1/+4 |
* | | Merge commit '5d14cf199990cd378904a2618b5c72c4b02290f6' | Hendrik Leppkes | 2015-09-16 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: Make sure mpegutils.h is included where needed | Vittorio Giovara | 2015-09-13 | 1 | -0/+1 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -10/+10 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -10/+10 |
* | | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6' | Michael Niedermayer | 2015-07-27 | 1 | -11/+32 |
|\| |
|