670 Commits (6a4f851df7b627256b35314c59e80dfaf5dbfe23)

Author SHA1 Message Date
Andreas Rheinhardt 34ff543672 avcodec/mpegvideo_enc: Deduplicate ff_mpv_generic_options-based AVClasses 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 3 years ago
Michael Niedermayer 996797f8ed avcodec/mpegvideo_enc: Reset stuffing bits if they are not supported 4 years ago
Andreas Rheinhardt 1c7f252783 avcodec: Remove redundant freeing of extradata of encoders 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 3b56fa85e8 avutil/frame: Remove deprecated AVFrame.error 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Andreas Rheinhardt eb6ea948ed avcodec: Remove deprecated VBV delay field 4 years ago
Andreas Rheinhardt cb172ae9ab avcodec/mpegvideo_enc: Remove deprecated RTP-callback 4 years ago
Andreas Rheinhardt d85c41b572 avcodec: Remove private options from AVCodecContext 4 years ago
Andreas Rheinhardt 6cf0cb8935 avcodec: Remove deprecated stat-bits fields 4 years ago
Andreas Rheinhardt f4d16c3865 avcodec/msmpeg4enc: Make msmpeg4 encoders init-threadsafe 4 years ago
Andreas Rheinhardt fea1f42e5f avcodec/ituh263enc: Make static initializations thread-safe 4 years ago
Andreas Rheinhardt 7d9afb46f2 avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting them 4 years ago
Andreas Rheinhardt 6c2cc205f6 avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecs 4 years ago
Andreas Rheinhardt 2de159fcf1 avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2 4 years ago
Andreas Rheinhardt 42c895ef5c avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4 4 years ago
Andreas Rheinhardt dff774042a avcodec/mpegvideo_enc: Combine identical checks 4 years ago
Andreas Rheinhardt d5c7e5cb65 avcodec/mpeg12enc: Move MPEG-1/2 dimension checks to mpeg12enc 4 years ago
Andreas Rheinhardt 80410674bd avcodec/mpegvideo_enc: Remove redundant time_base check 4 years ago
Andreas Rheinhardt 059fc2d9da avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmts 4 years ago
Andreas Rheinhardt 159bcb19b9 avcodec/mpegvideo_enc: Remove redundant pixel format checks 4 years ago
Andreas Rheinhardt b3a38eaff4 avcodec/mpegvideo_enc: Make AMV encoder usable without MJPEG encoder 4 years ago
Andreas Rheinhardt d393c45051 avcodec/mpegvideo_enc: Don't segfault on unorthodox mpeg_quant 4 years ago
Andreas Rheinhardt f0042e573e avcodec/msmpeg4enc: Don't use code for static init that can fail 4 years ago
Andreas Rheinhardt 4863671d88 avcodec/mpegvideo_enc: Don't apply non-zero offset to null pointer 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt 67f6e7ed6d avcodec: Remove cumbersome way of checking for amount of bytes left 4 years ago
James Almer ca966af497 avcodec/mpegvideo_enc: use av_packet_alloc() to allocate packets 4 years ago
Andreas Rheinhardt 2570663966 avcodec/libxvid: Remove unnecessary header 4 years ago
Andreas Rheinhardt d9f5bd15fd avcodec/sp5x: Remove unused quant tables 4 years ago
Andreas Rheinhardt 44bb776f13 avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safe 4 years ago
Andreas Rheinhardt b347384173 avcodec/me_cmp: Remove ff_check_alignment() 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Gyan Doshi b9b719fedc avcodec/mpegvideo_enc: check for SpeedHQ encoder 4 years ago
Jean-Baptiste Kempf 052a5993ad avcodec: add SpeedHQ encoder 4 years ago
Anton Khirnov dc1099442e put_bits: make avpriv_copy_bits() lavc-local 4 years ago
Michael Niedermayer a0f20c3b3f avcodec/mpegvideo_enc: Replace some s->avctx by avctx 4 years ago
Andreas Rheinhardt 8129c32e48 avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bits 4 years ago
Steinar H. Gunderson c63c303a1f avcodec/put_bits: Parametrize bit buffer type 4 years ago
Limin Wang 67de2d6a8c avcodec/mpegvideo_enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lable 4 years ago
James Almer 6e1903938b avcodec/internal: move packet related functions to their own header 5 years ago
Limin Wang 467d9e27e0 avcodec: Add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Anton Khirnov f30a41a608 Stop hardcoding align=32 in av_frame_get_buffer() calls. 5 years ago
Limin Wang 14285e4ca2 avcodec/mpegvideo_enc: return more specific error codes for ff_mpv_encode_init() 5 years ago
Limin Wang 6825f7c0ba avcodec/mpegvideo_enc: reindent code 5 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Ramiro Polla 531fbce0b2 mpegvideo_enc: add intra_penalty option for p frames 5 years ago
Steven Liu 76ab5ebbee avcodec/mpegvideo_enc: add logging context to log 5 years ago
Michael Niedermayer 7246bf365a avcodec/mpegvideo_enc: Use av_assert1() instead of assert() 6 years ago