| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: initialize videodsp with correct pixel depth | Janne Grunau | 2012-12-26 | 1 | -1/+1 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -0/+1 |
* | mpegvideo: increase edge_emu_buffer size for VC1 | Janne Grunau | 2012-12-19 | 1 | -1/+3 |
* | mpegvideo: allocate scratch buffers after linesize is known | Janne Grunau | 2012-12-18 | 1 | -15/+61 |
* | mpegvideo: treat delayed pictures as used | Janne Grunau | 2012-12-13 | 1 | -4/+4 |
* | cosmetics: Fix dropable --> droppable typo | Diego Biurrun | 2012-12-09 | 1 | -4/+4 |
* | h264: set Picture.owner2 to the current thread | Janne Grunau | 2012-11-27 | 1 | -2/+1 |
* | pixdesc: add av_pix_fmt_get_chroma_sub_sample | Luca Barbato | 2012-11-13 | 1 | -4/+5 |
* | mpeg4videodec: Disable frame multithreading for GMC, its not implemented at all | Michael Niedermayer | 2012-10-19 | 1 | -1/+2 |
* | mpegvideo: remove write-only variable | Mans Rullgard | 2012-10-12 | 1 | -2/+2 |
* | avcodec: Remove broken MMI optimizations | Diego Biurrun | 2012-10-12 | 1 | -2/+0 |
* | lavc: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -4/+6 |
* | mpegvideo: fix indentation | Anton Khirnov | 2012-10-12 | 1 | -14/+14 |
* | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -11/+11 |
* | mpegvideo: set extended_data in ff_update_duplicate_context() | Janne Grunau | 2012-10-03 | 1 | -0/+5 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -6/+6 |
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | mpeg4: support frame parameter changes with frame-mt | Janne Grunau | 2012-09-19 | 1 | -0/+9 |
* | mpegvideo: check ff_find_unused_picture() return value for errors | Janne Grunau | 2012-09-19 | 1 | -0/+12 |
* | mpegvideo: release frame buffers before freeing them | Janne Grunau | 2012-09-19 | 1 | -2/+3 |
* | mpegvideo: add reinit function for frame parameter changes | Janne Grunau | 2012-09-19 | 1 | -4/+99 |
* | mpegvideo: move frame size dependent memory management to separate functions | Janne Grunau | 2012-09-19 | 1 | -173/+204 |
* | mpegvideo: set AVFrame fields to NULL after freeing the base memory | Janne Grunau | 2012-09-06 | 1 | -0/+3 |
* | mpegvideo: remove last_picture_ptr / h264 assert. | Michael Niedermayer | 2012-09-04 | 1 | -3/+0 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -5/+8 |
* | x86: mpegvideo: more sensible names for optimization file and init function | Diego Biurrun | 2012-08-24 | 1 | -2/+2 |
* | mpegvideo: convert mpegvideo_common.h to a .c file | Mans Rullgard | 2012-08-09 | 1 | -3/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -20/+20 |
* | mpegvideo: remove unnecessary inclusions of faandct.h | Mans Rullgard | 2012-07-29 | 1 | -1/+0 |
* | mpegvideo: remove VLAs | Ronald S. Bultje | 2012-07-04 | 1 | -0/+10 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -390/+18 |
* | MPV: set reference frame pointers to NULL when allocation of dummy pictures f... | Janne Grunau | 2012-03-23 | 1 | -2/+6 |
* | MPV: always mark dummy frames as reference | Janne Grunau | 2012-03-16 | 1 | -0/+2 |
* | mpeg4: report frame decoding completion at ff_MPV_frame_end(). | Ronald S. Bultje | 2012-03-16 | 1 | -2/+1 |
* | Replace AVFrame pointer casts by proper struct member accesses. | Diego Biurrun | 2012-03-01 | 1 | -21/+21 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -21/+21 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | Remove Sun medialib glue code. | Diego Biurrun | 2012-02-08 | 1 | -2/+0 |
* | mpegvideo: fix invalid memory access for small video dimensions | John Brooks | 2012-01-21 | 1 | -6/+6 |
* | mpegvideo: claim ownership of referenced pictures | Janne Grunau | 2012-01-10 | 1 | -16/+25 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -5/+5 |
* | mpegenc: use avctx->slices as number of slices | Janne Grunau | 2012-01-02 | 1 | -25/+28 |
* | mpegvideo.c: K&R formatting and cosmetics. | Konstantin Todorov | 2011-12-25 | 1 | -542/+665 |
* | avcodec: deprecate AVFrame.age | Mans Rullgard | 2011-12-18 | 1 | -31/+5 |
* | mpegvideo: remove abort() in ff_find_unused_picture() | Andrey Utkin | 2011-12-14 | 1 | -15/+7 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -10/+9 |
* | lavc: convert error_recognition to err_recognition. | Dustin Brody | 2011-12-12 | 1 | -1/+1 |
* | cosmetics: drop some completely pointless parentheses | Diego Biurrun | 2011-12-07 | 1 | -3/+4 |