summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.6.2v0.6.2release/0.6Alessandro Ghedini2014-10-242-1/+25
* player: fix exiting if both audio and video fail initializingwm42014-10-234-6/+22
* sub: adjustments to --ass-style-override optionwm42014-10-183-5/+9
* audio: don't go to sleep after audio reinitwm42014-10-181-0/+1
* terminal: recognize ^hwm42014-10-181-0/+1
* player: quote %-starting stringsshdown2014-10-181-0/+2
* common: fix \x-style escapingshdown2014-10-181-1/+1
* manpage: fix reference to a defunct optionshdown2014-10-181-2/+2
* player: fix crash on early audio uninitwm42014-10-161-2/+2
* player: fix --frameswm42014-10-152-2/+4
* player: signal EOF when using --frameswm42014-10-152-2/+2
* demux_mkv: fix undefined behaviorwm42014-10-151-1/+1
* Release 0.6.1v0.6.1Alessandro Ghedini2014-10-122-1/+35
* af_lavcac3enc: fix byte orderwm42014-10-121-2/+2
* gl_x11: distinguish missing GLX and too old GLX versionswm42014-10-121-3/+5
* command: don't display non-sense if volume is unavailablewm42014-10-121-1/+1
* build: install input config files into doc dirwm42014-10-121-0/+5
* etc/mplayer-input.conf: fix off by one errorwm42014-10-111-1/+1
* player: don't mess up cursor visibility statewm42014-10-111-1/+1
* audio/out/push: make draining slightly more robustwm42014-10-111-1/+1
* audio/out/push: fix EOF heuristicwm42014-10-112-23/+14
* video: try harder to decode cover art picture only oncewm42014-10-111-2/+7
* vf_lavfi: fix compilation failurewm42014-10-111-1/+0
* demux_lavf: blacklist jpeg fileswm42014-10-111-0/+1
* ao_pulse: don't use pa_format_info_to_sample_spec()wm42014-10-111-9/+4
* audio/out/push: fix some AOs freezing on exitwm42014-10-111-1/+1
* etc: add an input config file that reverts recent key binding changeswm42014-10-111-0/+31
* audio/out/push: make draining more robustwm42014-10-111-20/+15
* audio/out/push: limit fallback sleep time to reasonable limitswm42014-10-111-2/+4
* ao_pulse: change suspend circumvention logicwm42014-10-111-0/+5
* vf_stereo3d: fix "auto" input format with libavAlessandro Ghedini2014-10-111-1/+1
* manpage: improve consistency with new ~/.config/mpv defaultKevin Mitchell2014-10-114-27/+32
* player: properly wakeup when delaying OSDwm42014-10-111-1/+3
* video: return responsibility of video redraw back to playloopwm42014-10-113-4/+22
* man: replaced : with , in broken --lua-opts osc exampleStephen Caraher2014-10-111-1/+1
* command: don't show message on "osd" command by defaultwm42014-10-111-3/+2
* manpage: remove non-existing ratio-pos propertywm42014-10-111-3/+0
* x11: fix --wid=0wm42014-10-111-0/+1
* manpage: redocument audio delay key bindingswm42014-10-111-0/+3
* player: don't print audio/video init failure message twicewm42014-10-112-3/+4
* vo_vdpau: don't try to create surfaces of size 0wm42014-10-112-11/+11
* demux_disc: bluray: fix stream language (2)wm42014-10-111-0/+1
* Release 0.6.0v0.6.0Alessandro Ghedini2014-09-303-0/+70
* man: fix to->too typoKevin Mitchell2014-09-301-1/+1
* audio: remove --audiodropwm42014-09-305-24/+0
* w32_common: quit event loop on destroyJames Ross-Gowan2014-09-301-6/+11
* vd_lavc: fix a small memory leak on init errorwm42014-09-292-8/+5
* x11: always wait for mapped when using --widwm42014-09-291-2/+3
* demux_disc: export BD/DVD audio languagewm42014-09-291-0/+1
* stream: don't drop buffers on failed seekswm42014-09-291-6/+2
* cache_file: refuse to cache unseekable streamswm42014-09-291-0/+5
* demux_lavf: bluray: don't skip stream data when flushingwm42014-09-291-3/+4
* demux_disc: bluray: potentially fix some aspects of seekingwm42014-09-292-1/+7
* mpv.desktop: add more ogg-related mime typesAlessandro Ghedini2014-09-291-1/+1
* lua: add mpv/lua directories to the lua pathOtto Modinos2014-09-282-3/+33
* DOCS/client_api_examples: qtexample: remove broken resizingwm42014-09-281-8/+6
* client API, X11: change default keyboard input handling againwm42014-09-289-13/+49
* Fix build with libavfilter disabledwm42014-09-281-1/+1
* stream_bluray: autodetect AVCHD directorieswm42014-09-271-3/+4
* video: change automatic rotation and 3D filter insertionwm42014-09-273-17/+114
* vf_lavfi: make chaining from other filters more flexiblewm42014-09-273-26/+45
* input: copy options automaticallywm42014-09-271-36/+29
* input: separate creation and loading of configwm42014-09-273-15/+25
* stream: change malloc+memset to callocBruno George Moraes2014-09-273-8/+2
* audio/out/push: clean up properly on init errorwm42014-09-271-9/+16
* audio/out: check device buffer size for push.c onlywm42014-09-272-7/+5
* audio/out: disable ao_sndio by defaultwm42014-09-262-4/+5
* audio/out: fail init on unknown audio bufferwm42014-09-261-0/+7
* ao_sndio: print a warning when draining audiowm42014-09-261-7/+14
* ao_sndio: update buffer status on get_delaywm42014-09-261-9/+15
* ao_sndio: change p->delay to sampleswm42014-09-261-7/+5
* ao_sndio: set non-blocking flagwm42014-09-261-1/+1
* ao_sndio: fix some incorrect commentswm42014-09-261-2/+2
* old-configure: minor improvementswm42014-09-261-5/+4
* build: add -Wno-format-zero-lengthwm42014-09-264-3/+6
* demux_mkv: don't use default_duration for parsed packetswm42014-09-261-4/+6
* stream_bluray: allow opening BDMV directories directlywm42014-09-262-0/+88
* stream_dvdnav: allow opening DVD directories directlywm42014-09-262-0/+54
* stream_dvd: better .ifo probingwm42014-09-255-21/+66
* player: do not wrongly clear OSD bar stops, reindentwm42014-09-251-30/+30
* 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