| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegvideo_enc: Limit bitrate tolerance to the representable | Michael Niedermayer | 2021-09-17 | 1 | -1/+5 |
* | avcodec/mpegvideo_enc: Deduplicate ff_mpv_generic_options-based AVClasses | Andreas Rheinhardt | 2021-07-08 | 1 | -25/+11 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/mpegvideo_enc: Reset stuffing bits if they are not supported | Michael Niedermayer | 2021-06-02 | 1 | -0/+1 |
* | avcodec: Remove redundant freeing of extradata of encoders | Andreas Rheinhardt | 2021-04-28 | 1 | -2/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+5 |
* | avutil/frame: Remove deprecated AVFrame.error | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | avcodec: Remove deprecated VBV delay field | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | avcodec/mpegvideo_enc: Remove deprecated RTP-callback | Andreas Rheinhardt | 2021-04-27 | 1 | -21/+0 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -71/+0 |
* | avcodec: Remove deprecated stat-bits fields | Andreas Rheinhardt | 2021-04-27 | 1 | -20/+0 |
* | avcodec/msmpeg4enc: Make msmpeg4 encoders init-threadsafe | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | avcodec/ituh263enc: Make static initializations thread-safe | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting them | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+3 |
* | avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecs | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+3 |
* | avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2 | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+3 |
* | avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4 | Andreas Rheinhardt | 2021-04-10 | 1 | -2/+10 |
* | avcodec/mpegvideo_enc: Combine identical checks | Andreas Rheinhardt | 2021-04-10 | 1 | -9/+3 |
* | avcodec/mpeg12enc: Move MPEG-1/2 dimension checks to mpeg12enc | Andreas Rheinhardt | 2021-04-10 | 1 | -14/+0 |
* | avcodec/mpegvideo_enc: Remove redundant time_base check | Andreas Rheinhardt | 2021-04-10 | 1 | -5/+0 |
* | avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmts | Andreas Rheinhardt | 2021-04-10 | 1 | -27/+1 |
* | avcodec/mpegvideo_enc: Remove redundant pixel format checks | Andreas Rheinhardt | 2021-04-10 | 1 | -23/+0 |
* | avcodec/mpegvideo_enc: Make AMV encoder usable without MJPEG encoder | Andreas Rheinhardt | 2021-04-10 | 1 | -8/+13 |
* | avcodec/mpegvideo_enc: Don't segfault on unorthodox mpeg_quant | Andreas Rheinhardt | 2021-04-08 | 1 | -1/+1 |
* | avcodec/msmpeg4enc: Don't use code for static init that can fail | Andreas Rheinhardt | 2021-04-02 | 1 | -2/+1 |
* | avcodec/mpegvideo_enc: Don't apply non-zero offset to null pointer | Andreas Rheinhardt | 2021-04-01 | 1 | -1/+2 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -5/+6 |
* | avcodec: Remove cumbersome way of checking for amount of bytes left | Andreas Rheinhardt | 2021-03-30 | 1 | -7/+6 |
* | avcodec/mpegvideo_enc: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -14/+24 |
* | avcodec/libxvid: Remove unnecessary header | Andreas Rheinhardt | 2021-03-06 | 1 | -1/+0 |
* | avcodec/sp5x: Remove unused quant tables | Andreas Rheinhardt | 2021-01-26 | 1 | -2/+2 |
* | avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safe | Andreas Rheinhardt | 2021-01-25 | 1 | -4/+11 |
* | avcodec/me_cmp: Remove ff_check_alignment() | Andreas Rheinhardt | 2021-01-21 | 1 | -6/+0 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/mpegvideo_enc: check for SpeedHQ encoder | Gyan Doshi | 2020-12-09 | 1 | -1/+1 |
* | avcodec: add SpeedHQ encoder | Jean-Baptiste Kempf | 2020-11-24 | 1 | -3/+50 |
* | put_bits: make avpriv_copy_bits() lavc-local | Anton Khirnov | 2020-10-28 | 1 | -4/+4 |
* | avcodec/mpegvideo_enc: Replace some s->avctx by avctx | Michael Niedermayer | 2020-08-30 | 1 | -48/+48 |
* | avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bits | Andreas Rheinhardt | 2020-08-01 | 1 | -1/+0 |
* | avcodec/put_bits: Parametrize bit buffer type | Steinar H. Gunderson | 2020-07-19 | 1 | -1/+1 |
* | avcodec/mpegvideo_enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lable | Limin Wang | 2020-06-13 | 1 | -19/+15 |
* | avcodec/internal: move packet related functions to their own header | James Almer | 2020-06-02 | 1 | -0/+1 |
* | avcodec: Add FF_CODEC_CAP_INIT_CLEANUP | Limin Wang | 2020-05-27 | 1 | -1/+5 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | avcodec/mpegvideo_enc: return more specific error codes for ff_mpv_encode_init() | Limin Wang | 2020-05-09 | 1 | -42/+43 |
* | avcodec/mpegvideo_enc: reindent code | Limin Wang | 2020-05-08 | 1 | -2/+2 |
* | libavcodec, libpostproc: Remove outcommented START/STOP_TIMER | Andreas Rheinhardt | 2020-03-14 | 1 | -73/+3 |
* | mpegvideo_enc: add intra_penalty option for p frames | Ramiro Polla | 2019-10-24 | 1 | -3/+3 |
* | avcodec/mpegvideo_enc: add logging context to log | Steven Liu | 2019-10-08 | 1 | -1/+1 |