| Commit message (Expand) | Author | Age | Files | Lines |
* | video/out: remove legacy colorspace stuff | wm4 | 2014-03-29 | 1 | -17/+18 |
* | vdpau: remove pointer indirection for a field | wm4 | 2014-03-19 | 1 | -1/+1 |
* | vdpau: remove legacy pixel formats | wm4 | 2014-03-17 | 1 | -2/+1 |
* | vo_vdpau: Discard zero timestamps | Jonas Zetterberg | 2014-02-10 | 1 | -0/+3 |
* | vo_vdpau: Ensure presentation time is within bounds | Jonas Zetterberg | 2014-02-10 | 1 | -0/+4 |
* | video/out: do remaining config to reconfig replacements | wm4 | 2014-01-24 | 1 | -9/+7 |
* | video/out: don't access aspdat in VOs | wm4 | 2014-01-22 | 1 | -1/+4 |
* | sub: uglify OSD code path with locking | wm4 | 2014-01-18 | 1 | -1/+1 |
* | video/out: remove pointless x/y parameter from vo_x11_config_vo_window | wm4 | 2014-01-11 | 1 | -2/+1 |
* | vo_vdpau: add some debugging messages for frame timing | wm4 | 2013-12-22 | 1 | -2/+4 |
* | vdpau: mp_msg conversions | wm4 | 2013-12-21 | 1 | -46/+47 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | video: remove --flip | wm4 | 2013-12-05 | 1 | -1/+1 |
* | vdpau: always let decoder output IMGFMT_VDPAU | wm4 | 2013-11-29 | 1 | -1/+1 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 1 | -1/+1 |
* | video: move struct mp_hwdec_info into its own header file | wm4 | 2013-11-23 | 1 | -1/+1 |
* | vo_vdpau: don't calculate destination alpha when drawing OSD | wm4 | 2013-11-18 | 1 | -2/+2 |
* | vdpau: move device and video surface management from vo_vdpau.c to vdpau.c | wm4 | 2013-11-05 | 1 | -214/+34 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -1/+1 |
* | Enable -Wshadow | wm4 | 2013-11-01 | 1 | -1/+0 |
* | video/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -7/+3 |
* | vo_vdpau: don't blank screen on VOCTRL_RESET | wm4 | 2013-10-02 | 1 | -16/+35 |
* | video/out: always support redrawing VO window at any point | wm4 | 2013-10-02 | 1 | -1/+8 |
* | Some more mp_msg conversions | wm4 | 2013-08-23 | 1 | -51/+45 |
* | vo_vdpau: add RGB support | wm4 | 2013-08-18 | 1 | -14/+154 |
* | vo_vdpau: fix screenshots if panscan is used | wm4 | 2013-08-18 | 1 | -4/+5 |
* | vo_vdpau: remove unused variable | wm4 | 2013-08-18 | 1 | -2/+0 |
* | vo_vdpau: use color close to black as default colorkey (instead of green) | wm4 | 2013-08-17 | 1 | -1/+4 |
* | vo_vdpau: allow setting colorkey | wm4 | 2013-08-17 | 1 | -0/+15 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | build: fix build with vdpau, simplify | wm4 | 2013-07-29 | 1 | -1/+1 |
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 1 | -232/+140 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 1 | -2/+1 |
* | video/out: remove options argument from preinit() | wm4 | 2013-07-22 | 1 | -1/+1 |
* | video: remove fullscreen flags chaos | wm4 | 2013-07-18 | 1 | -1/+1 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 1 | -13/+13 |
* | x11: use vo_x11_control() for all VOs | wm4 | 2013-05-26 | 1 | -30/+11 |
* | video: remove aspect.h includes from files which don't need it | wm4 | 2013-03-17 | 1 | -1/+0 |
* | vo: Separate vo options from MPOpts | Alexander Preisinger | 2013-03-04 | 1 | -1/+1 |
* | vo: remove and cleanup globals | Alexander Preisinger | 2013-03-04 | 1 | -1/+4 |
* | m_option: don't define OPT_BASE_STRUCT by default | wm4 | 2013-03-01 | 1 | -1/+0 |
* | core: simplify OSD capability handling, remove VFCAP_OSD | wm4 | 2013-03-01 | 1 | -1/+1 |
* | video/out: rename create_window to config_window | wm4 | 2013-02-26 | 1 | -1/+1 |
* | cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAG | wm4 | 2013-02-09 | 1 | -3/+3 |
* | options: change handling of "no-" options | wm4 | 2013-02-09 | 1 | -1/+0 |
* | x11: simplify handling of X Visuals and Colormaps in VOs | wm4 | 2013-01-27 | 1 | -19/+2 |
* | x11: reduce VO mode switching code duplication | wm4 | 2013-01-27 | 1 | -29/+1 |
* | x11: cleanup, refactor | wm4 | 2013-01-27 | 1 | -2/+2 |
* | vo_vdpau: always try to native bit depth (makes 30 bit work) | wm4 | 2013-01-23 | 1 | -5/+2 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 1 | -8/+4 |
* | video: cleanup: replace old mp_image function names | wm4 | 2013-01-13 | 1 | -1/+1 |
* | video/filter: change filter API, use refcounting, remove filter DR | wm4 | 2013-01-13 | 1 | -24/+37 |
* | mp_image: require using mp_image_set_size() for setting w/h | wm4 | 2013-01-13 | 1 | -4/+2 |
* | video: make vdpau hardware decoding not use DR code path | wm4 | 2013-01-13 | 1 | -14/+5 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 1 | -7/+2 |
* | video: make vdpau hardware decoding not use slices code path | wm4 | 2013-01-13 | 1 | -4/+4 |
* | video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_format | wm4 | 2013-01-13 | 1 | -3/+2 |
* | video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGE | wm4 | 2013-01-13 | 1 | -4/+1 |
* | vdpau: silence a clang warning | Rudolf Polzer | 2012-12-28 | 1 | -1/+2 |
* | options, vo_x11: remove -zoom option, make it default | wm4 | 2012-11-16 | 1 | -2/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -7/+7 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+1718 |