summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* player: simplify OSD message handling codewm42014-09-252-103/+60
* player: move code to make playloop smallerwm42014-09-252-9/+9
* player: rate-limit OSD text updatewm42014-09-254-10/+18
* player: fix OSD redraw heuristic with audio-only modewm42014-09-251-1/+1
* sub: approximate subtitle display in no-video modewm42014-09-251-0/+3
* Remove mpbswap.hwm42014-09-255-39/+5
* stream_cdda, demux_raw: always use s16lewm42014-09-252-9/+1
* osc: update cache displayChrisK22014-09-251-3/+14
* demux_mkv: get rid of MS structswm42014-09-253-119/+39
* audio: remove WAVEFORMATEX from internal demuxer APIwm42014-09-255-98/+88
* video: remove BITMAPINFOHEADER from internal demuxer APIwm42014-09-253-25/+18
* audio: confine demux_mkv audio PCM hackwm42014-09-242-56/+28
* audio: decouple demux and audio decoder/filter sample formatswm42014-09-247-85/+66
* ao_sndio: fix U24 bit widthwm42014-09-241-1/+1
* TOOLS/umpv: drop unnecessary checkwm42014-09-241-2/+0
* TOOLS/umpv: use python octal notationshdown2014-09-241-1/+1
* TOOLS/mpv_identify.sh: remove pointless escapeshdown2014-09-241-1/+1
* TOOLS/idet.sh: add descriptionshdown2014-09-241-0/+3
* TOOLS/idet.sh: remove unused and duplicated assignmentsshdown2014-09-241-2/+0
* player: change --keep-open semanticswm42014-09-242-2/+11
* player: show correct playback time with --keep-open --no-videowm42014-09-241-1/+2
* player: --loop-file takes precedence before --keep-openwm42014-09-241-2/+2
* ao_oss: improve format negotiation, and hopefully fix pass-throughwm42014-09-241-45/+45
* ao_coreaudio: fix build failurewm42014-09-241-1/+1
* ao_oss: unbreakwm42014-09-231-2/+2
* ao_pulse: digital pass-throughwm42014-09-231-20/+46
* ao_pulse: correctly wait for stream statewm42014-09-231-1/+8
* ao_pulse: use pa_stream_new_extended()wm42014-09-231-3/+8
* audio: cleanup spdif format definitionswm42014-09-2314-94/+95
* ao_wasapi: fix fragile format-mapping codewm42014-09-231-28/+19
* audio: drop swapped-endian audio formatswm42014-09-2325-370/+258
* audio: remove swapped-endian spdif formatswm42014-09-237-37/+29
* vf_vapoursynth: make it possible to get filter output incrementallywm42014-09-231-27/+77
* player: allow passing number of loops to --loop-filewm42014-09-223-6/+14
* audio: prefer libavcodec over libmpg123wm42014-09-221-1/+1
* command: no space before "%" in volume default OSD messagewm42014-09-221-1/+1
* video: filter new frames at a better time (2)wm42014-09-221-7/+9
* osd: fix --term-osd=nowm42014-09-221-1/+1
* command: improve "osd" commandwm42014-09-222-10/+9
* command: use show_property_osd() sub_stepwm42014-09-221-2/+1
* command: when changing a property, always show it on OSDwm42014-09-211-1/+4
* command: simplify OSD property display codewm42014-09-213-54/+42
* command: allow changing some OSD-related options even with no VOwm42014-09-211-2/+0
* command: remove unneeded ifdefswm42014-09-211-4/+4
* command: always show OSD message when changing volume etc.wm42014-09-211-15/+3
* options: remove --volstepwm42014-09-216-20/+14
* TOOLS: idet: remove extra '$' in $(()) expansionBen Boeckel2014-09-211-4/+4
* manpage: clarify vf_pp docswm42014-09-211-8/+14
* video: fix redrawing when pausing after framedropwm42014-09-211-1/+1
* video: fix some vo_direct3d crashes due to FFmpeg nonsensewm42014-09-211-1/+2
* TOOLS/umpv: make URL detection consistent with mpv methodshdown2014-09-201-6/+4
* TOOLS/umpv: print error message to stderrshdown2014-09-201-1/+2
* TOOLS/umpv: use MPV environment variable, not UMPV_OPTIONSshdown2014-09-201-10/+8
* vo_vdpau: better integration with the generic framedrop codewm42014-09-205-19/+31
* vo_vdpau: fix confusion around vsync_intervalwm42014-09-201-10/+9
* input: explain why we use semaphoreswm42014-09-201-3/+6
* osdep: hack to fix build with low quality pthreads-w32 headerswm42014-09-201-0/+1
* mixer: always restore volume (even with pulse), don't unmutewm42014-09-201-6/+8
* manpage: document terminal status line componentswm42014-09-201-0/+45
* player: rename "Late:" field to "SD:"wm42014-09-201-1/+1
* video: actually count decoder-dropped frameswm42014-09-201-4/+7
* video: improve decoder-based framedropping modewm42014-09-201-6/+5
* player: make code more obviouswm42014-09-201-2/+2
* player: use backwards flag for seeking external trackswm42014-09-201-1/+1
* player: reset last_av_difference if not applicablewm42014-09-202-0/+2
* af_hrtf: initialize coefficient arrayswm42014-09-191-0/+25
* input: add locking for repeat infoAlexander Preisinger2014-09-191-0/+3
* build: update minimum wayland versionAlexander Preisinger2014-09-192-3/+3
* wayland: use reported rete and delayAlexander Preisinger2014-09-191-2/+27
* input: add function for setting repeat infoAlexander Preisinger2014-09-192-0/+8
* vf_lavfi: fetch output frames incrementallywm42014-09-181-22/+24
* video/filter: allow better dataflowwm42014-09-182-2/+20
* video: separate calling decoder/filterwm42014-09-181-14/+22
* video: check whether there are enough frames after filteringwm42014-09-181-6/+11
* video: filter new frames at a better timewm42014-09-181-24/+24
* player: allow overriding OSD message for all OSD levelswm42014-09-184-17/+54
* command: allow using ASS tags on OSD messageswm42014-09-185-4/+48
* command: add osd-sym-cc propertywm42014-09-184-11/+27
* TOOLS/idet.sh: Handle the case of multiple Parsed_idet_0: output lines.Rudolf Polzer2014-09-171-14/+23
* ao_oss: prevent hang when unpausing after device was lostwm42014-09-171-0/+3
* ao_oss: move code aroundwm42014-09-171-26/+27
* TOOLS: eliminate echoes with variable substitutionsshdown2014-09-172-16/+18
* TOOLS/mpv_identify.sh: simplify line-by-line readingshdown2014-09-161-18/+6
* video: wake up core as soon as possiblewm42014-09-161-0/+1
* options: change --volstep to 2wm42014-09-162-2/+2
* player: don't let multiline filenames set options on resumewm42014-09-161-4/+7
* demux: gracefully handle packet allocation failureswm42014-09-167-27/+58
* TOOLS/mpv_identify.sh: mark as executablewm42014-09-161-0/+0
* options.lua: call msg.debug after resolving 'identifier'Otto Modinos2014-09-161-2/+1
* command: avoid a double -> int castBen Boeckel2014-09-161-1/+1
* TOOLS: idet: use quotes for the verdict valueBen Boeckel2014-09-161-8/+8
* TOOLS: shellcheck: quote variable expansionsBen Boeckel2014-09-163-23/+23
* TOOLS: shellcheck: remove '$' on variables in $(()) expansionBen Boeckel2014-09-162-9/+9
* TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd)Ben Boeckel2014-09-162-2/+2
* TOOLS: idet: remove unused codeBen Boeckel2014-09-161-9/+0
* vo_wayland: remove unnecessary checkAlexander Preisinger2014-09-161-19/+10
* wayland/buffer: use buffer macros consistentlyAlexander Preisinger2014-09-161-3/+3
* manpage: fix typo in input.rstAleksey Andreev2014-09-151-1/+1
* input.conf: map ESC to exiting fullscreenwm42014-09-152-2/+5
* af_lavrresample: fix crash with size 0wm42014-09-151-2/+3
* ao_oss: don't break playback when device can't be reopenedwm42014-09-151-23/+42
* ao_oss: audio_buf_info isn't statewm42014-09-151-11/+11
* ao_oss: remove duplicate audio device open codewm42014-09-151-104/+108
* ao_oss: assume audio format reinit is not needed with SNDCTL_DSP_RESETwm42014-09-151-3/+2
* ao_oss: don't use SNDCTL_DSP_RESET when pausing on NetBSDwm42014-09-151-5/+10
* ao_oss: fix incorrect comments using bytes instead of sampleswm42014-09-151-3/+3
* x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for mapwm42014-09-152-3/+18
* DOCS/client_api_examples: qtexample: resize to video sizewm42014-09-151-0/+21
* manpage: clarify description of dwidth/dheightwm42014-09-151-2/+6
* img_convert: sanitizer: avoid invalid left-shiftsBen Boeckel2014-09-141-4/+4
* sanitizer: avoid divide-by-zero instancesBen Boeckel2014-09-143-8/+10
* input: use libwaio for pipe input on Windowswm42014-09-1410-149/+199
* x11: remove unused functionwm42014-09-142-9/+1
* player: shorten skip heuristic for playlist_prev to 1 secondwm42014-09-141-2/+2
* input: fix nested commandswm42014-09-131-1/+1
* stream: fix build with emulated atomicswm42014-09-131-3/+3
* client API: use playback abort mechanismwm42014-09-131-0/+5
* input: distinguish playlist navigation and quit commands for abortwm42014-09-133-28/+37
* stream: redo playback abort handlingwm42014-09-1313-47/+86
* input: "quit_watch_later" and "stop" are abort commandswm42014-09-132-2/+10
* TOOLS/zsh.pl: complete options that take file namesPhilip Sequeira2014-09-131-0/+7
* options: add M_OPT_FILE flag to mark options that want a file(list)Alessandro Ghedini2014-09-133-15/+20
* m_config: fix theoretic undefined behaviorwm42014-09-131-4/+7
* player: fix idle mode event handlingwm42014-09-131-8/+9
* input: don't autorepeat cycle_values commandwm42014-09-131-1/+1
* input: simplifywm42014-09-131-45/+29
* input: fix autorepeatwm42014-09-131-2/+3
* manpage: document shift+pgup/pgdwn bindingswm42014-09-131-0/+4
* ao_oss: fix audio device leak on errorwm42014-09-111-21/+25
* ao_oss: use poll(), drop --disable-audio-select supportwm42014-09-113-40/+17
* ao_pulse: dump library version etc.wm42014-09-101-0/+6
* old-build: fix build with waylandwm42014-09-101-1/+4
* wayland_common: fix changing videos when fullscreenAlexander Preisinger2014-09-102-15/+3
* vo_wayland: pixel perfect buffersAlexander Preisinger2014-09-106-342/+502
* osdep/semaphore_osx.c: Include osdep/semaphore.h before #ifdefDiogo Franco (Kovensky)2014-09-101-3/+2
* build: fix everythingwm42014-09-101-1/+1
* osdep: fix windows buildwm42014-09-101-1/+2
* input: remove central select() callwm42014-09-106-421/+37
* osdep: add POSIX semaphore emulation for OSXwm42014-09-104-1/+181
* input: remove useless joystick.h/lirc.h include fileswm42014-09-106-67/+6
* input: use an input thread for joystickwm42014-09-103-17/+51
* input: use an input thread for lircwm42014-09-103-17/+47
* input: add convenience function for running input sources in threadswm42014-09-102-1/+91
* input: make some fields internalwm42014-09-102-13/+19
* terminal-unix: don't read from stdin if it's not a terminalwm42014-09-101-1/+1
* terminal-unix: move to threadwm42014-09-106-63/+74
* terminal-win: minor simplificationwm42014-09-101-2/+2
* win32: don't request window size larger than the screenwm42014-09-101-3/+34
* player: reset some VO state when video is terminatedwm42014-09-091-0/+3
* player: deal with some corner cases with playlist navigationwm42014-09-094-19/+39
* player: normalize playlist entries on addwm42014-09-092-5/+2
* input: fix missed wakeups, simplifywm42014-09-091-26/+10
* ao_pulse: fix typo in error messagewm42014-09-081-1/+1
* input: fix use after free with legacy commandswm42014-09-081-7/+11
* input: fix exiting with signalswm42014-09-081-2/+2
* stream: change cache return valueswm42014-09-072-7/+7
* player: some more input refactoringwm42014-09-076-73/+42
* win32: copy event flags after running VOCTRLswm42014-09-071-5/+2
* lua: synchronously wait until scripts are loadedwm42014-09-064-5/+49
* player: minor refactoringwm42014-09-062-22/+31
* audio/out: fix active waiting during pause againwm42014-09-061-1/+2
* vo_corevideo: remove this VOStefano Pigozzi2014-09-066-594/+4
* stream_lavf: assume icy title data is terminated with ';'wm42014-09-061-1/+1
* audio: fix initial sync with huge AO bufferwm42014-09-061-1/+1
* audio/out/push: redo audio waitingwm42014-09-061-45/+37
* audio/out: always round get_space on period sizewm42014-09-064-4/+6
* ao_sndio: fix a commentwm42014-09-061-2/+2
* ao_pcm: minor simplificationwm42014-09-061-1/+1
* ao_oss: minor simplificationwm42014-09-061-3/+1
* mplayer-input.conf: fix broken bindingwm42014-09-061-1/+1
* audio/out: remove old thingswm42014-09-0611-31/+27
* sub: fix possible deadlock with --no-sub-ass and similarwm42014-09-062-6/+3
* audio/out: make EOF handling properly event-basedwm42014-09-054-6/+52
* vo_sdl: fix typowm42014-09-051-1/+1
* af_hrtf: request required samplerate, instead of erroring outwm42014-09-051-8/+1
* af_hrtf: cosmetics: reindent misaligned code blockwm42014-09-051-8/