summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cocoa: only call resize for view changing frameStefano Pigozzi2014-10-042-5/+2
* cocoa: remove pointless drawRectStefano Pigozzi2014-10-041-7/+0
* cocoa: make fullscreening look like an atomic operationStefano Pigozzi2014-10-041-0/+16
* cocoa: make resizing wake the vo threadStefano Pigozzi2014-10-041-0/+1
* cocoa: remove dead codeStefano Pigozzi2014-10-042-19/+0
* vf_stereo3d: fix "auto" input format with libavAlessandro Ghedini2014-10-041-1/+1
* manpage: refactor MPlayer -> mpv changes sectionAlessandro Ghedini2014-10-041-90/+137
* x11: stupid workaround for XMonadwm42014-10-043-7/+21
* ad_lavc: avoid warning messages on older FFmpeg or Libavwm42014-10-041-0/+2
* cocoa: move to a simpler threading modelStefano Pigozzi2014-10-047-114/+37
* build: fix examples target pathsStefano Pigozzi2014-10-041-3/+3
* build: allow to compile the cocoabasic.m exampleStefano Pigozzi2014-10-041-3/+9
* manpage: improve consistency with new ~/.config/mpv defaultKevin Mitchell2014-10-044-27/+32
* player: move some libass setup code to sub.cwm42014-10-034-96/+100
* player: properly wakeup when delaying OSDwm42014-10-031-1/+3
* video: return responsibility of video redraw back to playloopwm42014-10-033-4/+22
* player: remove central uninit_player() function and flags messwm42014-10-039-227/+184
* ao_pulse: refuse to start suspendedwm42014-10-031-1/+1
* audio: skip samples and adjust timestamps ourselveswm42014-10-033-2/+34
* man: replaced : with , in broken --lua-opts osc exampleStephen Caraher2014-10-031-1/+1
* command: don't show message on "osd" command by defaultwm42014-10-031-3/+2
* command: allow passing memory addresses to overlay_addwm42014-10-032-0/+16
* command: restructure overlay_add codewm42014-10-031-46/+63
* manpage: remove non-existing ratio-pos propertywm42014-10-021-3/+0
* x11: fix --wid=0wm42014-10-021-0/+1
* manpage: redocument audio delay key bindingswm42014-10-021-0/+3
* player: don't print audio/video init failure message twicewm42014-10-022-3/+4
* audio: enable pitch correction by default when playing fastwm42014-10-024-2/+49
* audio/filter: allow removing filters by labelwm42014-10-022-1/+33
* command: move setting playback speed to a separate functionwm42014-10-023-10/+19
* audio: refactor some aspects of filter chain setupwm42014-10-025-104/+56
* audio/filter: don't wipe full filter chain if adding a filter failswm42014-10-021-2/+5
* sub: round scaled subtitleswm42014-10-021-4/+4
* vo_vdpau: don't try to create surfaces of size 0wm42014-10-012-11/+11
* demux_disc: bluray: fix stream language (2)wm42014-09-301-0/+1
* 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-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
*