| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: Do REBASE_PICTURE with byte pointers | Martin Storsjö | 2013-02-19 | 1 | -1/+1 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -0/+2 |
* | mpegvideo: allocate scratch buffers after linesize is known | Janne Grunau | 2012-12-18 | 1 | -1/+2 |
* | mpegvideo: treat delayed pictures as used | Janne Grunau | 2012-12-13 | 1 | -0/+6 |
* | cosmetics: Fix dropable --> droppable typo | Diego Biurrun | 2012-12-09 | 1 | -1/+1 |
* | avcodec: Remove broken MMI optimizations | Diego Biurrun | 2012-10-12 | 1 | -1/+0 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | mpeg4: support frame parameter changes with frame-mt | Janne Grunau | 2012-09-19 | 1 | -0/+4 |
* | mpegvideo: add reinit function for frame parameter changes | Janne Grunau | 2012-09-19 | 1 | -0/+2 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -3/+3 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -4/+4 |
* | x86: mpegvideo: more sensible names for optimization file and init function | Diego Biurrun | 2012-08-24 | 1 | -1/+1 |
* | x86: mpegvideoenc: Split optimizations off into a separate file | Diego Biurrun | 2012-08-24 | 1 | -0/+1 |
* | mpegvideo: convert mpegvideo_common.h to a .c file | Mans Rullgard | 2012-08-09 | 1 | -0/+15 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | mpegvideo: remove VLAs | Ronald S. Bultje | 2012-07-04 | 1 | -0/+6 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -1/+1 |
* | h264: increase reference poc list from 16 to 32. | Ronald S. Bultje | 2012-03-14 | 1 | -1/+1 |
* | h263enc: Add an option for outputting info about MBs as side data | Martin Storsjö | 2012-03-01 | 1 | -0/+4 |
* | mpegvideo_enc: add quantizer_noise_shaping private option. | Anton Khirnov | 2012-02-29 | 1 | -1/+3 |
* | mpegvideo_enc: add chroma/luma_elim_threshold private options. | Anton Khirnov | 2012-02-29 | 1 | -1/+5 |
* | mpegvideo_enc: add cbp_rd flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 1 | -1/+3 |
* | mpegvideo_enc: add qp_rd flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 1 | -1/+3 |
* | mpegvideo_enc: add strict_gop flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 1 | -0/+2 |
* | lavc: add -mpv_flags to mpegvideo_enc-based encoders. | Anton Khirnov | 2012-02-29 | 1 | -0/+23 |
* | mpegvideo_enc: switch to encode2(). | Anton Khirnov | 2012-02-19 | 1 | -1/+10 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -17/+17 |
* | rv: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | msmpeg4: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -7/+7 |
* | mpeg12: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -4/+4 |
* | Remove Sun medialib glue code. | Diego Biurrun | 2012-02-08 | 1 | -1/+0 |
* | mpegenc: use avctx->slices as number of slices | Janne Grunau | 2012-01-02 | 1 | -0/+1 |
* | avcodec: deprecate AVFrame.age | Mans Rullgard | 2011-12-18 | 1 | -2/+0 |
* | lavc: introduce ER_MB_END and ER_MB_ERROR | Luca Barbato | 2011-12-13 | 1 | -0/+3 |
* | error_resilience: use the ER_ namespace | Luca Barbato | 2011-12-13 | 1 | -7/+6 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -2/+2 |
* | lavc: convert error_recognition to err_recognition. | Dustin Brody | 2011-12-12 | 1 | -1/+1 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" | Janne Grunau | 2011-10-24 | 1 | -0/+1 |
* | mpeg12: move closed_gop from MpegEncContext to Mpeg1Context | Anton Khirnov | 2011-10-23 | 1 | -1/+0 |
* | mpeg12: move full_pel from MpegEncContext to Mpeg1Context | Anton Khirnov | 2011-10-23 | 1 | -1/+0 |
* | mpegvideo: remove some unused variables from MpegEncContext. | Anton Khirnov | 2011-10-23 | 1 | -5/+0 |
* | lavc: rename ff_find_start_code to avpriv_mpv_find_start_code | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | motion_est: make MotionExtContext.map_generation unsigned | Mans Rullgard | 2011-10-11 | 1 | -1/+1 |
* | mpegvideo: set correct offset for edge emulation buffer. | Ronald S. Bultje | 2011-10-05 | 1 | -2/+1 |
* | mpeg12: add 'scan_offset' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+1 |
* | mpeg12enc: add drop_frame_timecode private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+1 |
* | mpeg12enc: add intra_vlc private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+1 |
* | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -1/+1 |