summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* demux: fix a corner case related to demux_discwm42014-07-061-5/+8
* dvd: fix first subtitle with delayed subtitle streamswm42014-07-063-1/+5
* stream: remove now unused STREAM_CTRL_GET_START_TIMEwm42014-07-064-19/+0
* demux: minor simplificationwm42014-07-067-12/+9
* ao_pulse: set icon nameatomnuker2014-07-051-0/+2
* vf_vapoursynth: reset error state on seekingwm42014-07-051-0/+1
* build: allow compilation without any atomicswm42014-07-053-6/+24
* options: remove bogus replacement message for --fstypewm42014-07-051-1/+0
* options: add --autosub-match to option replacement listwm42014-07-051-0/+1
* player: don't use stream position as fallback for percent-poswm42014-07-051-3/+2
* tv: move demuxer parts to separate filewm42014-07-056-252/+267
* demux: minor simplification to internal APIwm42014-07-059-34/+24
* dvd: move angle switching codewm42014-07-053-60/+28
* dvd: flush buffers properly on seekwm42014-07-051-3/+4
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-0519-230/+304
* discnav: fix a commentwm42014-07-051-1/+1
* demux: set filepos field when dequeuing a packetwm42014-07-051-3/+2
* demux: cosmetics: minimize codewm42014-07-051-16/+3
* demux: make start time a simple fieldwm42014-07-055-20/+11
* demux, stream: change metadata notificationwm42014-07-057-63/+57
* demux: make replaygain per-trackwm42014-07-055-9/+11
* demux: move packet functions to a separate source filewm42014-07-056-108/+135
* demux: move packet list functionswm42014-07-053-73/+49
* demux_lavf: for now, ignore the new libavformat image demuxerswm42014-07-051-0/+3
* demux_lavf: support OTF fonts in Matroskawm42014-07-051-3/+10
* demux_lavf: don't dump transport stream programswm42014-07-051-13/+0
* demux_lavf: cleanup debug outputwm42014-07-051-19/+10
* demux_lavf: fix read_seek return valuewm42014-07-051-3/+1
* demux_mkv: cosmeticswm42014-07-051-45/+27
* DOCS, client API: add mpv release versionswm42014-07-051-0/+3
* Merge pull request #909 from Nyx0uf/patch-1Stefano Pigozzi2014-07-051-0/+84
|\
| * OS X bundle: Add more imported UTINyx0uf2014-07-041-0/+84
|/
* stream_dvdnav: check the length of all titles with dvdnav://longesttholin2014-07-041-1/+1
* stream_dvdnav: free pointer to priv->filename on closetholin2014-07-041-0/+2
* stream_dvdnav: make sure seeking bounds are within rangetholin2014-07-041-1/+5
* DOCS/client_api_examples: add a Qt examplewm42014-07-043-0/+177
* client API: allow calling mpv_terminate_destroy(NULL)wm42014-07-041-0/+3
* x11: avoid obscure behavior when --wid is partially garbagewm42014-07-041-1/+1
* ao_coreaudio: report hardware latency to ao_read_dataStefano Pigozzi2014-07-032-3/+43
* TOOLS/zsh.pl: complete URL schemes based on --list-protocolsAlessandro Ghedini2014-07-031-2/+7
* TOOLS/zsh.pl: sort options in reverse order by lengthAlessandro Ghedini2014-07-031-0/+9
* TOOLS/zsh.pl: untabifyPhilip Sequeira2014-07-031-26/+26
* TOOLS/zsh.pl: fix _arguments linePhilip Sequeira2014-07-031-1/+1
* TOOLS/zsh.pl: don't consume extra argumentsPhilip Sequeira2014-07-031-10/+18
* TOOLS/zsh.pl: escape all colons in option descriptionsPhilip Sequeira2014-07-031-1/+1
* command: include new "playback-time" property in update mechanismwm42014-07-031-1/+1
* DOCS: add a file listing API changes for the client APIwm42014-07-033-2/+61
* manpage: reflect new coreaudio changesStefano Pigozzi2014-07-021-1/+13
* ao_coreaudio: report latency more correctlyStefano Pigozzi2014-07-021-1/+19
* cache_file: use unicode on windowswm42014-07-021-0/+2
* ao_coreaudio: move channel mapping away from utilsStefano Pigozzi2014-07-023-126/+128
* ao_coreaudio: use mpv's internal pull APIStefano Pigozzi2014-07-021-82/+9
* ao_coreaudio: remove useless commentsStefano Pigozzi2014-07-021-5/+3
* ao_coreaudio: rename init_lpcm -> init_audiounitStefano Pigozzi2014-07-021-6/+9
* ao_coreaudio: fill asbd with an helper functionStefano Pigozzi2014-07-024-39/+29
* ao_coreaudio: split control to helper functionsStefano Pigozzi2014-07-021-23/+30
* ao_coreaudio: move device related functions to the new AOStefano Pigozzi2014-07-023-277/+255
* ao_coreaudio: remove useless call to print_asbdStefano Pigozzi2014-07-022-4/+0
* ao_coreaudio: move spdif code to a new AOStefano Pigozzi2014-07-026-433/+596
* cache: clear DVD timestampswm42014-07-021-0/+3
* x11: clear window only on initial mapwm42014-07-021