| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -6/+7 |
* | lavc: Move start code finding to utils.c | Martin Storsjö | 2013-03-26 | 1 | -33/+0 |
* | mpegvideo: allocate hwaccel privdata after the frame buffer | Hendrik Leppkes | 2013-03-19 | 1 | -14/+12 |
* | mpegvideo: fix allocation of the hwaccel_picture_private data | Hendrik Leppkes | 2013-03-19 | 1 | -3/+5 |
* | mpegvideo: reindent | Anton Khirnov | 2013-03-11 | 1 | -84/+84 |
* | mpegvideo: remove useless references to h264 and svq3 | Anton Khirnov | 2013-03-11 | 1 | -16/+7 |
* | mpegvideo: drop vismv code | Anton Khirnov | 2013-03-08 | 1 | -309/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -245/+350 |
* | lavc: move AVFrame.hwaccel_picture_private to Picture. | Anton Khirnov | 2013-03-08 | 1 | -5/+5 |
* | mpegvideo: Conditionally build error_resilience bits | Martin Storsjö | 2013-03-07 | 1 | -0/+2 |
* | lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs | Ronald S. Bultje | 2013-03-06 | 1 | -17/+0 |
* | mpegvideo: split ff_draw_horiz_band(). | Anton Khirnov | 2013-02-15 | 1 | -34/+52 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -10/+85 |
* | dsputil: Move ff_block_permute to mpegvideo_enc | Diego Biurrun | 2013-02-07 | 1 | -0/+29 |
* | mpegvideo: remove an unused function parameter | Anton Khirnov | 2013-02-06 | 1 | -5/+5 |
* | mpegvideo: initialize dummy reference frames. | Anton Khirnov | 2013-02-06 | 1 | -0/+13 |
* | hwaccel: do not offer unsupported pixel formats | Rémi Denis-Courmont | 2013-01-27 | 1 | -0/+8 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -22/+22 |
* | mpegvideo: fix loop condition in draw_line() | Xi Wang | 2013-01-19 | 1 | -1/+1 |
* | vdpau: Add MPEG-1/2 decoding via hwaccel infrastructure | Rémi Denis-Courmont | 2013-01-13 | 1 | -0/+1 |
* | 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 |