summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.3.5v0.3.5wm42014-02-121-1/+1
* vo_opengl: make :srgb decompand the BT.709 values correctlynand2014-02-121-2/+15
* command: fix metadata propertywm42014-02-121-2/+2
* wayland/shm: prevent the window from flying awayAlexander Preisinger2014-02-121-0/+2
* manpage: document --aspect special valueswm42014-02-121-0/+7
* video: fix --no-aspectwm42014-02-121-2/+2
* vo_opengl: fix typo in gamma function's parameternand2014-02-121-2/+2
* vo_vdpau: Discard zero timestampsJonas Zetterberg2014-02-121-0/+3
* vo_vdpau: Ensure presentation time is within boundsJonas Zetterberg2014-02-121-0/+4
* demux: fix some newlines in output messageswm42014-02-121-2/+2
* player: fix an assert when reinitializing audio in some caseswm42014-02-121-0/+3
* vo_opengl: use exactly the values defined by BT.709 for CMSnand2014-02-121-3/+9
* gl_x11: don't require a X visual for modern GL context creationwm42014-02-121-4/+10
* gl_x11: always request true color visualwm42014-02-121-0/+1
* umpv: silence mpv terminal outputwm42014-02-121-2/+4
* umpv: improve descriptionwm42014-02-121-9/+11
* umpv: use --force-windowwm42014-02-121-4/+2
* audio: fix signedness of AF_FORMAT_S32Pwm42014-02-121-1/+1
* mf: don't limit filename length with PATH_MAXwm42014-02-121-3/+3
* player: refresh OSD on track switchingwm42014-02-121-0/+2
* wayland: change minimum versionAlexander Preisinger2014-02-122-11/+2
* x11: fix initial VO sizewm42014-02-121-6/+7
* x11: remove apparently useless codewm42014-02-121-8/+0
* x11: fix race condition when setting aspect when leaving fullscreenwm42014-02-121-1/+10
* old-configure: use -std=c99wm42014-02-121-2/+2
* build: switch to -std=c99 for saner float semanticswm42014-02-121-1/+1
* cache: refuse to seek outside of cache boundarieswm42014-02-121-4/+18
* Release 0.3.4v0.3.4wm42014-01-311-1/+1
* vo_wayland: silence shadowing warningwm42014-01-311-3/+3
* quvi: disable subtitle fetching by defaultwm42014-01-312-5/+7
* quvi: add option to not fetch subtitlesAndre D2014-01-314-1/+11
* demux_lavf: fix crash with empty fileswm42014-01-311-1/+1
* mp_image: reject too large image sizeswm42014-01-311-0/+4
* sd_lavc: skip 0 sized sub-bitmapswm42014-01-311-2/+4
* wayland/shm: RGB888 as default, change optionsAlexander Preisinger2014-01-311-15/+27
* wayland/shm: fix memory leakAlexander Preisinger2014-01-311-1/+4
* wayland/shm: remove resize boilerplateAlexander Preisinger2014-01-311-21/+4
* w32: use safe DLL search paths everywhereJames Ross-Gowan2014-01-312-17/+21
* w32: enable heap corruption detectionJames Ross-Gowan2014-01-311-0/+3
* w32: don't disable the error reporting dialogJames Ross-Gowan2014-01-311-1/+1
* sub: fix crash with certain uses of --vf=subwm42014-01-313-32/+10
* demux_lavf: add hack to workaround too unreliable mp3 detectionwm42014-01-311-0/+2
* demux_lavf: refactor format probing hackwm42014-01-311-26/+24
* vo_wayland: fix confusion of video and window sizeswm42014-01-311-2/+2
* stream_pvr: Fix fd check, -1 indicates invalid, not 0.reimar2014-01-311-1/+1
* audio: fix balance controlwm42014-01-311-2/+2
* waf: try to fix unicode/byte string messupwm42014-01-311-1/+1
* manpage: fix af_equalizer syntaxwm42014-01-311-1/+1
* af: fixed out-of-bounds accesses caused by NUM_FMT and co.11rcombs2014-01-311-18/+18
* cookies.c: cols must (and does) have 7 elements.reimar2014-01-311-1/+1
* vcd_read: Fix sizeof argument.reimar2014-01-311-1/+1
* mkv.desktop: add two more mime typeswm42014-01-311-1/+1
* cache: remove debug codewm42014-01-311-1/+0
* cache: reduce message spamwm42014-01-311-7/+16
* Release 0.3.3v0.3.3wm42014-01-151-1/+1
* Detect Lua on FreeBSDGrzegorz Blach2014-01-152-1/+3
* player: avoid stalling when starting a network streamwm42014-01-153-2/+9
* demux_mkv: improve robustness by explicitly checking for level 1 elementswm42014-01-153-46/+50
* demux_mkv: avoid skipping too much data in corrupted fileswm42014-01-153-14/+18
* manpage: document --term-osd=forcewm42014-01-151-1/+3
* player: don't block terminal OSD while seekingwm42014-01-151-3/+6
* player: mention subtitles in av_desync_help_textwm42014-01-151-2/+2
* cocoa: fix window placement on secondary screensStefano Pigozzi2014-01-151-3/+2
* cocoa: refactor init window positioning codeStefano Pigozzi2014-01-151-2/+1
* demux_lavf: add hack for MicroDVD for assuming frame based timingwm42014-01-151-0/+6
* sub: fix frame based subtitle timestamp handlingwm42014-01-151-1/+1
* wayland: properly empty output listAlexander Preisinger2014-01-151-4/+4
* wayland/shm: don't crash if initialization failedAlexander Preisinger2014-01-151-3/+1
* wayland: fix crash when initialization failswm42014-01-151-1/+2
* wayland/shm: tone down warningsAlexander Preisinger2014-01-151-2/+2
* wayland: fix memory leaksAlexander Preisinger2014-01-153-2/+23
* player: fix setting smaller timeout on Windows systemswm42014-01-151-1/+1
* wayland: cleanup registry_handle_globalAlexander Preisinger2014-01-151-2/+1
* wayland: remove set_user_data from seat_listenerAlexander Preisinger2014-01-151-2/+0
* wayland: use static consistentlyAlexander Preisinger2014-01-151-4/+4
* terminal: don't initialize termcap etc. if stdout is not a terminalwm42014-01-151-2/+6
* wayland: fix fullscreen & resizing for goodAlexander Preisinger2014-01-153-12/+34
* manpage: mention how to get a list of codecs for use with --hwdec-codecswm42014-01-151-0/+3
* wayland: silence annoying libwayland-client messagewm42014-01-151-0/+3
* wayland: fix some memory leaks on initialization failurewm42014-01-151-6/+13
* Release 0.3.2v0.3.2wm42014-01-061-1/+1
* cocoa: don't reset window size when the video size doesn't changeStefano Pigozzi2014-01-061-15/+14
* w32_common: don't force topmost on fullscreenMartin Herkt2014-01-061-1/+2
* Windows: use roaming AppData instead of localMartin Herkt2014-01-061-1/+1
* build: don't depend on both libavresample and libswresamplewm42014-01-061-0/+1
* player: always ise [statusline] for terminal OSDwm42014-01-061-3/+3
* player: print an error message if run command failswm42014-01-061-1/+5
* manpage: fix typowm42014-01-061-1/+1
* player: don't select subtitles added from quvi by defaultwm42014-01-062-5/+10
* Revert "wayland/egl: use redraw callback"Alexander Preisinger2014-01-062-28/+1
* wayland: remove workaroundAlexander Preisinger2014-01-061-6/+3
* demux_subreader: reject file if not opened by --subwm42014-01-063-0/+5
* wayland/egl: misc fixes and cleanupsAlexander Preisinger2014-01-062-6/+1
* wayland/egl: use redraw callbackAlexander Preisinger2014-01-062-1/+32
* wayland/egl: add egl_context to the wayland stateAlexander Preisinger2014-01-062-67/+73
* wayland: Remove nonsense comment and add warningAlexander Preisinger2014-01-061-4/+2
* wayland: move workaround to fullscreen codeAlexander Preisinger2014-01-061-4/+5
* manpage: mention --pauseMartin Herkt2014-01-061-0/+3
* dvdnav: set correct stride for fake highlightswm42014-01-061-1/+1
* stream_pvr: fix crash on initializationwm42014-01-061-0/+1
* audio: check for overflowswm42014-01-061-0/+5
* ta: check overflow in array realloc macroswm42014-01-063-3/+18
* vda: fix build on OS X 10.7Stefano Pigozzi2014-01-062-0/+2
* build: fix cocoa configure check on OS X 10.7Stefano Pigozzi2014-01-063-6/+15
* wayland/opengl: fix garbage bordersAlexander Preisinger2014-01-062-22/+22
* wayland/shm: only commit new framesAlexander Preisinger2014-01-061-36/+40
* wayland: don't change set fullscreen twiceAlexander Preisinger2014-01-061-1/+1
* ao_alsa: Unbreak pause/resumeMartin Herkt2014-01-061-11/+10
* ao_alsa: Fix PCM resume after suspendMartin Herkt2014-01-061-15/+15
* stream: always respect sector_size, fixes cdda://wm42014-01-061-1/+1
* build: fix typoStefano Pigozzi2014-01-012-2/+2
* Release 0.3.1v0.3.1wm42014-01-011-1/+1
* build: make configure fail if both __atomic and __sync are not availableStefano Pigozzi2014-01-013-3/+37
* manpage: clarifications about bitmap subtitles and --secondary-sidwm42014-01-011-2/+4
* options: make --msglevel=help print something helpfulwm42014-01-011-0/+11
* manpage: fix description on the slave mode msglevelwm42014-01-011-2/+1
* player: load encoding-profiles.conf before the main configwm42014-01-011-7/+7
* mpv.desktop: Add Czech translationsMiro Hrončok2014-01-011-0/+3
* player: fix DVD playbackwm42014-01-011-1/+1
* compat: use __atomic operations instead of __sync, when presentAlessandro Ghedini2014-01-011-2/+9
* build: check for libatomic and __atomic operationsAlessandro Ghedini2014-01-012-0/+23
* manpage: fix vf_noise parameter namewm42014-01-011-2/+2
* video: fix --brightness etc. optionswm42013-12-292-11/+14
* Release 0.3.0v0.3.0wm42013-12-292-0/+42
* build: add flag for inline assemblyStefano Pigozzi2013-12-292-5/+10
* vd_lavc: by default, output all frames, even corrupted oneswm42013-12-294-0/+17
* player: add two more font mimetypes recognized by Haaliwm42013-12-291-1/+3
* player: use arrays to list font mimetypes and font file extensionswm42013-12-291-9/+15
* build: disable SDL by defaultStefano Pigozzi2013-12-291-2/+4
* Install encoding-profiles.conf by defaultwm42013-12-285-19/+42
* player: fix buggy error condition when loading mpv.confwm42013-12-281-1/+1
* vo/x11_common: do not select motion events when --no-mouse-movements is setahodesuka2013-12-281-1/+1
* input: print an error if reading input.conf failswm42013-12-281-4/+8
* Revert "x11: don't set global error handler"wm42013-12-271-0/+28
* demux_mkv: handle TrueHD properlywm42013-12-271-32/+98
* Revert "cocoa: unlock on uninit"Stefano Pigozzi2013-12-261-3/+1
* corevideo: fix video initialization when not using VDAStefano Pigozzi2013-12-261-52/+46
* build: fix shm detection on OpenBSDStefano Pigozzi2013-12-263-2/+14
* build: support multiple headers in check_statementStefano Pigozzi2013-12-261-4/+7
* mpv.desktop: add KDE file handlersSven-Hendrik Haase2013-12-261-0/+1
* options: simplify handling of some help optionswm42013-12-266-74/+28
* input: cosmetics: move code aroundwm42013-12-261-319/+316
* input: split off some code from input.c to separate fileswm42013-12-2610-1049/+1240
* build: hide duplicate options from `--help`Stefano Pigozzi2013-12-262-1/+11
* cocoa: sanitize window title string and guard against NULLStefano Pigozzi2013-12-251-1/+6
* vo_x11/vo_xv: fix build when using --disable-xextStefano Pigozzi2013-12-252-12/+12
* player: deselect secondary sub when switching to file with different trackswm42013-12-251-0/+2
* player: fix initial selection with --secondary-sidwm42013-12-252-3/+22
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-2415-106/+220
* player: add infrastructure to select multiple tracks at oncewm42013-12-246-43/+64
* player: do initial seek for external tracks only oncewm42013-12-241-2/+12
* player: slightly simplify seeking in external fileswm42013-12-241-16/+9
* player: redo demuxer stream selectionwm42013-12-247-85/+79
* audio: fix format ID conversionwm42013-12-231-1/+1
* changes.rst: add entry for dvdnav menuwm42013-12-231-1/+1
* manpage: mention video-unscaled propertywm42013-12-231-0/+1
* player: fix typo in previous commitwm42013-12-231-1/+1
* player: warn if Matroska font attachments have incorrect MIME typewm42013-12-231-2/+11
* options: print any options set in verbose modewm42013-12-231-0/+5
* options: disable joystick by defaultwm42013-12-232-2/+1
* vaapi: fix initialization error code pathwm42013-12-231-1/+2
* subreader: replace some strcpy callswm42013-12-221-2/+3
* subreader: remove overlapping strcpywm42013-12-221-1/+2
* asxparser: remove commented codewm42013-12-221-12/+0
* stream_smb: remove dead codewm42013-12-221-22/+1
* player: simplify mp_load_per_file_configwm42013-12-221-8/+7
* player: move code aroundwm42013-12-222-42/+37
* player: remove code duplication for auto-loaded config profileswm42013-12-221-60/+14
* path: add function to split URL into prefix and pathwm42013-12-222-0/+13
* path: don't accept empty protocol as validwm42013-12-221-1/+1
* path: change mp_splitext() semanticswm42013-12-223-8/+8
* stream_radio: suppress error with -Werror=format-security compilation flagMiro Hrončok2013-12-221-1/+1
* vo_vdpau: fix unintended truncation of 64 bit timestamps to 32 bitwm42013-12-222-2/+2
* vo_vdpau: add some debugging messages for frame timingwm42013-12-221-2/+4
* Don't include version.h from make options.cwm42013-12-224-9/+12