405 Commits (54974c62982ae827becdbdb9b620b7ba75d079a0)

Author SHA1 Message Date
Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 12 years ago
Diego Biurrun 0b016eb99d dsputil: Move ff_block_permute to mpegvideo_enc 12 years ago
Anton Khirnov d9df93efbf mpegvideo: simplify REBASE_PICTURE 12 years ago
Martin Storsjö a65f965c04 mpegvideo: Do REBASE_PICTURE with byte pointers 12 years ago
Anton Khirnov 47318953dd mpegvideo: remove some unused variables from Picture. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 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
Janne Grunau 6a27ae28f9 mpegvideo: treat delayed pictures as used 12 years ago
Diego Biurrun ba0c898120 cosmetics: Fix dropable --> droppable typo 12 years ago
Diego Biurrun ca411fc1d3 avcodec: Remove broken MMI optimizations 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Janne Grunau 8701f4f8e8 mpeg4: support frame parameter changes with frame-mt 12 years ago
Janne Grunau 435c0b87d2 mpegvideo: add reinit function for frame parameter changes 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Diego Biurrun dc40285427 x86: mpegvideo: more sensible names for optimization file and init function 12 years ago
Diego Biurrun d211547ddd x86: mpegvideoenc: Split optimizations off into a separate file 12 years ago
Mans Rullgard 7a851153d3 mpegvideo: convert mpegvideo_common.h to a .c file 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Ronald S. Bultje 89b81a1c88 mpegvideo: remove VLAs 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Ronald S. Bultje 48cbe4b092 h264: increase reference poc list from 16 to 32. 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 445a7d48b1 mpegvideo_enc: switch to encode2(). 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö 6c28d65754 rv: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö 04d3822524 msmpeg4: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö d6c8dcb8ac mpeg12: Add ff_ prefix to nonstatic symbols 13 years ago
Diego Biurrun 0144fe6995 Remove Sun medialib glue code. 13 years ago
Janne Grunau 881a5e047d mpegenc: use avctx->slices as number of slices 13 years ago
Mans Rullgard 8400b126ac avcodec: deprecate AVFrame.age 13 years ago
Luca Barbato 63ccd46687 lavc: introduce ER_MB_END and ER_MB_ERROR 13 years ago
Luca Barbato 5bf2ac2b37 error_resilience: use the ER_ namespace 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Dustin Brody 5b22d6e132 lavc: convert error_recognition to err_recognition. 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Janne Grunau cd8c64e197 Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" 13 years ago
Anton Khirnov 3fc0830432 mpeg12: move closed_gop from MpegEncContext to Mpeg1Context 13 years ago
Anton Khirnov da22ba7df4 mpeg12: move full_pel from MpegEncContext to Mpeg1Context 13 years ago
Anton Khirnov acffe45732 mpegvideo: remove some unused variables from MpegEncContext. 13 years ago
Anton Khirnov 773375c3d0 lavc: rename ff_find_start_code to avpriv_mpv_find_start_code 13 years ago
Mans Rullgard cb668476ab motion_est: make MotionExtContext.map_generation unsigned 13 years ago