summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.1.7v0.1.7release/0.1wm42013-09-201-1/+1
* manpage: af_volnorm was renamedwm42013-09-202-1/+2
* vf: fix filter initialization error checkwm42013-09-201-1/+1
* ao_pulse: bug fix: goto the correct error handlerJohan Kiviniemi2013-09-201-2/+2
* ao_pulse: set the property media.role=videoJohan Kiviniemi2013-09-201-2/+17
* x11_common: fix behavior if XCreateIC() failsMartin Herkt2013-09-201-5/+11
* wayland/common: exit properly on fd errorsAlexander Preisinger2013-09-201-2/+6
* af_export: fix compilation warningwm42013-09-201-2/+1
* Config path functions can return NULLwm42013-09-202-3/+11
* path: fix undefined behaviorwm42013-09-201-2/+2
* mplayer: read subtitle packets as soon as possiblewm42013-09-201-8/+5
* demux_mkv: don't add too many subtitle packets during seekingwm42013-09-201-14/+19
* manpage: remove bogus space in example usagewm42013-09-201-1/+1
* manpage: remove version and date fieldswm42013-09-201-2/+0
* stream_dvd: prevent segmentation fault with some broken filesStefano Pigozzi2013-09-201-2/+2
* macosx: add webm the filetypes handled by the bundleBilal Syed Hussain2013-09-201-0/+2
* README: add clarification about --enableStefano Pigozzi2013-09-201-3/+7
* README: update Contact info with Mailing ListsStefano Pigozzi2013-09-201-3/+15
* mplayer: print a message when writing watch_later config for resumewm42013-09-201-0/+2
* Release 0.1.6wm42013-09-131-1/+1
* vd_lavc: reset last_sample_aspect_ratio in uninit_avctx()xylosper2013-09-131-0/+1
* macosx_application: fix file opening on 10.9 (for real this time)Stefano Pigozzi2013-09-131-1/+1
* macosx: always active bundle path lookup if cocoa is activeStefano Pigozzi2013-09-133-21/+3
* macosx_application: fix file opening on OS X 10.9 (hopefully)Stefano Pigozzi2013-09-131-1/+10
* mpvcore/path: Fix non-MinGW buildsMartin Herkt2013-09-131-2/+5
* mpvcore/path: Fix config path handling on WindowsMartin Herkt2013-09-131-5/+21
* Makefile: update DIRS to fix cleaningStefano Pigozzi2013-09-131-1/+2
* wayland/common: improved error messagesAlexander Preisinger2013-09-101-3/+5
* stream: force demuxer of cached stream, fixes cdda:// + cachewm42013-09-101-0/+1
* manpage: various improvementswm42013-09-106-98/+77
* Manpage: Fix formatting (mostly for PDF output)Martin Herkt2013-09-104-13/+19
* demux_mkv: don't overflow packet queue when doing sub-prerollwm42013-09-081-4/+13
* Release 0.1.5v0.1.5wm42013-09-071-1/+1
* options: fix --volume option range, add some explanations to manpagewm42013-09-072-1/+7
* demux_lavf: workaround for broken libavformat subtitle seekingwm42013-09-071-4/+23
* mplayer: try to resume playback only if a resume file actually existswm42013-09-071-1/+1
* audio: fix playback of Musepack SV8 fileswm42013-09-041-2/+4
* tv: attempt to support mjpeg streamswm42013-09-041-2/+6
* mplayer: handle --reset-on-next-file=""wm42013-09-041-4/+6
* mplayer: don't let playback resume force options that are file localwm42013-09-041-11/+11
* configure: fix some descriptions in the help outputwm42013-09-041-4/+4
* Release 0.1.4v0.1.4wm42013-08-291-1/+1
* input: fix --no-input-default-bindingswm42013-08-291-0/+2
* gl_video: don't crash if no FBOs are availablewm42013-08-291-4/+6
* cocoa_common: autohide dock when autohiding menubarStefano Pigozzi2013-08-291-1/+5
* gl_video: fix odd video sizes with PBOswm42013-08-291-0/+4
* configure: fix help for macosx-bundle from autodetected to disabledStefano Pigozzi2013-08-291-5/+4
* Release 0.1.3v0.1.3wm42013-08-231-1/+1
* cocoa_common: avoid locking calls when not neededStefano Pigozzi2013-08-231-2/+2
* demux: check whether stream is selected in demux_get_next_pts()wm42013-08-221-1/+1
* demux_raw: read multiple frames per packetwm42013-08-221-1/+4
* cocoa_common: fix window positioning with `--geometry`Stefano Pigozzi2013-08-221-10/+5
* manpage: fix (again) incorrect ao_alsa exampleCheng Sun2013-08-221-1/+1
* vf_eq: fix behavior when changing parameterswm42013-08-221-4/+14
* m_option: make "add speed 0.1" command workwm42013-08-191-0/+1
* Release 0.1.2v0.1.2wm42013-08-191-1/+1
* vdpau: don't try to match codec profileswm42013-08-191-23/+8
* changes: add some things for completenesswm42013-08-191-3/+30
* vo_vdpau: fix screenshots if panscan is usedwm42013-08-181-4/+5
* mplayer: don't make restored options from quit_watch_later per-file localwm42013-08-181-6/+8
* manpage: fix incorrect ao_alsa example, extend changes.rstwm42013-08-152-2/+7
* vdpau: fix compilation on Libavwm42013-08-151-0/+1
* sub: fix accidental subtitle overlapswm42013-08-151-1/+6
* x11: fix --ontopwm42013-08-151-3/+3
* changes.rst: document some OSX and windows changesStefano Pigozzi2013-08-151-0/+5
* demux: move demux_mf before demux_subreaderwm42013-08-151-3/+3
* demux_subreader: report what subtitle format has been foundwm42013-08-151-0/+2
* stream_bluray: fix bd:// url segfault introduced by commit bc1d61Noble Huang2013-08-151-6/+2
* Add VERSION for releasev0.1.1wm42013-08-121-0/+1
* x11_common: get hack for Motif Window Manager out of the waywm42013-08-111-1/+11
* vo: unref waiting image before destroying VO driverwm42013-08-111-1/+1
* core: make sure hw decoding works when playing multiple fileswm42013-08-111-5/+5
* version.sh: add --print option, which prints version to stdoutwm42013-08-091-2/+23
* version.sh: integrate the release tag in outputwm42013-08-091-2/+2
* demux_lavf: blacklist "tty" libavformat demuxerv0.1.0wm42013-08-071-1/+16
* changes.rst: add precise scrolling supportAlexander Preisinger2013-08-071-0/+2
* input.conf: better documentation and sane defaultsAlexander Preisinger2013-08-071-2/+4
* wayland: add support for precise scrollingAlexander Preisinger2013-08-071-2/+14
* input: add support for precise scroll axesAlexander Preisinger2013-08-075-3/+39
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-06211-517/+517
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-0667-0/+0
* gl_video: handle non-mod-2 4:2:0 YUV video correctlywm42013-08-062-2/+14
* Merge pull request #154 from rossy2401/wasapi-pauseDiogo Franco2013-08-051-1/+2
|\
| * ao_wasapi: don't check the audio feed while pausedJames Ross-Gowan2013-07-271-1/+2
* | changes.rst: mention wayland supportAlexander Preisinger2013-08-051-0/+1
* | mp_msg: fix typo in commentwm42013-08-051-1/+1
* | stream_radio: fix some thingswm42013-08-053-5/+5
* | core: change speed option/property to doublewm42013-08-056-17/+18
* | demux_lavf: make avio buffer configurablewm42013-08-043-6/+15
* | demux_lavf: fix API usagewm42013-08-041-2/+10
* | option: fix inverted --mouseinput optionwm42013-08-031-1/+1
* | command: make vf and af commands more verbosewm42013-08-032-2/+25
* | command: add vf/af propertieswm42013-08-033-1/+63
* | command: split filter changing in two functionswm42013-08-031-39/+49
* | options: don't make options set during playback file local (e.g. --vf)wm42013-08-027-81/+67
* | configure: lower libdvdread minimum required versionwm42013-08-021-1/+1
* | m_option.c: fix typo in messagewm42013-08-021-1/+1
* | m_config: minor simplificationwm42013-08-021-11/+10
* | stream: parse URL escapes for file://wm42013-08-024-0/+41
* | Remove m_structwm42013-08-026-208/+0
* | stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-0222-592/+281
* | manpage: clean up environment variables sectionwm42013-08-021-54/+32
* | manpage: document exit codeswm42013-08-021-0/+18
* | manpage: move screenshot section above option listwm42013-08-021-17/+17
* | mplayer: add more verbose exit codesAndre D2013-08-023-17/+61
* | encoding-example-profiles: get rid of the N900 anti upscale hack.Rudolf Polzer2013-08-021-1/+1
* | ao_coreaudio: move to new log APIStefano Pigozzi2013-08-014-99/+101
* | ao_coreaudio: remove useless definesStefano Pigozzi2013-08-011-3/+0
* | audio/out: add support for new logging APIStefano Pigozzi2013-08-013-10/+18
* | vo_corevideo: use new log APIStefano Pigozzi2013-08-011-15/+5
* | vo_corevideo: move to C from Objective-CStefano Pigozzi2013-08-013-42/+12
* | cocoa_common: use new log APIStefano Pigozzi2013-08-011-7/+11
* | wayland: switch to the new mp_msg apiAlexander Preisinger2013-07-313-8/+23
* | video/out: use new mp_msg stuff for vo.c and vo_openglwm42013-07-318-83/+97
* | mp_msg: introduce new log functions and macroswm42013-07-315-66/+255
* | options: handle presets directly in m_configwm42013-07-316-36/+48
* | m_option: fix skipping of missing -vo/-ao entrieswm42013-07-311-3/+9
* | m_config: remove alias informationwm42013-07-312-24/+12
* | m_config: store file local backup options differentlywm42013-07-312-16/+31
* | m_config: make m_profile struct non-publicwm42013-07-312-13/+11
* | cocoa_common: simplify resize codeStefano Pigozzi2013-07-301-51/+16
* | vd_lavc: print warning if hardware decoding API is not availablewm42013-07-301-0/+3
* | vd_lavc: fix CONFIG_VDPAU checkwm42013-07-301-1/+1
* | configure: fix vdpau test if vdpau is disabled/unavailablewm42013-07-301-5/+8
* | mpv.rc: update Windows iconJames Ross-Gowan2013-07-305-2/+66
* | crosscompile-mingw.txt: it's "MinGW" not "MingGW"wm42013-07-301-3/+3
* | crosscompile-mingw.txt: mingw-w64 now has modern OpenGL headers in trunkwm42013-07-301-1/+1
* | stream: remove inactive URL option fieldswm42013-07-303-23/+0
* | stream_dvd: fix .ifo redirectionwm42013-07-301-2/+1
* | Fix some warningsJonathan Yong2013-07-301-6/+6
* | ao_coreaudio: use default output unit when no device is specifiedStefano Pigozzi2013-07-291-1/+3
* | command: silence a warningwm42013-07-291-0/+2
* | build: fix build with vdpau, simplifywm42013-07-295-80/+43
* | build: fix vdpau_template.c generationwm42013-07-291-1/+1
* | TOOLS: add script for emulating "unique application" functionality on Linuxwm42013-07-281-0/+91
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-2819-318/+897
* | lavc_dr1: make reference counting thread-safewm42013-07-281-4/+39
* | mp_image_pool: make reference counting thread-safewm42013-07-282-40/+70
* | mp_image: make reference counting thread-safewm42013-07-281-3/+27
* | m_config: try to print min/max values as integers in --list-optionswm42013-07-281-2/+2
* | m_config: hide no-* opts in --list-options, simplify positional suboptswm42013-07-282-19/+23
* | options: print default values in --list-optionswm42013-07-281-0/+24
* | m_config: refactor some thingswm42013-07-288-152/+127
* | core: make mpctx->opts a pointerwm42013-07-287-131/+132
* | command: mark special options as unavailablewm42013-07-281-0/+2
* | mp_image: pass through colorspace info to libavfilterwm42013-07-281-0/+8
* | vf: fix unintended overwriting of image infowm42013-07-282-4/+5
* | ao_coreaudio: prevent buffer underruns to output garbageStefano Pigozzi2013-07-281-1/+6
* | ao_coreaudio: fix compilation on OS X 10.7Dmitry Kalinkin2013-07-281-1/+1
|/
* getch2: Load the "ce", "ks" and "ke" caps into a static bufferDiogo Franco (Kovensky)2013-07-261-3/+6
* getch2: Deactivate getch2 on SIGINT; also handle SIGQUITDiogo Franco (Kovensky)2013-07-261-0/+4
* getch2: Only send ESC if it was typed twiceDiogo Franco (Kovensky)2013-07-261-3/+5
* getch2: Handle setupterm errorsDiogo Franco (Kovensky)2013-07-261-1/+18
* getch2: fix compilationwm42013-07-261-1/+1
* options: simplify --correct-pts handlingwm42013-07-266-20/+9
* getch2: Support ESC keypresses againDiogo Franco (Kovensky)2013-07-251-1/+9
* configure: fix terminfo checkwm42013-07-261-1/+1
* gl_video: make sure image parameters are correctly set on screenshotswm42013-07-261-7/+8
* command: allow printing time properties with millisecondswm42013-07-261-9/+35
* command: add pseudo-property that allows you to read global optionswm42013-07-262-0/+28
* m_property: fix non-sense codewm42013-07-261-1/+2
* video: support setting libswscale chroma positionwm42013-07-256-1/+41
* w32_common: Don't use globals for TRACKMOUSEEVENTDiogo Franco (Kovensky)2013-07-252-11/+12
* w32_common: Track when the mouse leaves the windowDiogo Franco (Kovensky)2013-07-251-0/+15
* getch2: Doing it right thi