249 Commits (a13148f63351db5f8283a23de9a22e940d29d8cd)

Author SHA1 Message Date
Paul B Mahol 9f02d4ed0f mjpegenc: yuvj444p support 12 years ago
Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
Michael Niedermayer 3556e7ce73 mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified instead of failing 12 years ago
Michael Niedermayer 1856162caa mpegvideo enc: choose VBV buffer size for mpeg1/2 when none is specified instead of failing 12 years ago
Michael Niedermayer c753b56b4d ff_convert_matrix: fix integer overflow 12 years ago
Michael Niedermayer 5537c92f84 mpegvideoenc: check return value of ff_MPV_frame_start() 12 years ago
Diego Biurrun 9734b8ba56 Move avutil tables only used in libavcodec to libavcodec. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Diego Biurrun 6f6b0311a3 avcodec: Drop some silly commented-out av_log() invocations 12 years ago
Michael Niedermayer 6b33e91899 mpegvideo: factorize ff_dct_encode_init() 12 years ago
Michael Niedermayer a990a30883 ratecontrol: correct predictor in case of stuffing 13 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago
Michael Niedermayer 19000122a4 mpegvideo_enc: remove assert that has become obsolete with the new API 13 years ago
Diego Biurrun d211547ddd x86: mpegvideoenc: Split optimizations off into a separate file 13 years ago
Wolfram Gloger a5a0dedf11 Fix duplicate packet init introduced by 7f9aaa4 13 years ago
Anton Khirnov 677e763a55 mpegvideo_enc: remove stray duplicate line from 7f9aaa4 13 years ago
Anton Khirnov 7f9aaa499b mpegvideo_enc: don't use deprecated avcodec_encode_video(). 13 years ago
Michael Niedermayer e8c4022018 h263penc: fix multitheraded encoding 13 years ago
Michael Niedermayer e2c54d4d72 mpegvideo_enc: reset mb_x/y before writing the headers 13 years ago
Mans Rullgard 7a851153d3 mpegvideo: convert mpegvideo_common.h to a .c file 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Michael Niedermayer f8dbbe5464 mpegvideo_enc: switch some assert to av_assert 13 years ago
Michael Niedermayer f72e0d9a9f mpegvideo_enc: remove assert that has become obsolete with the new API 13 years ago
Michael Niedermayer 18d7bea695 wmv2enc: fix rounding flag. 13 years ago
Michael Niedermayer bb850480e1 mjpegenc: support slice multithreading 13 years ago
Michael Niedermayer 4991cbafaf mpegvideo_enc: Fix chroma edge size 13 years ago
Piotr Bandurski 6108e1be2f wmvenc: check if width is multiple of 2 13 years ago
Michael Niedermayer 6b0a0dc555 mpeg2enc: check input dimensions 13 years ago
Michael Niedermayer d5df0df848 mpeg1enc: check input dimensions 13 years ago
Michael Niedermayer f153dfc9e4 h263enc: test that dimensions are a multiple of 4 13 years ago
Michael Niedermayer 70f133fb54 h263enc: check w/h for validity 13 years ago
Michael Niedermayer c354576457 mpegvideo_enc: fix dts 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer c450cf1572 libavcodec: be less picky on nonsense rc_max_rate / rc_buffer_size combinations. 13 years ago
Diego Biurrun 856c8e0a04 faandct: Remove FAAN_POSTSCALE define and related code. 13 years ago
Michael Niedermayer e22113cf1d mpegvideo_enc: : switch to ff_alloc_packet2() 13 years ago
Michael Niedermayer bf3a404572 mpegvideo: fix constness error in ff_MPV_encode_picture() 13 years ago
Diego Biurrun 47c0ac96aa Replace AVFrame pointer casts by proper struct member accesses. 13 years ago
Martin Storsjö bdc1220eeb h263enc: Add an option for outputting info about MBs as side data 13 years ago
Anton Khirnov 23bfcc066d mpegvideo_enc: add quantizer_noise_shaping private option. 13 years ago
Anton Khirnov 63efd83ae1 mpegvideo_enc: add chroma/luma_elim_threshold private options. 13 years ago
Anton Khirnov af3d804f9f mpegvideo_enc: add cbp_rd flag to mpv_flags. 13 years ago
Anton Khirnov ff71a383ac mpegvideo_enc: add qp_rd flag to mpv_flags. 13 years ago
Anton Khirnov a249f0cc23 mpegvideo_enc: add strict_gop flag to mpv_flags. 13 years ago
Anton Khirnov ed019b8e5b lavc: add -mpv_flags to mpegvideo_enc-based encoders. 13 years ago
Anton Khirnov 5d42ac7ffb mpegvideo_enc: only allocate output packet when we know there will be output 13 years ago
Anton Khirnov 445a7d48b1 mpegvideo_enc: switch to encode2(). 13 years ago
Anton Khirnov 5455384219 mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0 13 years ago