322 Commits (4782c4284fa3856a9b6910fe5ff6e4fb1c65b58c)

Author SHA1 Message Date
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Michael Niedermayer 331a90cec4 avcodec/h261: trellis quantization support 11 years ago
Anton Khirnov 1c01b0253e mpegvideo_enc: use the AVFrame API properly. 11 years ago
Ronald S. Bultje 458446acfa lavc: Edge emulation with dst/src linesize 11 years ago
Michael Niedermayer 2925571278 avcodec/mpegvideo_enc: Fix possibly exploitable security issue with -bf 11 years ago
Anton Khirnov aa24122989 lavc: deprecate FF_MAX_B_FRAMES 11 years ago
Anton Khirnov 8941971a8f lavc: make error_rate a private option of mpegvideo encoders 11 years ago
Diego Biurrun 0338c39698 dsputil: Split off H.263 bits into their own H263DSPContext 11 years ago
Michael Niedermayer 6e87dfb589 mpegvideo: reduce whitespace differences to libav 11 years ago
Stefano Sabatini d4ac3e5934 lavc/mpegvideo_enc: fix typo 11 years ago
Michael Niedermayer ce55e667fa avcodec/mpegvideo_enc: check that max_b_frames is not negative 11 years ago
Ronald S. Bultje 93f305473f lavc: Convert some remaining strides to ptrdiff_t 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Ronald S. Bultje face578d56 Rewrite emu_edge functions to have separate src/dst_stride arguments. 11 years ago
Ronald S. Bultje c341f734e5 Convert multiplier for MV from int to ptrdiff_t. 11 years ago
Michael Niedermayer bb4b041df3 avcodec/mpegvideo_enc: check qmin/qmax 11 years ago
Vittorio Giovara 22c879057e mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern av_frame_copy_props() 12 years ago
Stefano Sabatini 7eb6eb03d8 lavc/mpegvideo_enc: simplify timestamp checks in load_input_picture() 12 years ago
Michael Niedermayer 6f7de3d5c8 mpegvideo_enc: allow mpeg_quant to be set in mpeg2video 12 years ago
Michael Niedermayer 5f44f47b72 mpegvideo_enc: do not unreference frames before the code is done with them 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun 004b81c465 mpegvideo: Remove commented-out PARANOID debug cruft 12 years ago
Ronald S. Bultje f4fed5a2f9 mpegvideo: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Diego Biurrun 66ac3dbf1e h261: Move function declarations to h261.h 12 years ago
Diego Biurrun eee2000b41 mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place 12 years ago
Michael Niedermayer ad98567198 mpegvideo_enc: remove stray semicolon 12 years ago
Ronald S. Bultje 4ba5dbc0e4 mpegvideo: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Anton Khirnov 07054015cf mpegvideo: remove FMT_H264 12 years ago
Anton Khirnov 3b0f586f07 lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 6e7b50b427 mpegvideo_enc: drop support for reusing the input motion vectors. 12 years ago
Michael Niedermayer 1672624ddc mpegvideo_enc: fix gray flag with 444 jpeg 12 years ago
Michael Niedermayer 1e78679768 mpegvideo_enc: draw edges on input 12 years ago
Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 12 years ago
Diego Biurrun 5d3d39c72e dsputil: Move fdct function declarations to dct.h 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Michael Niedermayer d8a7c4958e mpegvideo_enc: factor expression out 12 years ago
Anton Khirnov 04f4dbc2fa mpegvideo_enc: fix indentation in load_input_picture() 12 years ago
Anton Khirnov 3f47d316cd mpegvideo_enc: do not modify the input frame. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Niedermayer ca9eb9305a mpegvideo_enc: fix edge emulation of dimension%16 != 0 for YUV != 420 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Janne Grunau f1d8763a02 mpegvideo: allocate scratch buffers after linesize is known 12 years ago
Michael Niedermayer 633ae5a210 mjpegenc: fix 444 block count so it is below 10 12 years ago
Piotr Bandurski 388241efa2 mpegvideo_enc/rv20: width and height must be multiple of 4 12 years ago
Piotr Bandurski fef75ef200 mpegvideo_enc/rv10: width and hieghtmust be multiple of 16 12 years ago
Michael Niedermayer a01679586c mpeg1video: fix regression with slices != threads 12 years ago
Michael Niedermayer 6d7effa9bd mpegvideo_enc: use av_log() in debug code 12 years ago
Michael Niedermayer b023392f34 mpegvideo: remove #if/define PARANOID code 12 years ago
Paul B Mahol 9f02d4ed0f mjpegenc: yuvj444p support 12 years ago