| Commit message (Expand) | Author | Age | Files | Lines |
* | core: always pass data via packet fields to video decoders | wm4 | 2013-03-28 | 4 | -16/+11 |
* | video: make use of libavcodec refcounting | wm4 | 2013-03-13 | 2 | -10/+77 |
* | video: prepare for libavcodec refcounting | wm4 | 2013-03-13 | 1 | -46/+40 |
* | vo: remove and cleanup globals | Alexander Preisinger | 2013-03-04 | 1 | -10/+10 |
* | m_option: don't define OPT_BASE_STRUCT by default | wm4 | 2013-03-01 | 1 | -0/+2 |
* | video/out: remove video mode switching (--vm) | wm4 | 2013-02-26 | 1 | -3/+2 |
* | dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMES | wm4 | 2013-02-26 | 2 | -5/+6 |
* | vd_lavc: better warning message for software decoding fallback | wm4 | 2013-02-26 | 1 | -1/+2 |
* | vd_lavc: fix software decoding fallback | wm4 | 2013-02-21 | 1 | -1/+1 |
* | dec_video: fix bogus assert | wm4 | 2013-02-13 | 1 | -1/+1 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 1 | -6/+11 |
* | demux_lavf, ad_lavc, vd_lavc: refactor, cleanup | wm4 | 2013-02-10 | 1 | -54/+61 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 6 | -230/+131 |
* | cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAG | wm4 | 2013-02-09 | 1 | -1/+1 |
* | vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.x | wm4 | 2013-01-24 | 1 | -5/+8 |
* | video: move handling of -x/-y/-xy options to VO | wm4 | 2013-01-23 | 1 | -51/+20 |
* | Silence two compiler warnings | wm4 | 2013-01-16 | 1 | -1/+0 |
* | video: print filter chain in verbose mode | wm4 | 2013-01-14 | 1 | -7/+8 |
* | vd_lavc: remove -lavdopts vstats suboption | wm4 | 2013-01-13 | 2 | -97/+0 |
* | vd_lavc: remove lowres decoding | wm4 | 2013-01-13 | 1 | -11/+2 |
* | vd_lavc: prefer AVFrame over AVCodecContext fields | wm4 | 2013-01-13 | 1 | -18/+17 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 2 | -11/+9 |
* | mp_image: change how palette is handled | wm4 | 2013-01-13 | 1 | -14/+0 |
* | mp_image: simplify image allocation | wm4 | 2013-01-13 | 1 | -2/+2 |
* | vd_lavc: make non-reference frames writeable | wm4 | 2013-01-13 | 1 | -1/+18 |
* | video/filter: change filter API, use refcounting, remove filter DR | wm4 | 2013-01-13 | 5 | -59/+24 |
* | mp_image: require using mp_image_set_size() for setting w/h | wm4 | 2013-01-13 | 1 | -2/+1 |
* | vd_lavc: use refcounting | wm4 | 2013-01-13 | 3 | -16/+58 |
* | vd_lavc: add DR1 support | wm4 | 2013-01-13 | 3 | -21/+273 |
* | video: different way to enable hardware decoding, add software fallback | wm4 | 2013-01-13 | 1 | -66/+204 |
* | vd_lavc: remove codec DR | wm4 | 2013-01-13 | 3 | -203/+14 |
* | video: make vdpau hardware decoding not use DR code path | wm4 | 2013-01-13 | 1 | -39/+107 |
* | vd_lavc: do not mutate global threads option | wm4 | 2013-01-13 | 1 | -10/+9 |
* | vd_lavc: cosmetics: move debugging code out of the way | wm4 | 2013-01-13 | 1 | -75/+82 |
* | video: simplify decoder pixel format handling | wm4 | 2013-01-13 | 4 | -99/+29 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 3 | -63/+1 |
* | video: make vdpau hardware decoding not use slices code path | wm4 | 2013-01-13 | 1 | -2/+15 |
* | options, vo_x11: remove -zoom option, make it default | wm4 | 2012-11-16 | 1 | -1/+0 |
* | Add missing compat/libav.h includes | wm4 | 2012-11-12 | 1 | -0/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 5 | -34/+34 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 5 | -0/+1689 |