| Commit message (Expand) | Author | Age | Files | Lines |
* | Release 0.2.1v0.2.1 | wm4 | 2013-10-20 | 1 | -1/+1 |
* | input: fix --input-ar-rate=0 | wm4 | 2013-10-20 | 1 | -1/+1 |
* | wayland: use mp_input_test_dragging | Alexander Preisinger | 2013-10-20 | 2 | -3/+8 |
* | Revert "wayland: remove moving window by grabbing" | Alexander Preisinger | 2013-10-20 | 1 | -0/+4 |
* | Revert "wayland: remove outdated comment" | Alexander Preisinger | 2013-10-20 | 1 | -0/+2 |
* | vdpau_old: restore hardware decoding with old API | wm4 | 2013-10-20 | 1 | -0/+1 |
* | af_lavrresample: actually free resampler | wm4 | 2013-10-20 | 1 | -0/+3 |
* | mpv.desktop: add russian translation, sort | Nikoli | 2013-10-20 | 1 | -1/+3 |
* | sws_utils: work around libswscale crash with --contrast=-100 | wm4 | 2013-10-20 | 1 | -1/+2 |
* | vf_scale: fix get/set confusion | wm4 | 2013-10-20 | 1 | -1/+1 |
* | spelling fixes | Alessandro Ghedini | 2013-10-20 | 3 | -5/+5 |
* | Release 0.2.0v0.2.0 | wm4 | 2013-10-16 | 1 | -0/+1 |
* | docs: osc: add short info about lua and how to disable it | ChrisK2 | 2013-10-15 | 1 | -0/+3 |
* | changes.rst: add some replaced options, follow conventions better | wm4 | 2013-10-15 | 1 | -4/+6 |
* | docs: osc: fix table and other errors | ChrisK2 | 2013-10-15 | 1 | -11/+18 |
* | docs: Add osc.rst to mpv.rst | ChrisK2 | 2013-10-15 | 2 | -3/+5 |
* | osc: fix borked options | ChrisK2 | 2013-10-15 | 1 | -13/+13 |
* | osc docs: Add documentation for OSC and rename some options | ChrisK2 | 2013-10-15 | 2 | -6/+194 |
* | x11_common: don't handle mouse enter events | wm4 | 2013-10-15 | 1 | -5/+1 |
* | tech-overview.txt: reflect talloc/TA changes | wm4 | 2013-10-15 | 1 | -0/+6 |
* | osc: reset mouse position when leaving window | ChrisK2 | 2013-10-15 | 1 | -4/+9 |
* | osc: Don't create a config if none exists. | ChrisK2 | 2013-10-15 | 1 | -19/+14 |
* | osc: use "info" instead of "warn" for config file creation message | wm4 | 2013-10-14 | 1 | -1/+1 |
* | example.conf: add example for disabling the OSC | wm4 | 2013-10-14 | 1 | -0/+3 |
* | parser-cfg: allow putting options with leading "--" | wm4 | 2013-10-14 | 1 | -0/+3 |
* | parser-cfg: use bstr everywhere after parsing stage | wm4 | 2013-10-14 | 3 | -7/+8 |
* | options: enable OSC by default | wm4 | 2013-10-14 | 1 | -0/+1 |
* | mplayer: escape strings if needed when writing watch_later config | wm4 | 2013-10-14 | 1 | -2/+19 |
* | parser-cfg: parse % escapes | wm4 | 2013-10-14 | 1 | -7/+31 |
* | version.sh: don't use git tags for version output (again) | wm4 | 2013-10-14 | 1 | -5/+10 |
* | mplayer: print ffmpeg library versions along with mpv version info | wm4 | 2013-10-14 | 3 | -16/+33 |
* | osc: raise minmousemove default setting to 3 and disable input mouse area whe... | ChrisK2 | 2013-10-14 | 1 | -6/+11 |
* | mplayer, vo_image: simplify OSD redrawing, fix vo_image crash | wm4 | 2013-10-13 | 2 | -11/+1 |
* | mplayer: print a warning if libass is not compiled | wm4 | 2013-10-13 | 1 | -0/+3 |
* | osc: fix mouse hiding | ChrisK2 | 2013-10-13 | 1 | -2/+2 |
* | osc: Once again new Show/Hide handling | ChrisK2 | 2013-10-13 | 1 | -7/+34 |
* | Copyright, LICENSE: switch to GPL version 2 or later | wm4 | 2013-10-13 | 6 | -653/+303 |
* | Replace talloc | wm4 | 2013-10-13 | 9 | -1928/+1098 |
* | talloc: change talloc destructor signature | wm4 | 2013-10-13 | 8 | -30/+14 |
* | cocoa: make --ontop also cover dock+menubar | Stefano Pigozzi | 2013-10-12 | 1 | -1/+3 |
* | command: preferably show "add"/"cycle"/"set" command errors on OSD | wm4 | 2013-10-12 | 1 | -10/+10 |
* | command: don't allow changing volume if no audio initialized | wm4 | 2013-10-12 | 3 | -0/+12 |
* | playlist: check for NULL on caller site | wm4 | 2013-10-12 | 2 | -2/+3 |
* | options: --loop=N means playback N times, not N+1 times | Philip Sequeira | 2013-10-12 | 3 | -8/+9 |
* | libquvi9: work around insane interaction between libquvi and libkdecore | wm4 | 2013-10-12 | 1 | -0/+7 |
* | cocoa: refactor precise scrolling to a separate method | Stefano Pigozzi | 2013-10-12 | 1 | -4/+7 |
* | cocoa: fix mouse wheel scrolling | Mad Fish | 2013-10-12 | 1 | -1/+1 |
* | mpvcore/playlist.c: Avoid NULL reference in playlist_add_base_path() | Mohammad Alsaleh | 2013-10-11 | 1 | -1/+1 |
* | cocoa_common: check if the screen has a menubar in a more generic way | Stefano Pigozzi | 2013-10-09 | 1 | -1/+3 |
* | mp_ring: fix mp_ring_read_cb() when read wraps around | William Light | 2013-10-08 | 1 | -2/+10 |
* | demux_raw: set a default video size | wm4 | 2013-10-07 | 1 | -2/+2 |
* | command: sub_seek: avoid getting stuck | wm4 | 2013-10-07 | 2 | -2/+10 |
* | osc: Okay, don't multiply the cache value | ChrisK2 | 2013-10-07 | 1 | -5/+1 |
* | osc: Display cache fill status | ChrisK2 | 2013-10-07 | 1 | -1/+21 |
* | osc: Add another scale option for forced windows. | ChrisK2 | 2013-10-06 | 1 | -3/+6 |
* | ad_mpeg123: support in-stream format changes | Thomas Orgis | 2013-10-06 | 1 | -61/+88 |
* | vo_x11, vo_xv: fix OSD redrawing with --force-window | wm4 | 2013-10-06 | 2 | -16/+19 |
* | mplayer: don't resume playlist if --no-resume-playback is used | wm4 | 2013-10-06 | 1 | -0/+2 |
* | ao_sndio: add documentation | Christian Neukirchen | 2013-10-05 | 1 | -0/+9 |
* | command: add commands for displaying overlays | wm4 | 2013-10-05 | 8 | -4/+227 |
* | command: add properties for retrieving OSD dimensions | wm4 | 2013-10-05 | 4 | -0/+31 |
* | mplayer: fix some issues with playlist_prev command | wm4 | 2013-10-05 | 1 | -1/+9 |
* | mplayer: fix cleanup if VO initialization fails | wm4 | 2013-10-05 | 1 | -0/+1 |
* | cocoa_common: add OS X 10.7 compatibility hacks includes | Stefano Pigozzi | 2013-10-05 | 2 | -0/+2 |
* | mplayer: don't keep previous video frame with --force-window | wm4 | 2013-10-04 | 1 | -15/+14 |
* | gl_x11: fail gracefully if selected FBconfig has no X visual | wm4 | 2013-10-03 | 1 | -0/+6 |
* | ao_coreaudio: clear output buffer on buffer underrun | Stefano Pigozzi | 2013-10-03 | 1 | -0/+1 |
* | audio/out: add sndio support | Christian Neukirchen | 2013-10-03 | 7 | -0/+496 |
* | vo_opengl_old: mp_msg conversion | wm4 | 2013-10-02 | 1 | -74/+65 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 5 | -51/+61 |
* | command: add sub_seek input command | wm4 | 2013-10-02 | 4 | -6/+27 |
* | input: remove strange offset from commands enum | wm4 | 2013-10-02 | 1 | -1/+1 |
* | command: don't let "avsync" property print NOPTS value | wm4 | 2013-10-02 | 1 | -0/+2 |
* | vo: mark frame lost after seek reset | wm4 | 2013-10-02 | 1 | -0/+1 |
* | mplayer: osd bar depends on VO, not video decoding | wm4 | 2013-10-02 | 1 | -1/+1 |
* | mplayer: make VO interaction work in --idle mode | wm4 | 2013-10-02 | 1 | -19/+34 |
* | mplayer: change default window size for --force-window | wm4 | 2013-10-02 | 1 | -1/+1 |
* | mpv.desktop: add --force-window | wm4 | 2013-10-02 | 1 | -1/+1 |
* | command: subtitle support depends on VO, not video decoding | wm4 | 2013-10-02 | 2 | -13/+9 |
* | core: add --force-window | wm4 | 2013-10-02 | 8 | -17/+103 |
* | core: don't require "refresh" seek for --keep-open | wm4 | 2013-10-02 | 1 | -7/+1 |
* | 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 | 8 | -15/+73 |
* | ao_coreaudio: fetch device name only for verbose log level | Stefano Pigozzi | 2013-10-01 | 1 | -6/+8 |
* | ao_jack: don’t force exact client name | Martin Herkt | 2013-09-30 | 1 | -1/+1 |
* | x11: remove colormap code, always request TrueColor visuals | wm4 | 2013-09-30 | 3 | -164/+17 |
* | vf_scale: factor out libswscale equalizer control | wm4 | 2013-09-30 | 3 | -23/+34 |
* | Remove completely outdated AUTHORS file | wm4 | 2013-09-30 | 2 | -1117/+2 |
* | mplayer: fix looping of very short files | wm4 | 2013-09-29 | 3 | -7/+19 |
* | vaapi: remove non-VLD entrypoints | wm4 | 2013-09-29 | 1 | -6/+2 |
* | vaapi: fix non-sense condition | wm4 | 2013-09-29 | 1 | -1/+1 |
* | vaapi: fix inverted condition | wm4 | 2013-09-29 | 1 | -2/+2 |
* | cocoa_common: call gl_clear indirectly | Stefano Pigozzi | 2013-09-28 | 3 | -2/+23 |
* | cocoa_common: fix deadlock | Stefano Pigozzi | 2013-09-28 | 1 | -5/+7 |
* | cocoa_common: report pixels instead of points during mouse movement | Stefano Pigozzi | 2013-09-28 | 1 | -5/+15 |
* | cocoa_common: split the code, refactoring and cleanups | Stefano Pigozzi | 2013-09-28 | 10 | -515/+722 |
* | osc: add options to show OSC only when FS/windowed | ChrisK2 | 2013-09-27 | 1 | -2/+12 |
* | osx: fix build | wm4 | 2013-09-27 | 1 | -2/+2 |
* | network: add options to control TLS verification | wm4 | 2013-09-27 | 4 | -0/+17 |
* | vaapi: make vaDeriveImage() less verbose | wm4 | 2013-09-27 | 1 | -1/+1 |
* | vaapi: check image format in va_surface_upload() | wm4 | 2013-09-27 | 3 | -6/+9 |
* | vaapi: potentially make reading surfaces back to system RAM faster | wm4 | 2013-09-27 | 4 | -33/+64 |
* | input: translate mouse position to OSD space early | wm4 | 2013-09-27 | 4 | -18/+5 |
* | input: handle MOUSE_LEAVE specially | wm4 | 2013-09-27 | 1 | -0/+8 |
* | input: more mp_msg conversion | wm4 | 2013-09-27 | 3 | -64/+57 |
* | matroska: prevent uids from being dereferenced when NULL | Ben Boeckel | 2013-09-27 | 1 | -5/+5 |
* | osc: Prevent OSD style options from messing with the OSC styles | ChrisK2 | 2013-09-26 | 1 | -18/+30 |
* | matroska: fix uninitialized memory accesses with ordered chapters | Ben Boeckel | 2013-09-26 | 3 | -1/+3 |
* | osd_libass: add "Default" dummy style | wm4 | 2013-09-26 | 3 | -2/+11 |
* | video: let sh_video->disp_w/h always be container size | wm4 | 2013-09-26 | 2 | -8/+9 |
* | video: let sh_video->aspect always be container aspect ratio | wm4 | 2013-09-26 | 4 | -20/+33 |
* | vd: move aspect calculation to a function | wm4 | 2013-09-26 | 3 | -24/+25 |
* | vd: remove some dead code | wm4 | 2013-09-26 | 1 | -14/+4 |
* | Add the on-screen-controller | ChrisK2 | 2013-09-26 | 6 | -0/+1183 |
* | Add initial Lua scripting support | wm4 | 2013-09-26 | 22 | -3/+1238 |
* | Fix previous commit | wm4 | 2013-09-25 | 2 | -4/+4 |
* | vaapi: fix compilation with Libav | wm4 | 2013-09-25 | 3 | -6/+5 |
* | options: allow selecting the libass shaper | wm4 | 2013-09-25 | 4 | -0/+16 |
* | options: make --ass-hinting a choice, instead of using magic numbers | wm4 | 2013-09-25 | 3 | -8/+14 |
* | configure: make the pdflatex check use the tempdir | Martin Herkt | 2013-09-25 | 1 | -2/+1 |
* | configure: improve pdflatex check | Martin Herkt | 2013-09-25 | 1 | -2/+6 |
* | vaapi: allow GPU read-back with --hwdec=vaapi-copy | wm4 | 2013-09-25 | 5 | -4/+114 |
* | vd_lavc: allow process_image to change image format | wm4 | 2013-09-25 | 2 | -18/+21 |
* | vaapi: add vf_vavpp and use it for deinterlacing | xylosper | 2013-09-25 | 13 | -524/+1145 |
* | sd_ass: minor simplification | wm4 | 2013-09-24 | 1 | -14/+8 |
* | sd_ass: remove dead code | wm4 | 2013-09-24 | 1 | -48/+0 |
* | command: fix short buffer when handling of long property names | wm4 | 2013-09-24 | 1 | -6/+4 |
* | wayland: remove outdated comment | Alexander Preisinger | 2013-09-24 | 1 | -2/+0 |
* | wayland: remove moving window by grabbing | Alexander Preisinger | 2013-09-24 | 1 | -4/+0 |
* | .gitignore: add pdflatex output files | Martin Herkt | 2013-09-23 | 1 | -1/+5 |
* | sub/ass_mp: remove superfluous message prefixes | Martin Herkt | 2013-09-23 | 1 | -3/+2 |
* | install: don’t force append /mpv to docdir | Martin Herkt | 2013-09-23 | 2 | -5/+5 |
* | win32: edit resource files, in particular set CompanyName | wm4 | 2013-09-23 | 2 | -5/+5 |
* | demux: don't print "Clip info:" line if there are no tags | wm4 | 2013-09-23 | 1 | -1/+1 |
* | ao_oss: add support for SNDCTL_DSP_RESET and use it when pausing | Paul B Mahol | 2013-09-23 | 1 | -0/+6 |
* | mplayer: attempt to make playback resume work with DVD/BD | wm4 | 2013-09-22 | 8 | -19/+27 |
* | network: fix rtsp playback | wm4 | 2013-09-22 | 5 | -2/+35 |
* | stream_lavf: print lavf options that could not be set | wm4 | 2013-09-22 | 1 | -0/+6 |
* | command: when changing volume while muted, show an extra message on OSD | wm4 | 2013-09-21 | 1 | -1/+2 |
* | command: when changing a property, allow showing an extra OSD message | wm4 | 2013-09-21 | 4 | -33/+50 |
* | m_property: add a way to switch on property values in property expansion | wm4 | 2013-09-20 | 2 | -6/+24 |
* | m_property: rearrange code | wm4 | 2013-09-20 | 1 | -20/+27 |
* | command: don't append, but prepend deinterlace filter by default | wm4 | 2013-09-20 | 1 | -1/+1 |
* | vo_lavc: mp_msg conversion | wm4 | 2013-09-20 | 1 | -34/+27 |
* | command: use a list of potential deinterlacer filters | wm4 | 2013-09-20 | 1 | -13/+22 |
* | vo/x11_common: don't require a working input method | wm4 | 2013-09-20 | 1 | -14/+9 |
* | vf: fix filter initialization error check | wm4 | 2013-09-20 | 1 | -1/+1 |
* | ao_pulse: bug fix: goto the correct error handler | Johan Kiviniemi | 2013-09-20 | 1 | -2/+2 |
* | ao_pulse: set the property media.role=video | Johan Kiviniemi | 2013-09-20 | 1 | -2/+17 |
* | Merge branch 'volume_restore' | wm4 | 2013-09-20 | 14 | -227/+290 |
|\ |
|
| * | af: merge af_reinit() and fix_output_format() | wm4 | 2013-09-20 | 2 | -30/+12 |
| * | mixer: make struct opaque | wm4 | 2013-09-20 | 7 | -57/+64 |
| * | mixer: allow accessing volume and mute property on disabled audio | wm4 | 2013-09-20 | 1 | -8/+0 |
| * | manpage: af_volnorm was renamed | wm4 | 2013-09-20 | 2 | -1/+2 |
| * | mixer: restore volume with playback resume | wm4 | 2013-09-20 | 7 | -3/+61 |
| * | mixer: don't unmute audio when raising volume | wm4 | 2013-09-19 | 1 | -2/+0 |
| * | mixer: refactor, fix some aspects of --volume handling | wm4 | 2013-09-19 | 4 | -104/+131 |
| * | mixer, af_volume: use linear values instead of dB | wm4 | 2013-09-19 | 2 | -21/+21 |
| * | mixer: minor refactoring | wm4 | 2013-09-19 | 3 | -33/+31 |
* | | vo/x11_common: remove superfluous msg prefixes | Martin Herkt | 2013-09-20 | 1 | -2/+2 |
* | | macosx_application: fix regression causing crash | Stefano Pigozzi | 2013-09-19 | 1 | -2/+11 |
* | | Revert "osxbundle: fonts.conf: only look for fonts in ~/.mpv/fonts" | Stefano Pigozzi | 2013-09-19 | 2 | -9/+5 |
* | | vo/x11_common: Fail init with no valid XIM | Martin Herkt | 2013-09-19 | 1 | -0/+9 |
* | | wayland/common: exit properly on fd errors | Alexander Preisinger | 2013-09-19 | 1 | -2/+6 |
* | | mplayer: rename a somewhat misnamed function | wm4 | 2013-09-19 | 1 | -2/+2 |
* | | vo_opengl: blend alpha components by default | wm4 | 2013-09-19 | 5 | -13/+29 |
|/ |
|
* | af_export: fix compilation warning | wm4 | 2013-09-19 | 1 | -2/+1 |
* | osxbundle: fonts.conf: only look for fonts in ~/.mpv/fonts | Stefano Pigozzi | 2013-09-18 | 2 | -5/+9 |
* | Config path functions can return NULL | wm4 | 2013-09-18 | 2 | -3/+11 |
* | osdep/path: remove ifdefs | wm4 | 2013-09-18 | 1 | -6/+0 |
* | macosx: move bundle path stuff to path-macosx.m | Stefano Pigozzi | 2013-09-18 | 5 | -40/+16 |
* | path, win32: redo user configfile path handling | wm4 | 2013-09-18 | 5 | -72/+102 |
* | win32: add getenv() UTF-8 variant | wm4 | 2013-09-18 | 2 | -0/+62 |
* | path: fix undefined behavior | wm4 | 2013-09-18 | 1 | -2/+2 |
* | cocoa_common: signal a mouse movement when changing window size | Stefano Pigozzi | 2013-09-18 | 1 | -0/+8 |
* | cocoa_common: override core's cursor visibility state | Stefano Pigozzi | 2013-09-18 | 1 | -3/+5 |
* | HIDRemote: remove OS X version checks | Stefano Pigozzi | 2013-09-17 | 1 | -44/+1 |
* | find_subfiles: fix really dumb bug causing segfaults | wm4 | 2013-09-17 | 1 | -1/+1 |
* | macosx_application: remove deprecation warning on OS X 10.9 | Nyx0uf | 2013-09-16 | 1 | -15/+29 |
* | gl_common: add wayland backend before x11 backend | Andreas Sinz | 2013-09-16 | 1 | -3/+5 |
* | gl_common: signal to GL backend whether we are probing | wm4 | 2013-09-16 | 4 | -7/+16 |
* | mplayer: read subtitle packets as soon as possible | wm4 | 2013-09-16 | 1 | -8/+5 |
* | demux_mkv: don't add too many subtitle packets during seeking | wm4 | 2013-09-16 | 1 | -14/+19 |
* | command: force video refresh when changing aspect | wm4 | 2013-09-15 | 1 | -1/+2 |
* | manpage: remove bogus space in example usage | wm4 | 2013-09-15 | 1 | -1/+1 |
* | Add mpv.desktop, let Makefile install the desktop file and the icons | wm4 | 2013-09-15 | 2 | -4/+45 |
* | manpage: remove version and date fields | wm4 | 2013-09-15 | 1 | -2/+0 |
* | screenshot: change %w format to be more like %t | wm4 | 2013-09-15 | 2 | -22/+17 |
* | mplayer: attempt to skip playlist entries which can't be played | wm4 | 2013-09-15 | 4 | -5/+42 |
* | screenshot: make it possible to format playback time in various ways | wm4 | 2013-09-15 | 2 | -0/+40 |
* | mp_common: add function which accepts a format string to format playback time | wm4 | 2013-09-15 | 2 | -11/+50 |
* | mplayer: don't run heartbeat command while paused | wm4 | 2013-09-15 | 2 | -3/+5 |
* | av_log: show ffmpeg "info" messages with -v only | wm4 | 2013-09-15 | 1 | -1/+1 |
* | mplayer: m_option: fix clang -Wformat compiler warning | Stefano Pigozzi | 2013-09-14 | 2 | -2/+2 |
* | stream_dvd: prevent segmentation fault with some broken files | Stefano Pigozzi | 2013-09-14 | 1 | -2/+2 |
* | macosx: add webm the filetypes handled by the bundle | Bilal Syed Hussain | 2013-09-14 | 1 | -0/+2 |
* | demux_playlist: add mov RTSPtext tag parser | Benjamin Franzke | 2013-09-14 | 1 | -0/+18 |
* | README: add clarification about --enable | Stefano Pigozzi | 2013-09-14 | 1 | -3/+7 |
* | README: update Contact info with Mailing Lists | Stefano Pigozzi | 2013-09-14 | 1 | -3/+15 |
* | mplayer: print a message when writing watch_later config for resume | wm4 | 2013-09-13 | 1 | -0/+2 |
* | mplayer: change "Playing" message printed before playback start | wm4 | 2013-09-13 | 1 | -1/+1 |
* | vd_lavc: reset last_sample_aspect_ratio in uninit_avctx() | xylosper | 2013-09-13 | 1 | -0/+1 |
* | core: restore user-set video and audio filters with resume functionality | wm4 | 2013-09-13 | 2 | -0/+39 |
* | core: add --deinterlace option, restore it with resume functionality | wm4 | 2013-09-13 | 9 | -4/+61 |
* | macosx_application: fix file opening on 10.9 (for real this time) | Stefano Pigozzi | 2013-09-13 | 1 | -1/+1 |
* | macosx: always active bundle path lookup if cocoa is active | Stefano Pigozzi | 2013-09-12 | 3 | -21/+3 |
* | macosx_application: fix file opening on OS X 10.9 (hopefully) | Stefano Pigozzi | 2013-09-12 | 1 | -1/+10 |
* | mpvcore/path: Fix non-MinGW builds | Martin Herkt | 2013-09-12 | 1 | -2/+5 |
* | wayland/shm: fix resizing for good (finally) | Alexander Preisinger | 2013-09-12 | 1 | -7/+45 |
* | mpvcore/path: Fix config path handling on Windows | Martin Herkt | 2013-09-12 | 1 | -5/+21 |
* | wayland: change fs messages to dbg | Alexander Preisinger | 2013-09-12 | 1 | -2/+2 |
* | wayland/egl: use wayland log | Alexander Preisinger | 2013-09-12 | 1 | -10/+7 |
* | wayland/shm: use wayland log | Alexander Preisinger | 2013-09-12 | 1 | -11/+11 |
* | Revert "wayland: don't create our own log context" | Alexander Preisinger | 2013-09-12 | 3 | -13/+18 |
* | gl_osd: mp_msg conversion | wm4 | 2013-09-12 | 5 | -10/+11 |
* | aspect: mp_msg conversion | wm4 | 2013-09-12 | 1 | -6/+5 |
* | gl_lcms: mp_msg conversion | wm4 | 2013-09-12 | 3 | -11/+22 |
* | gl_common: complete mp_msg conversion | wm4 | 2013-09-12 | 7 | -42/+42 |
* | x11_common: mp_msg conversion | wm4 | 2013-09-12 | 2 | -40/+38 |
* | gl_32: mp_msg conversion | Alexander Preisinger | 2013-09-11 | 1 | -9/+7 |
* | w32_common: mp_msg conversion | Alexander Preisinger | 2013-09-11 | 1 | -14/+12 |
* | gl_x11: mp_msg conversion | Alexander Preisinger | 2013-09-11 | 1 | -12/+10 |
* | Makefile: update DIRS to fix cleaning | Stefano Pigozzi | 2013-09-11 | 1 | -1/+2 |
* | input: fix accidental NULL pointer dereference | wm4 | 2013-09-11 | 1 | -2/+2 |
* | input: convert to new msg API | Stefano Pigozzi | 2013-09-10 | 3 | -27/+26 |
* | cocoa_common: remove most of the special handling for cursor autohide | Stefano Pigozzi | 2013-09-10 | 1 | -17/+3 |
* | mplayer: remove duplicated mouse autohide check | Stefano Pigozzi | 2013-09-10 | 1 | -2/+0 |
* | wayland/common: improved error messages | Alexander Preisinger | 2013-09-10 | 1 | -4/+8 |
* | mplayer: print libquvi results in verbose mode | wm4 | 2013-09-10 | 1 | -0/+31 |
* | quvi: restore playback position when switching formats | wm4 | 2013-09-10 | 3 | -4/+13 |
* | quvi: coerce libquvi 0.4 support into allowing format switching | wm4 | 2013-09-10 | 3 | -6/+30 |
* | stream_bluray: return number of titles | wm4 | 2013-09-10 | 1 | -6/+11 |
* | command: make title property unavailable if there's no support | wm4 | 2013-09-10 | 1 | -3/+3 |
* | stream: force demuxer of cached stream, fixes cdda:// + cache | wm4 | 2013-09-10 | 1 | -0/+1 |
* | mplayer: mentioned --list-options in --help output | wm4 | 2013-09-10 | 1 | -1/+3 |
* | Makefile: restore manpage dependency rules | wm4 | 2013-09-10 | 1 | -0/+9 |
* | manpage: various improvements | wm4 | 2013-09-10 | 6 | -106/+87 |
* | wayland: update license headers | Alexander Preisinger | 2013-09-09 | 3 | -23/+16 |
* | wayland/shm: version detection that also works | Alexander Preisinger | 2013-09-09 | 1 | -3/+8 |
* | Add PDF manual target | Martin Herkt | 2013-09-09 | 4 | -19/+75 |
* | demux: keep title chapter tag in uppercase | wm4 | 2013-09-08 | 2 | -2/+2 |
* | demux_mkv: support V_PRORES | wm4 | 2013-09-08 | 3 | -0/+11 |
* | DOCS/crosscompile-mingw.txt: Update | Martin Herkt | 2013-09-08 | 1 | -17/+9 |
* | Manpage: Fix formatting (mostly for PDF output) | Martin Herkt | 2013-09-08 | 4 | -13/+19 |
* | find_subfiles: fix off-by-1 error | Gabriel Peixoto | 2013-09-08 | 1 | -1/+1 |
* | demux: retrieve per-chapter metadata | wm4 | 2013-09-08 | 6 | -10/+59 |
* | demux: refactor tag handling | wm4 | 2013-09-08 | 3 | -50/+86 |
* | core: remove a minor memory leak | wm4 | 2013-09-08 | 2 | -0/+2 |
* | demux_mkv: don't overflow packet queue when doing sub-preroll | wm4 | 2013-09-08 | 1 | -4/+13 |
* | osc: rename osd_font, add some glyphs | ChrisK2 | 2013-09-08 | 2 | -4/+2 |
* | osd_libass: make sure Z-order is well defined for multiple events | wm4 | 2013-09-08 | 1 | -0/+1 |
* | mplayer: cosmetics: split some code off of run_playloop() | wm4 | 2013-09-08 | 1 | -117/+159 |
* | mplayer: add --cursor-autohide-fs-only option | wm4 | 2013-09-08 | 5 | -19/+31 |
* | options: remove --(no-)mouseinput option | wm4 | 2013-09-08 | 6 | -11/+5 |
* | options: cosmetics: move cursor_autohide_delay definition | wm4 | 2013-09-08 | 3 | -7/+8 |
* | input: rearrange code | wm4 | 2013-09-08 | 1 | -44/+44 |
* | input: don't deliver mouse events if mouse area is not set | wm4 | 2013-09-08 | 2 | -4/+12 |
* | input: merge consecutive mouse move events | wm4 | 2013-09-08 | 1 | -0/+14 |
* | input: split queue_add() function | wm4 | 2013-09-08 | 1 | -20/+20 |
* | input: redo what input events can be dropped | wm4 | 2013-09-08 | 1 | -57/+65 |
* | input: remove separation between key and control queue | wm4 | 2013-09-08 | 1 | -16/+10 |
* | example.conf: some modifications | wm4 | 2013-09-07 | 1 | -23/+22 |
* | mplayer: don't auto-load explicitly loaded subtitle files | wm4 | 2013-09-07 | 2 | -1/+11 |
* | find_subfiles: don't auto-load .sub file if .idx file exists | wm4 | 2013-09-07 | 1 | -22/+55 |
* | find_subfiles: some cleanups | wm4 | 2013-09-07 | 2 | -8/+0 |
* | find_subfiles: use stat() instead of opening the file to check existence | wm4 | 2013-09-07 | 1 | -3/+1 |
* | find_subfiles: don't try to open URLs as directories | wm4 | 2013-09-07 | 1 | -0/+3 |
* | mp_core: fix a comment | wm4 | 2013-09-07 | 1 | -2/+1 |
* | mplayer: remove unused mp_add_subtitles() parameter | wm4 | 2013-09-07 | 3 | -6/+6 |
* | command: make options writeable in idle mode | wm4 | 2013-09-07 | 3 | -0/+13 |
* | command: remove some unneeded code | wm4 | 2013-09-07 | 1 | -6/+1 |
* | macosx_application: handle mpv:// links | Stefano Pigozzi | 2013-09-07 | 2 | -0/+17 |
* | macosx_application: handle URL events as fileopen events | Stefano Pigozzi | 2013-09-07 | 2 | -36/+40 |
* | options: fix --volume option range, add some explanations to manpage | wm4 | 2013-09-07 | 2 | -1/+7 |
* | demux_lavf: workaround for broken libavformat subtitle seeking | wm4 | 2013-09-07 | 1 | -4/+23 |
* | input: don't print warning if certain internal keys are not bound | wm4 | 2013-09-06 | 2 | -6/+5 |
* | etc: delete mplayer.xpm | wm4 | 2013-09-05 | 1 | -239/+0 |
* | mplayer: try to resume playback only if a resume file actually exists | wm4 | 2013-09-05 | 1 | -1/+1 |
* | mpvcore/input: Fix build without pthreads | Martin Herkt | 2013-09-05 | 1 | -3/+5 |
* | macosx_events: fix modifiers handling with media keys | Stefano Pigozzi | 2013-09-05 | 1 | -1/+1 |
* | mplayer: print informative message when resuming playback | wm4 | 2013-09-04 | 1 | -0/+2 |
* | mplayer: make --save-position-on-quit save only on quit | wm4 | 2013-09-04 | 2 | -4/+5 |
* | mplayer: always write playback resume info, even at start/end of file | wm4 | 2013-09-04 | 1 | -3/+3 |
* | path: better check for mp_is_url() | wm4 | 2013-09-04 | 1 | -3/+11 |
* | mplayer: allow resuming from playlist | wm4 | 2013-09-04 | 3 | -3/+26 |
* | command: unescape URLs for ${filename} and ${media-title} | wm4 | 2013-09-04 | 1 | -2/+7 |
* | path: add a common mp_is_url() function | wm4 | 2013-09-04 | 5 | -16/+17 |
* | x11_common: don't allocate more than needed for icon | wm4 | 2013-09-04 | 1 | -3/+4 |
* | tv: attempt to support mjpeg streams | wm4 | 2013-09-04 | 1 | -2/+6 |
* | mplayer: handle --reset-on-next-file="" | wm4 | 2013-09-04 | 1 | -4/+6 |
* | mplayer: don't let playback resume force options that are file local | wm4 | 2013-09-04 | 1 | -11/+11 |
* | configure: build with wayland 1.2.0 | Alexander Preisinger | 2013-09-03 | 2 | -1/+6 |
* | configure: improve wayland check | Alexander Preisinger | 2013-09-03 | 1 | -12/+6 |
* | macosx_events: send a `release all` after key up events | Stefano Pigozzi | 2013-09-02 | 1 | -0/+2 |
* | macosx_events: remove duplication | Stefano Pigozzi | 2013-09-02 | 1 | -29/+33 |
* | cocoa_common: remove unlocking from fullscreen function | Stefano Pigozzi | 2013-09-02 | 1 | -12/+0 |
* | cocoa_common: avoid the opengl view to leak it's state | Stefano Pigozzi | 2013-09-02 | 1 | -7/+13 |
* | cocoa: enqueue events only if input context is present | Stefano Pigozzi | 2013-09-01 | 1 | -1/+2 |
* | x11: add window icon | wm4 | 2013-09-01 | 9 | -1/+126 |
* | mplayer: fix race condition on uninit with Cocoa | Stefano Pigozzi | 2013-09-01 | 1 | -0/+4 |
* | input: unlock playloop thread during select | Stefano Pigozzi | 2013-09-01 | 1 | -0/+2 |
* | osx: use MP_KEY_* instead of MK_* for media keys | Stefano Pigozzi | 2013-09-01 | 4 | -18/+3 |
* | input: allow window dragging even if mouse is in a mouse area | wm4 | 2013-09-01 | 2 | -4/+13 |
* | input: deal with spurious X11 LeaveNotify events | wm4 | 2013-09-01 | 4 | -10/+21 |
* | input: print more debug infos, raise loglevel | wm4 | 2013-09-01 | 2 | -2/+23 |
* | input: stay in current input section if mouse button is down | wm4 | 2013-09-01 | 1 | -28/+63 |
* | input: add some more X11 multimedia/internet keys | wm4 | 2013-09-01 | 3 | -1/+16 |
* | keycodes: cosmetics: align indentation | wm4 | 2013-09-01 | 1 | -113/+113 |
* | audio: fix playback of Musepack SV8 files | wm4 | 2013-09-01 | 1 | -2/+4 |
* | input: comment all default bindings in input.conf | wm4 | 2013-09-01 | 2 | -138/+154 |
* | travis: don't generate docs for ffmpeg/libav | Stefano Pigozzi | 2013-09-01 | 1 | -1/+9 |
* | input: lock for accessing struct input_ctx | Stefano Pigozzi | 2013-09-01 | 1 | -67/+114 |
* | cocoa_common: enable click-through on the video view | Stefano Pigozzi | 2013-09-01 | 1 | -0/+1 |
* | cocoa_common: track mouse move events when not focused | Stefano Pigozzi | 2013-09-01 | 1 | -1/+1 |
* | change application icon | Stefano Pigozzi | 2013-09-01 | 9 | -623/+3 |
* | video: add unscaled mode with --video-unscaled | wm4 | 2013-09-01 | 5 | -3/+32 |
* | configure: fix some descriptions in the help output | wm4 | 2013-09-01 | 1 | -4/+4 |
* | cocoa: let the core handle key repeats | Stefano Pigozzi | 2013-08-30 | 3 | -6/+17 |
* | input: fix --no-input-default-bindings | wm4 | 2013-08-29 | 1 | -0/+2 |
* | gl_video: don't crash if no FBOs are available | wm4 | 2013-08-28 | 1 | -4/+6 |
* | demux_playlist: port ini reference playlist parser | wm4 | 2013-08-28 | 2 | -37/+18 |
* | stream: read at least a full buffer with stream_peek() | wm4 | 2013-08-28 | 1 | -1/+1 |
* | configure: fix build with stable wayland releases | Alexander Preisinger | 2013-08-28 | 1 | -2/+10 |
* | wayland/shm: rework format handling | Alexander Preisinger | 2013-08-26 | 1 | -47/+76 |
* | wayland: fix memory leaks | Alexander Preisinger | 2013-08-26 | 2 | -2/+8 |
* | cocoa_common: autohide dock when autohiding menubar | Stefano Pigozzi | 2013-08-26 | 1 | -1/+5 |
* | configure: fix VDA autodetection based on FFmpeg support | Stefano Pigozzi | 2013-08-26 | 1 | -1/+2 |
* | configure: move wayland-egl check | Alexander Preisinger | 2013-08-26 | 1 | -2/+3 |
* | wayland: don't create our own log context | Alexander Preisinger | 2013-08-26 | 3 | -19/+14 |
* | wayland/shm: use opaque regions | Alexander Preisinger | 2013-08-26 | 1 | -0/+10 |
* | gl_video: fix odd video sizes with PBOs | wm4 | 2013-08-26 | 1 | -0/+4 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 | 7 | -0/+753 |
* | stream: change open code, add stream filter concept | wm4 | 2013-08-26 | 2 | -55/+83 |
* | stream: don't drop buffer when creating the cache | wm4 | 2013-08-26 | 1 | -3/+0 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 17 | -77/+82 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 16 | -88/+240 |
* | audio: don't allow setting unknown formats from command line | wm4 | 2013-08-26 | 1 | -17/+1 |
* | audio: make internal audio format 0 an invalid format | wm4 | 2013-08-26 | 5 | -11/+11 |
* | wayland: shm based software rendering | Alexander Preisinger | 2013-08-25 | 5 | -1/+666 |
* | wayland: remove shm listener for the backend | Alexander Preisinger | 2013-08-25 | 2 | -16/+0 |
* | wayland/egl: rework resizing (again) | Alexander Preisinger | 2013-08-25 | 3 | -88/+90 |
* | vo_corevideo: use dwidth/dheight for window dimensions | Stefano Pigozzi | 2013-08-25 | 1 | -1/+1 |
* | vo_corevideo: convert to use reconfig instead of config | Stefano Pigozzi | 2013-08-25 | 1 | -7/+6 |
* | vo_corevideo: don't set colormatrix on direct rendering path | Stefano Pigozzi | 2013-08-25 | 1 | -23/+49 |
* | configure: fix help for macosx-bundle from autodetected to disabled | Stefano Pigozzi | 2013-08-25 | 1 | -5/+4 |
* | vo_corevideo: fix regression in colormatrix handling | Stefano Pigozzi | 2013-08-25 | 1 | -40/+22 |
* | sd_lavc_conv: fix build with older ffmpeg/libav | wm4 | 2013-08-24 | 1 | -0/+17 |
* | configure: fix VDA warning on systems other than OSX | wm4 | 2013-08-24 | 1 | -0/+1 |
* | video: handle video output levels with mp_image_params | wm4 | 2013-08-24 | 14 | -78/+35 |
* | vo_image: simplify | wm4 | 2013-08-24 | 1 | -28/+2 |
* | video/out: don't require VOs to handle screenshot aspect specially | wm4 | 2013-08-24 | 6 | -11/+5 |
* | vo_vaapi: potentially fix screenshot colorspace issues | wm4 | 2013-08-24 | 1 | -0/+1 |
* | sub: add webvtt-in-webm support | wm4 | 2013-08-24 | 3 | -1/+128 |
* | Some more mp_msg conversions | wm4 | 2013-08-23 | 9 | -316/+241 |
* | x11/out: mp_msg conversion | Alexander Preisinger | 2013-08-23 | 1 | -29/+21 |
* | cocoa_common: avoid locking calls when not needed | Stefano Pigozzi | 2013-08-23 | 1 | -2/+2 |
* | audio/out: do some mp_msg conversions | wm4 | 2013-08-22 | 8 | -163/+118 |
* | ao: remove some leftovers | wm4 | 2013-08-22 | 2 | -7/+0 |
* | demux: remove unused audio_delay parameter from demux_seek() | wm4 | 2013-08-22 | 9 | -26/+17 |
* | demux: check whether stream is selected in demux_get_next_pts() | wm4 | 2013-08-22 | 1 | -1/+1 |
* | demux_raw: read multiple frames per packet | wm4 | 2013-08-22 | 1 | -1/+4 |
* | stream: allow potentially faster skipping | wm4 | 2013-08-22 | 1 | -3/+12 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 | 9 | -22/+11 |
* | stream: move file forward skipping to common stream implementation | wm4 | 2013-08-22 | 3 | -52/+29 |
* | stream_avdevice: remove redundant dummy callback | wm4 | 2013-08-22 | 1 | -6/+0 |
* | stream_file: uncrustify | wm4 | 2013-08-22 | 1 | -132/+140 |
* | video: add vda decode support (with hwaccel) and direct rendering | Stefano Pigozzi | 2013-08-22 | 10 | -113/+591 |
* | mp_msg: fix typo in message level for new msg API macros | Stefano Pigozzi | 2013-08-22 | 1 | -2/+2 |
* | cocoa_common: fix window positioning with `--geometry` | Stefano Pigozzi | 2013-08-22 | 1 | -10/+5 |
* | mplayer: replace "D:" in status line with "Late:" | wm4 | 2013-08-21 | 1 | -1/+1 |
* | options: replace --edition=-1 with --edition=auto | wm4 | 2013-08-21 | 3 | -5/+7 |
* | mplayer: start track IDs from 1 rather than 0 | wm4 | 2013-08-21 | 3 | -3/+3 |
* | manpage: fix (again) incorrect ao_alsa example | Cheng Sun | 2013-08-20 | 1 | -1/+1 |
* | command: simplify video brightness/gamma/etc. handling a bit | wm4 | 2013-08-20 | 1 | -44/+17 |
* | vf_eq: fix behavior when changing parameters | wm4 | 2013-08-20 | 1 | -4/+14 |
* | m_option: make "add speed 0.1" command work | wm4 | 2013-08-19 | 1 | -0/+1 |
* | mp_core: declare seek_type enum outside of nested struct | wm4 | 2013-08-19 | 1 | -3/+8 |
* | wayland: separate shm and cursor context | Alexander Preisinger | 2013-08-19 | 2 | -9/+15 |
* | m_option: rename struct member named "new" | wm4 | 2013-08-19 | 2 | -5/+5 |
* | video: make it possible to scale/pan the video by arbitrary amounts | wm4 | 2013-08-19 | 6 | -5/+62 |
* | options: remove --panscanrange option | wm4 | 2013-08-19 | 4 | -19/+3 |
* | mplayer: reshuffle on every loop if --loop and --shuffle are used | wm4 | 2013-08-19 | 4 | -23/+7 |
* | vaapi: use highest available profile, instead of mapping it exactly | wm4 | 2013-08-19 | 1 | -41/+38 |
* | vdpau: don't try to match codec profiles | wm4 | 2013-08-19 | 1 | -27/+11 |
* | changes: add some things for completeness | wm4 | 2013-08-19 | 1 | -3/+31 |
* | vo_vdpau: add RGB support | wm4 | 2013-08-18 | 2 | -14/+158 |
* | 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 |
* | mplayer: don't make restored options from quit_watch_later per-file local | wm4 | 2013-08-17 | 1 | -6/+8 |
* | command: more intuitive chapter seek behavior | Philip Sequeira | 2013-08-17 | 5 | -2/+36 |
* | command: allow seek to "chapter -1" | Philip Sequeira | 2013-08-17 | 2 | -3/+8 |
* | vo_vdpau: use color close to black as default colorkey (instead of green) | wm4 | 2013-08-17 | 2 | -4/+7 |
* | vo_vdpau: allow setting colorkey | wm4 | 2013-08-17 | 3 | -0/+23 |
* | m_option: add missing copy callback for some option types | wm4 | 2013-08-17 | 1 | -0/+5 |
* | m_option: make defval const | wm4 | 2013-08-17 | 1 | -1/+1 |
* | sd_lavc_conv: don't check AV_CODEC_PROP_TEXT_SUB flag | wm4 | 2013-08-15 | 2 | -18/+3 |
* | sub: don't print detected charset if it's UTF-8 | wm4 | 2013-08-15 | 3 | -5/+10 |
* | vdpau_old: add forgotten probe callback | wm4 | 2013-08-15 | 1 | -0/+1 |
* | manpage: fix incorrect ao_alsa example, extend changes.rst | wm4 | 2013-08-15 | 2 | -2/+7 |
* | sub: make --subcp=enca the default. | wm4 | 2013-08-15 | 2 | -5/+19 |
* | sub: allow specifying a fallback codepage if input is not UTF-8 | wm4 | 2013-08-15 | 2 | -4/+18 |
* | bstr: make UTF-8 check stricter | wm4 | 2013-08-15 | 1 | -0/+8 |
* | sub: if charset detection fails, treat it as broken UTF-8 | wm4 | 2013-08-15 | 3 | -8/+18 |
* | bstr: add UTF-8 validation and sanitation functions | wm4 | 2013-08-15 | 2 | -1/+81 |
* | vdpau: fix compilation on Libav | wm4 | 2013-08-15 | 1 | -0/+1 |
* | video/decode: change fix_image callback | wm4 | 2013-08-15 | 3 | -5/+7 |
* | vd_lavc: fix comment, document hwdec video frame size trickiness | wm4 | 2013-08-15 | 1 | -1/+4 |
* | video/decode: pass parameters directly to hwdec allocate_image callback | wm4 | 2013-08-15 | 5 | -20/+14 |
* | vo_corevideo: add uyvy422 pixel format support | Stefano Pigozzi | 2013-08-15 | 1 | -0/+5 |
* | input: fix build if HAVE_PTHREADS is undefined | Giuliano Schneider | 2013-08-15 | 1 | -1/+1 |
* | sub: fix accidental subtitle overlaps | wm4 | 2013-08-14 | 1 | -1/+6 |
* | x11: fix --ontop | wm4 | 2013-08-14 | 1 | -3/+3 |
* | vaapi: fix typo | wm4 | 2013-08-14 | 1 | -2/+2 |
* | changes.rst: document some OSX and windows changes | Stefano Pigozzi | 2013-08-13 | 1 | -0/+5 |
* | input.conf: bind AXIS_(LEFT|RIGHT) to seek 5 | Stefano Pigozzi | 2013-08-13 | 1 | -2/+2 |
* | cocoa_common: add precise scrolling support | Stefano Pigozzi | 2013-08-13 | 1 | -16/+11 |
* | macosx: remove platform specific input queue | Stefano Pigozzi | 2013-08-13 | 5 | -68/+3 |
* | input: make input queue thread safe | Stefano Pigozzi | 2013-08-13 | 1 | -6/+35 |
* | mpvcore/options: Update default user agent string | Martin Herkt | 2013-08-13 | 1 | -1/+2 |
* | demux: move demux_mf before demux_subreader | wm4 | 2013-08-12 | 1 | -3/+3 |
* | demux_subreader: report what subtitle format has been found | wm4 | 2013-08-12 | 1 | -0/+2 |
* | stream_bluray: fix bd:// url segfault introduced by commit bc1d61 | Noble Huang | 2013-08-12 | 1 | -6/+2 |
* | Revert "sub: support straight alpha additionally to premultiplied alpha" | wm4 | 2013-08-12 | 5 | -93/+18 |
* | manpage: actually document --hwdec=auto | wm4 | 2013-08-12 | 1 | -0/+7 |
* | configure: fix typo | wm4 | 2013-08-12 | 1 | -1/+1 |
* | vo: fix build with #ifdef -> #if | wm4 | 2013-08-12 | 1 | -1/+1 |
* | video: add vaapi decode and output support | wm4 | 2013-08-12 | 16 | -5/+1635 |
* | img_convert: add function to scale RGBA OSD images | wm4 | 2013-08-12 | 4 | -1/+50 |
* | sub: support straight alpha additionally to premultiplied alpha | wm4 | 2013-08-12 | 4 | -16/+91 |
* | video: redo hw decoding initialization, add --hwdec=auto | wm4 | 2013-08-11 | 6 | -100/+204 |
* | x11_common: get hack for Motif Window Manager out of the way | wm4 | 2013-08-11 | 1 | -1/+11 |
* | vo: unref waiting image before destroying VO driver | wm4 | 2013-08-11 | 1 | -1/+1 |
* | core: make sure hw decoding works when playing multiple files | wm4 | 2013-08-11 | 1 | -5/+5 |
* | version.sh: add --print option, which prints version to stdout | wm4 | 2013-08-09 | 1 | -2/+23 |
* | version.sh: integrate the release tag in output | wm4 | 2013-08-09 | 1 | -2/+2 |
* | demux_lavf: blacklist "tty" libavformat demuxerv0.1.0 | wm4 | 2013-08-07 | 1 | -1/+16 |
* | changes.rst: add precise scrolling support | Alexander Preisinger | 2013-08-07 | 1 | -0/+2 |
* | input.conf: better documentation and sane defaults | Alexander Preisinger | 2013-08-07 | 1 | -2/+4 |
* | wayland: add support for precise scrolling | Alexander Preisinger | 2013-08-07 | 1 | -2/+14 |
* | input: add support for precise scroll axes | Alexander Preisinger | 2013-08-07 | 5 | -3/+39 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 211 | -517/+517 |
* | core: move contents to mpvcore (1/2) | Stefano Pigozzi | 2013-08-06 | 67 | -0/+0 |
* | gl_video: handle non-mod-2 4:2:0 YUV video correctly | wm4 | 2013-08-06 | 2 | -2/+14 |
* | Merge pull request #154 from rossy2401/wasapi-pause | Diogo Franco | 2013-08-05 | 1 | -1/+2 |
|\ |
|
| * | ao_wasapi: don't check the audio feed while paused | James Ross-Gowan | 2013-07-27 | 1 | -1/+2 |
* | | changes.rst: mention wayland support | Alexander Preisinger | 2013-08-05 | 1 | -0/+1 |
* | | mp_msg: fix typo in comment | wm4 | 2013-08-05 | 1 | -1/+1 |
* | | stream_radio: fix some things | wm4 | 2013-08-05 | 3 | -5/+5 |
* | | core: change speed option/property to double | wm4 | 2013-08-05 | 6 | -17/+18 |
* | | demux_lavf: make avio buffer configurable | wm4 | 2013-08-04 | 3 | -6/+15 |
* | | demux_lavf: fix API usage | wm4 | 2013-08-04 | 1 | -2/+10 |
* | | option: fix inverted --mouseinput option | wm4 | 2013-08-03 | 1 | -1/+1 |
* | | command: make vf and af commands more verbose | wm4 | 2013-08-03 | 2 | -2/+25 |
* | | command: add vf/af properties | wm4 | 2013-08-03 | 3 | -1/+63 |
* | | command: split filter changing in two functions | wm4 | 2013-08-03 | 1 | -39/+49 |
* | | options: don't make options set during playback file local (e.g. --vf) | wm4 | 2013-08-02 | 7 | -81/+67 |
* | | configure: lower libdvdread minimum required version | wm4 | 2013-08-02 | 1 | -1/+1 |
* | | m_option.c: fix typo in message | wm4 | 2013-08-02 | 1 | -1/+1 |
* | | m_config: minor simplification | wm4 | 2013-08-02 | 1 | -11/+10 |
* | | stream: parse URL escapes for file:// | wm4 | 2013-08-02 | 4 | -0/+41 |
* | | Remove m_struct | wm4 | 2013-08-02 | 6 | -208/+0 |
* | | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 22 | -592/+281 |
* | | manpage: clean up environment variables section | wm4 | 2013-08-02 | 1 | -54/+32 |
* | | manpage: document exit codes | wm4 | 2013-08-02 | 1 | -0/+18 |
* | | manpage: move screenshot section above option list | wm4 | 2013-08-02 | 1 | -17/+17 |
* | | mplayer: add more verbose exit codes | Andre D | 2013-08-02 | 3 | -17/+61 |
* | | encoding-example-profiles: get rid of the N900 anti upscale hack. | Rudolf Polzer | 2013-08-02 | 1 | -1/+1 |
* | | ao_coreaudio: move to new log API | Stefano Pigozzi | 2013-08-01 | 4 | -99/+101 |
* | | ao_coreaudio: remove useless defines | Stefano Pigozzi | 2013-08-01 | 1 | -3/+0 |
* | | audio/out: add support for new logging API | Stefano Pigozzi | 2013-08-01 | 3 | -10/+18 |
* | | vo_corevideo: use new log API | Stefano Pigozzi | 2013-08-01 | 1 | -15/+5 |
* | | vo_corevideo: move to C from Objective-C | Stefano Pigozzi | 2013-08-01 | 3 | -42/+12 |
* | | cocoa_common: use new log API | Stefano Pigozzi | 2013-08-01 | 1 | -7/+11 |
* | | wayland: switch to the new mp_msg api | Alexander Preisinger | 2013-07-31 | 3 | -8/+23 |
* | | video/out: use new mp_msg stuff for vo.c and vo_opengl | wm4 | 2013-07-31 | 8 | -83/+97 |
* | | mp_msg: introduce new log functions and macros | wm4 | 2013-07-31 | 5 | -66/+255 |
* | | options: handle presets directly in m_config | wm4 | 2013-07-31 | 6 | -36/+48 |
* | | m_option: fix skipping of missing -vo/-ao entries | wm4 | 2013-07-31 | 1 | -3/+9 |
* | | m_config: remove alias information | wm4 | 2013-07-31 | 2 | -24/+12 |
* | | m_config: store file local backup options differently | wm4 | 2013-07-31 | 2 | -16/+31 |
* | | m_config: make m_profile struct non-public | wm4 | 2013-07-31 | 2 | -13/+11 |
* | | cocoa_common: simplify resize code | Stefano Pigozzi | 2013-07-30 | 1 | -51/+16 |
* | | vd_lavc: print warning if hardware decoding API is not available | wm4 | 2013-07-30 | 1 | -0/+3 |
* | | vd_lavc: fix CONFIG_VDPAU check | wm4 | 2013-07-30 | 1 | -1/+1 |
* | | configure: fix vdpau test if vdpau is disabled/unavailable | wm4 | 2013-07-30 | 1 | -5/+8 |
* | | mpv.rc: update Windows icon | James Ross-Gowan | 2013-07-30 | 5 | -2/+66 |
* | | crosscompile-mingw.txt: it's "MinGW" not "MingGW" | wm4 | 2013-07-30 | 1 | -3/+3 |
* | | crosscompile-mingw.txt: mingw-w64 now has modern OpenGL headers in trunk | wm4 | 2013-07-30 | 1 | -1/+1 |
* | | stream: remove inactive URL option fields | wm4 | 2013-07-30 | 3 | -23/+0 |
* | | stream_dvd: fix .ifo redirection | wm4 | 2013-07-30 | 1 | -2/+1 |
* | | Fix some warnings | Jonathan Yong | 2013-07-30 | 1 | -6/+6 |
* | | ao_coreaudio: use default output unit when no device is specified | Stefano Pigozzi | 2013-07-29 | 1 | -1/+3 |
* | | command: silence a warning | wm4 | 2013-07-29 | 1 | -0/+2 |
* | | build: fix build with vdpau, simplify | wm4 | 2013-07-29 | 5 | -80/+43 |
* | | build: fix vdpau_template.c generation | wm4 | 2013-07-29 | 1 | -1/+1 |
* | | TOOLS: add script for emulating "unique application" functionality on Linux | wm4 | 2013-07-28 | 1 | -0/+91 |
* | | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 19 | -318/+897 |
* | | lavc_dr1: make reference counting thread-safe | wm4 | 2013-07-28 | 1 | -4/+39 |
* | | mp_image_pool: make reference counting thread-safe | wm4 | 2013-07-28 | 2 | -40/+70 |
* | | mp_image: make reference counting thread-safe | wm4 | 2013-07-28 | 1 | -3/+27 |