summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* player: make quit exit immediatelywm42014-08-031-3/+3
* player: allow redrawing screen during seekswm42014-08-031-6/+12
* manpage: be more explicit where input.conf is locatedwm42014-08-022-1/+6
* Improve setting AVOptionswm42014-08-0213-149/+66
* manpage: explain how to replace --slave-brokenwm42014-08-021-0/+10
* player: don't show the path part for external subtitle fileswm42014-08-021-1/+1
* client API: minor optimizations for property notificationwm42014-08-024-38/+91
* TOOLS: add test script for property change notificationswm42014-08-021-0/+16
* command: add a property that returns a list of all propertieswm42014-08-024-21/+27
* manpage: remove duplicated misplaced description of a commandwm42014-08-021-2/+0
* win32: fix assertion failurewm42014-08-011-12/+10
* Remove the last remains of slave modewm42014-08-019-76/+15
* vda: only support the new hwaccel 1.2 API (remove old code)Stefano Pigozzi2014-08-013-167/+19
* travis: use homebrew to build ffmpeg on OS XStefano Pigozzi2014-08-011-18/+58
* player: don't ignore first chapterwm42014-07-311-1/+1
* video: fix attached picture modewm42014-07-311-1/+3
* audio: simplify conditionwm42014-07-311-1/+1
* audio: fix A/V sync in encoding modewm42014-07-311-0/+5
* client API: don't send internal events to the clientswm42014-07-311-1/+2
* command: add cache-idle propertywm42014-07-312-3/+20
* client API: make "cache" property and similar observablewm42014-07-315-0/+18
* client API: fix deadlock when calling mpv_terminate_destroy before initwm42014-07-311-1/+1
* player: rename a variablewm42014-07-301-3/+3
* player: move video display code out of the playloopwm42014-07-304-332/+336
* player: split seek_reset()wm42014-07-306-56/+59
* video: actually flush filter chainwm42014-07-301-1/+4
* video/filter: add vf_bufferwm42014-07-305-0/+103
* audio: better sync behavior on bogus EOFwm42014-07-301-1/+3
* ao_alsa: disable use of non-interleaved formats by defaultwm42014-07-302-0/+10
* cocoa: fix key equivalent dispatchingStefano Pigozzi2014-07-302-22/+7
* client API: fix typos in documentationwm42014-07-301-2/+2
* demux_lavf: don't consider EAGAIN as EOF conditionwm42014-07-301-2/+3
* stream: hack-fix rtmp-level seekingwm42014-07-304-11/+22
* stream_lavf: allow setting AVOptions with --stream-lavf-owm42014-07-306-0/+38
* audio: better initial sync for files where audio starts laterwm42014-07-301-5/+15
* audio: cosmetics: remove unused return valuewm42014-07-302-11/+9
* demux_mf: allow seeking past the endwm42014-07-301-1/+1
* player: fix time display wheen seeking past EOF with --keep-openwm42014-07-304-20/+19
* player: let explicitly imprecise seeks cancel precise seekswm42014-07-291-0/+3
* osc: Do precise seeks on simple clicks on seekbarChrisK22014-07-291-11/+19
* audio: ignore (some) decoding errors on initializationwm42014-07-292-1/+5
* player: fix desync when seeking and switching external trackswm42014-07-296-32/+30
* player: remove a pointless fieldwm42014-07-292-5/+4
* player: disable hr-seek in .ts fileswm42014-07-291-0/+1
* player: allow precise seeking with percent seekswm42014-07-291-2/+1
* manpage: lua: document timer timeout and oneshot fieldswm42014-07-291-0/+14
* vdpau: don't upload video images in advancewm42014-07-293-39/+11
* player: update playback position on seekwm42014-07-291-0/+2
* player: logically speed up seek logicwm42014-07-281-1/+1
* vo_x11: fix build with older Libav versionswm42014-07-281-4/+4
* video: add a default color space for files with no videoNiklas Haas2014-07-281-0/+3
* audio: change playback restart and resyncingwm42014-07-2810-281/+328
* input: be stricter about rejecting mouse input with --no-input-cursorwm42014-07-272-0/+5
* vo: remove vo_mouse_movement() wrapperwm42014-07-2712-34/+33
* vo: different hack for VOs which need to mangle mouse inputwm42014-07-277-40/+47
* ao_pulse: allow disabling timing bug workaroundswm42014-07-262-3/+44
* ao_pulse: remove hacks for ancient PulseAudio versionswm42014-07-263-23/+2
* manpage: eliminate the word "movie"wm42014-07-264-29/+29
* win32: remove minor non-sensewm42014-07-261-1/+0
* win32: move window handling to a separate threadwm42014-07-261-60/+174
* vo: hack to avoid threading issues with mouse inputwm42014-07-265-1/+7
* win32: use gcc TLS instead of WM_NCCREATE tricks for window contextwm42014-07-261-10/+9
* Add Plan 9-style barrierswm42014-07-264-0/+64
* win32: make a flag explicitwm42014-07-261-1/+1
* win32: simplify some --wid embedding codewm42014-07-261-26/+9
* win32: don't use CS_OWNDCwm42014-07-262-46/+64
* win32: remove worthless doxygen commentswm42014-07-261-39/+4
* win32: make private struct private, refactorwm42014-07-264-221/+201
* ao_null: never fail at initializationwm42014-07-261-1/+1
* audio/out: fix initialization failure with win32wm42014-07-261-2/+1
* audio, client API: check mp_make_wakeup_pipe() return valuewm42014-07-252-8/+11
* osdep: don't assume errno is positivewm42014-07-252-3/+3
* command: fix and simplify overlay_addwm42014-07-251-50/+44
* command: append entries to the end of the playlist with loadlist appendAlessandro Ghedini2014-07-253-1/+11
* audio: cosmetics: collapse a functionwm42014-07-241-14/+6
* audio: fix timestampswm42014-07-243-2/+1
* audio: adjust format change codewm42014-07-241-8/+9
* audio: fix race condition in EOF codewm42014-07-243-4/+4
* audio: cosmeticswm42014-07-241-9/+5
* audio: remove unnecessary codewm42014-07-241-3/+0
* manpage: fix a typowm42014-07-241-1/+1
* encode: deal even more with codec->time_base deprecation.Rudolf Polzer2014-07-231-6/+5
* command: add append-play loadfile modewm42014-07-233-3/+6
* player: remove something DVD specificwm42014-07-221-8/+1
* sub: offset subtitle timing to video start PTSwm42014-07-221-1/+2
* sub: add detection via BOMwm42014-07-223-9/+34
* encode: deal with codec->time_base deprecationwm42014-07-221-5/+4
* video: fix corner case with accidental EOFwm42014-07-221-5/+5
* ass: remove some pointless ifdefferywm42014-07-221-4/+0
* player: fix idle mode event handlingwm42014-07-221-2/+2
* ao_pulse: fix potential compilation problemwm42014-07-221-2/+2
* travis: add OS X continous integrationStefano Pigozzi2014-07-212-7/+24
* osd: properly handle OSD bar timeoutwm42014-07-211-4/+10
* player: don't sleep after seekswm42014-07-211-0/+1
* audio: move initial decode to generic codewm42014-07-216-239/+127
* ad_lavc: drop questionable fallback codewm42014-07-211-6/+0
* audio: remove unused metadata fieldwm42014-07-215-7/+0
* demux: fix timestamp type for seek callswm42014-07-217-8/+8
* demux: asynchronous seekingwm42014-07-211-9/+43
* manpage: correct the --mf optionswm42014-07-211-6/+6
* player: simplify a conditionwm42014-07-201-7/+8
* manpage: fix wording for --aidwm42014-07-201-2/+3
* player: simplify logic on video errorswm42014-07-201-1/+1
* audio: use symbolic constants instead of magic integerswm42014-07-206-16/+21
* player: readd code accidentally removed with commit 61efe87ewm42014-07-201-0/+5
* demux: don't start reading if no packets were requested yetwm42014-07-201-1/+1
* player: fix regression with ordered chapterswm42014-07-202-14/+18
* command: potentially fix dvd angle settingwm42014-07-201-5/+4
* input: enable wakeup on LIRC socketfoo862014-07-201-1/+1
* demux: make the cache refresh cached STREAM_CTRLswm42014-07-201-0/+1
* player: don't wait forever with --cache-pause-below behaviorwm42014-07-201-0/+1
* build: enable compiler optimization by defaultTsukasa OMOTO2014-07-202-0/+12
* demux: fix a corner case (2)wm42014-07-191-2/+4
* demux: ensure demux_read_packet_async() always readswm42014-07-191-2/+3
* demux: fix a corner casewm42014-07-191-2/+4
* cocoa: don't send messages to uninitialized gl contextsStefano Pigozzi2014-07-191-1/+6
* demux: fix opening pipes with demux_lavfwm42014-07-181-0/+5
* video: use symbolic constants instead of magic integerswm42014-07-183-38/+43
* video: don't block when reading video packetswm42014-07-183-13/+35
* demux: fix problems with EOFwm42014-07-181-5/+14
* demux: add function to read packets asychronouslywm42014-07-182-14/+51
* player: remove the last instances of pollingwm42014-07-183-38/+39
* dvd, bd: fix A/V syncwm42014-07-181-30/+29
* demux: fix debug log outputwm42014-07-171-1/+1
* demux: drop some unused definitionswm42014-07-172-3/+0
* manpage: fix documented default for --demuxer-threadwm42014-07-171-1/+1
* demux_lavf: reverse rotation direction with new APIwm42014-07-171-1/+1
* demux: add a demuxer threadwm42014-07-1615-303/+743
* tags: add copy functionwm42014-07-162-0/+14
* ao_lavc: Fix design of audio pts handling.Rudolf Polzer2014-07-162-3/+6
* ao_lavc: Add a missing newline for the log.Rudolf Polzer2014-07-161-1/+1
* ao_lavc: Fix advancing of audio pts.Rudolf Polzer2014-07-161-1/+1
* idet.sh: Fix a typo.Rudolf Polzer2014-07-161-1/+1
* osxbundle: fix detection of user librariesTsukasa OMOTO2014-07-161-4/+4
* cocoa: fix regression preventing window resizeStefano Pigozzi2014-07-151-1/+3
* idet.sh: Fix telecine detection.Rudolf Polzer2014-07-151-5/+5
* Revert "Remove DVD and Bluray support"wm42014-07-1522-0/+3517
* Remove DVD and Bluray supportwm42014-07-1422-3517/+0
* demux_lavf: don't let metadata update mess up ogm playbackwm42014-07-141-1/+4
* cocoa: fix compilation on OS X 10.8Stefano Pigozzi2014-07-143-4/+35
* command: don't show VO information in colorspace propertieswm42014-07-131-3/+1
* Remove some mp_msg calls with no trailing \nwm42014-07-134-47/+53
* config: adjust config parser messageswm42014-07-131-5/+4
* player: remove some inactive codewm42014-07-131-8/+1
* audio: drop buffered audio when switching tracks or filterswm42014-07-132-0/+2
* audio: don't wait for draining if pausedwm42014-07-134-15/+16
* dvdnav: fix time display when starting in the middle of the DVDwm42014-07-131-0/+5
* stream_dvdnav: suspend read on vts change even if the requested title is not ...Alessandro Ghedini2014-07-131-1/+0
* DOCS/release-policy: mention the release version in the RELEASE_NOTES templateAlessandro Ghedini2014-07-131-1/+13
* input: skip BOM in input.confwm42014-07-121-0/+1
* config: skip BOMwm42014-07-121-0/+4
* dvd: potentially fix video aspect ratiowm42014-07-121-1/+1
* stream: don't sleep for reconnecting network if playback is stoppedwm42014-07-121-0/+2
* cache_file: fix operation if stream size is unknownwm42014-07-121-2/+3
* osc: improve previous commitChrisK22014-07-101-6/+3
* osc: round displayed cache valueChrisK22014-07-101-3/+3
* Revert "build: avoid defining _GNU_SOURCE"wm42014-07-102-5/+1
* build: include <strings.h> for strcasecmp()wm42014-07-1017-2/+18
* video/out: use strcmp() instead of strcasecmp() for equalizerswm42014-07-103-16/+16
* build: deal with endian messwm42014-07-106-7/+37
* build: avoid defining _GNU_SOURCEwm42014-07-092-1/+5
* DOCS/tech-overview: minor updateswm42014-07-091-12/+12
* demux: remove accurate_seek fieldwm42014-07-083-9/+3
* cocoa: simplify logic that returns used bits per colorStefano Pigozzi2014-07-081-9/+1
* cocoa: move CGL context creation to gl_cocoaStefano Pigozzi2014-07-083-124/+118
* demux_disc: flush slave demuxer packet queue on resyncwm42014-07-071-0/+3
* cache, dvd, bluray: simplify stream time handlingwm42014-07-072-46/+16
* input: restore ability to combine mouse buttonswm42014-07-071-8/+6
* ao_null: disable latency emulationwm42014-07-071-1/+0
* demux: print initial metadatawm42014-07-071-0/+1
* osc: fix failure when using DVD menuswm42014-07-071-1/+1
* lua: redo error handling, print backtraceswm42014-07-071-82/+90
* old-configure: fix Lua testswm42014-07-071-1/+2
* Remove stream_pts stuffwm42014-07-069-32/+2
* DOCS/client-api-changes: try to fix rst formatting againwm42014-07-061-3/+4
* dvd, bd: enable precise seekingwm42014-07-061-4/+1
* dvd, bluray: handle playback display time handling differentlywm42014-07-061-12/+80
* stream_dvdnav: more debugging outputwm42014-07-061-2/+5