| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | opengl: smoothmotion: wake up for next vsync a bit earlier | Avi Halachmi (:avih) | 2015-04-09 | 1 | -1/+1 |
* | opengl: drop less frames when clip and display have similar fps | Avi Halachmi (:avih) | 2015-04-09 | 1 | -1/+9 |
* | RPI support | wm4 | 2015-03-29 | 1 | -0/+4 |
* | vo: make sure display-fps is up-to-date | wm4 | 2015-03-13 | 1 | -2/+8 |
* | command: fix display-fps property (again) | wm4 | 2015-03-13 | 1 | -7/+22 |
* | command: display-fps is the display FPS as assumed by the VO | wm4 | 2015-03-12 | 1 | -1/+1 |
* | vo: update FPS only on state changes | wm4 | 2015-03-12 | 1 | -12/+32 |
* | vo: hide opengl-cb in --vo=help | wm4 | 2015-03-10 | 1 | -1/+1 |
* | vo_opengl: fix smoothmotion coefficient calculation | Stefano Pigozzi | 2015-02-13 | 1 | -0/+1 |
* | vo: minor simplification | wm4 | 2015-02-07 | 1 | -13/+8 |
* | vo: handle very long frame durations with smoothmotion enabled | wm4 | 2015-01-26 | 1 | -1/+1 |
* | vo: fix redraw logic | wm4 | 2015-01-25 | 1 | -4/+2 |
* | vo: generic redraw support | wm4 | 2015-01-24 | 1 | -5/+3 |
* | vo: simplify VOs by adding generic screenshot support | wm4 | 2015-01-24 | 1 | -12/+31 |
* | vo: fix disabling/enabling smoothmotion at runtime | wm4 | 2015-01-23 | 1 | -4/+6 |
* | vo: allow dropping additional frames with smoothmotion | wm4 | 2015-01-23 | 1 | -6/+6 |
* | vo: cosmetics | wm4 | 2015-01-23 | 1 | -22/+24 |
* | vo: fix framedrop in normal case | wm4 | 2015-01-23 | 1 | -1/+2 |
* | vo_opengl: add smoothmotion frame blending | Stefano Pigozzi | 2015-01-23 | 1 | -6/+46 |
* | video: remove vfcap.h | wm4 | 2015-01-21 | 1 | -1/+0 |
* | vo: never autoselect vo_null | wm4 | 2015-01-21 | 1 | -2/+4 |
* | vo_opengl_old: remove this VO | wm4 | 2015-01-20 | 1 | -4/+0 |
* | vo: restore framedrop | wm4 | 2015-01-20 | 1 | -1/+1 |
* | video: fix waiting for last frame/format reconfig | wm4 | 2015-01-19 | 1 | -0/+1 |
* | player: respect --untimed on last frame | wm4 | 2015-01-16 | 1 | -2/+1 |
* | vo: don't synchronize when seeking | wm4 | 2015-01-12 | 1 | -1/+7 |
* | vo: add functions to increment drop_count | xylosper | 2015-01-08 | 1 | -0/+7 |
* | video: batch query_format calls | wm4 | 2015-01-03 | 1 | -5/+7 |
* | video: pass some VO params as struct | wm4 | 2014-12-31 | 1 | -14/+10 |
* | vo_opengl: better probe handling | wm4 | 2014-12-19 | 1 | -3/+5 |
* | vo: fix some nonsense | wm4 | 2014-12-10 | 1 | -3/+2 |
* | client API: expose OpenGL renderer | wm4 | 2014-12-09 | 1 | -0/+2 |
* | vo: include normal render-ahead time in flip_queue_offset | wm4 | 2014-12-09 | 1 | -2/+3 |
* | video/out: minor simplification to event query function | wm4 | 2014-11-09 | 1 | -5/+4 |
* | command: make window-scale property observable | wm4 | 2014-11-02 | 1 | -0/+26 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 1 | -0/+3 |
* | video: return responsibility of video redraw back to playloop | wm4 | 2014-10-03 | 1 | -3/+19 |
* | video: fix redrawing when pausing after framedrop | wm4 | 2014-09-21 | 1 | -1/+1 |
* | vo_vdpau: better integration with the generic framedrop code | wm4 | 2014-09-20 | 1 | -6/+11 |
* | video: wake up core as soon as possible | wm4 | 2014-09-16 | 1 | -0/+1 |
* | vo_corevideo: remove this VO | Stefano Pigozzi | 2014-09-06 | 1 | -4/+0 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -1/+1 |
* | video: avoid unnecessary frame dropping | wm4 | 2014-08-23 | 1 | -1/+5 |
* | video: some debugging output | wm4 | 2014-08-22 | 1 | -0/+4 |
* | video: don't assume query_format is thread-safe | wm4 | 2014-08-20 | 1 | -0/+15 |
* | video: add VOCTRL_GET_RECENT_FLIP_TIME | wm4 | 2014-08-18 | 1 | -1/+6 |
* | video: dump vsync phase into stats file | wm4 | 2014-08-18 | 1 | -2/+4 |
* | video: make vo_opengl the default over vo_vdpau | wm4 | 2014-08-17 | 1 | -3/+3 |
* | video: take refresh rate changes into account | wm4 | 2014-08-17 | 1 | -10/+27 |
* | video: add --display-fps switch to control framedrop FPS | wm4 | 2014-08-16 | 1 | -3/+7 |
* | video: add VO framedropping mode | wm4 | 2014-08-15 | 1 | -17/+102 |
* | vo: eliminate a redundant variable | wm4 | 2014-08-15 | 1 | -10/+5 |
* | vo: remove unused libavutil include | wm4 | 2014-08-14 | 1 | -2/+0 |
* | vo: fix mingw compilation | wm4 | 2014-08-14 | 1 | -0/+2 |
* | video: fix and simplify video format changes and last frame display | wm4 | 2014-08-12 | 1 | -62/+32 |
* | video: move display and timing to a separate thread | wm4 | 2014-08-12 | 1 | -64/+381 |
* | vdpau: don't upload video images in advance | wm4 | 2014-07-29 | 1 | -6/+0 |
* | vo: remove vo_mouse_movement() wrapper | wm4 | 2014-07-27 | 1 | -14/+0 |
* | vo: different hack for VOs which need to mangle mouse input | wm4 | 2014-07-27 | 1 | -4/+2 |
* | vo: hack to avoid threading issues with mouse input | wm4 | 2014-07-26 | 1 | -1/+2 |
* | video: correct spelling: mp_image_params_equals -> mp_image_params_equal | wm4 | 2014-06-17 | 1 | -1/+1 |
* | vo: make draw_image and vo_queue_image transfer image ownership | wm4 | 2014-06-17 | 1 | -3/+2 |
* | video: introduce failure path for image allocations | wm4 | 2014-06-17 | 1 | -1/+1 |
* | video/out: change aspects of OSD handling | wm4 | 2014-06-15 | 1 | -18/+12 |
* | Add more const | wm4 | 2014-06-11 | 1 | -18/+18 |
* | video: fix another cover art corner case | wm4 | 2014-06-09 | 1 | -1/+1 |
* | vo: correctly initialize parameters in corner cases | wm4 | 2014-06-01 | 1 | -1/+4 |
* | vo: minor simplifications | wm4 | 2014-05-22 | 1 | -11/+3 |
* | vo: remove config_ok check from vo_check_events() | wm4 | 2014-05-22 | 1 | -3/+1 |
* | player: remove VO from seeking code path | wm4 | 2014-05-07 | 1 | -5/+0 |
* | vo: remove old stuff | wm4 | 2014-05-06 | 1 | -16/+0 |
* | video/out: separate out code to compute window size | wm4 | 2014-05-06 | 1 | -85/+18 |
* | vo: fix previous commit | wm4 | 2014-05-06 | 1 | -1/+1 |
* | vo: don't crash when changing panscan before first configuration | wm4 | 2014-05-06 | 1 | -0/+2 |
* | vo: get rid of config_count field | wm4 | 2014-05-06 | 1 | -1/+0 |
* | video: change everything | wm4 | 2014-05-02 | 1 | -30/+28 |
* | vo: verify format of queued image | wm4 | 2014-05-02 | 1 | -0/+1 |
* | video: move video frame queue from vo_vdpau.c to vo.c | wm4 | 2014-05-02 | 1 | -38/+57 |
* | vo: do not check for events on unconfigured VO | Martin Herkt | 2014-04-25 | 1 | -1/+3 |
* | vo: simplify event_fd handling | wm4 | 2014-04-22 | 1 | -21/+13 |
* | vo: cosmetics: move around some code | wm4 | 2014-04-22 | 1 | -134/+136 |
* | vo: minor cosmetic change | wm4 | 2014-04-22 | 1 | -2/+1 |
* | vo: warn if the VO doesn't support certain flags | wm4 | 2014-04-22 | 1 | -1/+15 |
* | vo: add some general support code for VOs that allow rotation | wm4 | 2014-04-21 | 1 | -3/+8 |
* | video/out: remove legacy colorspace stuff | wm4 | 2014-03-29 | 1 | -10/+0 |
* | video/out: do remaining config to reconfig replacements | wm4 | 2014-01-24 | 1 | -13/+3 |
* | vo: merge get rid of vo.aspdat field | wm4 | 2014-01-22 | 1 | -7/+20 |
* | vo: move vo_get_src_dst_rects to aspect.c | wm4 | 2014-01-22 | 1 | -128/+0 |
* | video/out: simplify monitor aspect handling | wm4 | 2014-01-11 | 1 | -3/+20 |
* | input: move files drag and drop to a new event.c file | Stefano Pigozzi | 2014-01-04 | 1 | -41/+0 |
* | vo: dropping subtitle files on the VO window adds them as subtitle files | wm4 | 2014-01-04 | 1 | -11/+27 |
* | vo: add vo_drop_files() | wm4 | 2014-01-04 | 1 | -0/+25 |
* | vo_vdpau: fix unintended truncation of 64 bit timestamps to 32 bit | wm4 | 2013-12-22 | 1 | -1/+1 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 1 | -1/+1 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | input: rework how input sources are added | wm4 | 2013-12-21 | 1 | -2/+2 |
* | video/out: pass along global context | wm4 | 2013-12-21 | 1 | -0/+1 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -3/+3 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | video: change --video-zoom behavior | wm4 | 2013-12-13 | 1 | -3/+5 |
* | vo: reset some fields properly | wm4 | 2013-12-10 | 1 | -0/+6 |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 1 | -0/+2 |
* | osd: remove mp_osd_res.video_par field | wm4 | 2013-11-24 | 1 | -1/+0 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 1 | -1/+1 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -13/+13 |
* | m_config: refactor option defaults handling | wm4 | 2013-10-24 | 1 | -1/+0 |
* | video/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -3/+3 |
* | mp_msg: remove gettext() support | wm4 | 2013-10-18 | 1 | -1/+1 |
* | vo: mark frame lost after seek reset | wm4 | 2013-10-02 | 1 | -0/+1 |
* | core: add --force-window | wm4 | 2013-10-02 | 1 | -0/+5 |
* | video/out: always support redrawing VO window at any point | wm4 | 2013-10-02 | 1 | -3/+2 |
* | input: translate mouse position to OSD space early | wm4 | 2013-09-27 | 1 | -1/+3 |
* | video: add unscaled mode with --video-unscaled | wm4 | 2013-09-01 | 1 | -3/+17 |
* | wayland: shm based software rendering | Alexander Preisinger | 2013-08-25 | 1 | -0/+4 |
* | video: handle video output levels with mp_image_params | wm4 | 2013-08-24 | 1 | -0/+1 |
* | video/out: don't require VOs to handle screenshot aspect specially | wm4 | 2013-08-24 | 1 | -2/+0 |
* | video: make it possible to scale/pan the video by arbitrary amounts | wm4 | 2013-08-19 | 1 | -1/+7 |
* | vo: fix build with #ifdef -> #if | wm4 | 2013-08-12 | 1 | -1/+1 |
* | video: add vaapi decode and output support | wm4 | 2013-08-12 | 1 | -0/+4 |
* | vo: unref waiting image before destroying VO driver | wm4 | 2013-08-11 | 1 | -1/+1 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -6/+6 |
* | video/out: use new mp_msg stuff for vo.c and vo_opengl | wm4 | 2013-07-31 | 1 | -22/+25 |
* | video/out: remove options argument from preinit() | wm4 | 2013-07-22 | 1 | -2/+3 |
* | options: hide encoding AO/VO in help output | wm4 | 2013-07-21 | 1 | -0/+1 |
* | options: use new code for parsing --vo | wm4 | 2013-07-21 | 1 | -102/+77 |
* | video: redo how colorspaces are handled | wm4 | 2013-07-16 | 1 | -0/+9 |
* | core: remove mp_fifo leftovers | wm4 | 2013-07-04 | 1 | -1/+0 |
* | core: cleanup more mp_fifo leftovers | wm4 | 2013-07-02 | 1 | -1/+0 |
* | core: remove mp_fifo indirection | wm4 | 2013-07-02 | 1 | -2/+1 |
* | input: handle mouse movement differently | wm4 | 2013-06-29 | 1 | -6/+3 |
* | video: add a new method to configure filters and VOs | wm4 | 2013-06-28 | 1 | -8/+21 |
* | vo: fix build on Libav | wm4 | 2013-06-15 | 1 | -0/+2 |
* | vo: redo video display rectangle calculations | wm4 | 2013-06-15 | 1 | -24/+49 |
* | vo: rip out VO timer wakeup mechanism again | wm4 | 2013-05-26 | 1 | -15/+0 |
* | vo: remove vo.check_events callback | wm4 | 2013-05-26 | 1 | -2/+0 |
* | video/out: introduce vo_control for gl_common based VOs | wm4 | 2013-05-26 | 1 | -1/+3 |
* | vo: rename vo_draw_image to vo_queue_image | wm4 | 2013-03-28 | 1 | -6/+3 |
* | vo_opengl: split into multiple files, convert to new option API | wm4 | 2013-03-28 | 1 | -1/+8 |
* | video: apply --no-keepaspect even on fullscreen | wm4 | 2013-03-17 | 1 | -1/+1 |
* | video: simplify aspect calculation stuff | wm4 | 2013-03-17 | 1 | -10/+6 |
* | vo: Separate vo options from MPOpts | Alexander Preisinger | 2013-03-04 | 1 | -10/+10 |
* | Remove vo_fps global variable | wm4 | 2013-03-04 | 1 | -2/+0 |
* | vo: remove and cleanup globals | Alexander Preisinger | 2013-03-04 | 1 | -28/+12 |
* | x11_common: fix --cursor-autohide when paused | wm4 | 2013-03-03 | 1 | -7/+18 |
* | core: simplify OSD capability handling, remove VFCAP_OSD | wm4 | 2013-03-01 | 1 | -5/+9 |
* | video/out: remove video mode switching (--vm) | wm4 | 2013-02-26 | 1 | -1/+0 |
* | Remove --rootwin option and rootwin property | wm4 | 2013-02-24 | 1 | -1/+0 |
* | core: move `xineramascreen` to `MPOpts` as `vo_screen_id` | Stefano Pigozzi | 2013-02-21 | 1 | -1/+0 |
* | audio/out, video/out: hide encoding VO/AO | wm4 | 2013-02-06 | 1 | -4/+8 |
* | video/out: change autoprobe order | wm4 | 2013-02-06 | 1 | -16/+12 |
* | video: remove -x/-y/-xy options | wm4 | 2013-01-23 | 1 | -32/+0 |
* | video: add --autofit and --autofit-larger options | wm4 | 2013-01-23 | 1 | -2/+33 |
* | options: move -geometry parsing to m_option.c | wm4 | 2013-01-23 | 1 | -4/+3 |
* | video: move handling of -x/-y/-xy options to VO | wm4 | 2013-01-23 | 1 | -11/+60 |
* | video/filter: change filter API, use refcounting, remove filter DR | wm4 | 2013-01-13 | 1 | -15/+14 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 1 | -5/+0 |
* | video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_format | wm4 | 2013-01-13 | 1 | -1/+1 |
* | video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGE | wm4 | 2013-01-13 | 1 | -11/+12 |
* | vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driver | Rudolf Polzer | 2012-12-28 | 1 | -0/+4 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -8/+8 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+530 |