| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: Replace arch initialization ifdeffery by standard conditionals | Diego Biurrun | 2013-08-28 | 1 | -11/+10 |
* | vdpau: remove old-style decoders | Rémi Denis-Courmont | 2013-08-05 | 1 | -2/+0 |
* | mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size changes | Janne Grunau | 2013-05-22 | 1 | -0/+3 |
* | mpegvideo: unref old current_picture before allocating a new one | Janne Grunau | 2013-05-19 | 1 | -1/+2 |
* | mpegvideo: allocate sufficiently large scratch buffer for interlaced vid | Jindrich Makovicka | 2013-05-17 | 1 | -1/+1 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -6/+0 |
* | mpegvideo: Remove commented-out PARANOID debug cruft | Diego Biurrun | 2013-05-15 | 1 | -4/+0 |
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -3/+4 |
* | ppc: More consistent arch initialization | Diego Biurrun | 2013-04-30 | 1 | -2/+2 |
* | mpegvideo: unref cur/next/prev frames when flushing | Hendrik Leppkes | 2013-04-23 | 1 | -0/+4 |
* | 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 |