summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* input: handle multi-combinations as key sequenceswm42014-04-182-64/+60
* audio: preallocate audio buffers on resizewm42014-04-181-2/+7
* manpage: document loop-file propertywm42014-04-181-0/+3
* player: fix audio EOF check on --no-audiowm42014-04-181-1/+1
* player: add a --loop-file optionwm42014-04-175-0/+20
* player: unrangle one aspect of audio EOF handlingwm42014-04-174-14/+15
* w32_common: use ToUnicode to translate key inputJames Ross-Gowan2014-04-172-50/+184
* audio: add hack against broken pulseaudio EOF conditionwm42014-04-171-1/+16
* audio: explicitly document audio EOF conditionwm42014-04-172-1/+6
* ao_null: add simulated device latency, simulate EOF problemswm42014-04-172-3/+26
* vo_opengl: make spline36 default with --vo=opengl-hqwm42014-04-172-3/+5
* player: add a --dump-stats optionwm42014-04-1711-9/+181
* msg: correct ringbuffer log level comparisonFRAU KOUJIRO2014-04-171-1/+1
* stream_dvdnav: print more debugging infowm42014-04-171-1/+6
* stream_dvd: fix seeking regressionwm42014-04-171-8/+48
* ao: remove redundant get_delay checkwm42014-04-171-4/+0
* wayland: unset input regions for osdAlexander Preisinger2014-04-161-0/+4
* wayland/shm: Use subsurfaces for OSDAlexander Preisinger2014-04-164-29/+133
* af_lavcac3enc: detach on any passthrough format, not just ac3wm42014-04-161-1/+1
* input: deal with playback thread wakeup on windowswm42014-04-151-3/+14
* player: remove audio waitingwm42014-04-151-16/+0
* audio: wake up the core when audio buffer is running low (2)wm42014-04-153-2/+17
* ao_pulse: use ao_need_data()wm42014-04-151-2/+2
* audio: wake up the core when audio buffer is running lowwm42014-04-152-15/+61
* video: remove use of deprecated AVFrame fields on Libavwm42014-04-151-4/+0
* README: mention minimum FFmpeg/Libav versionswm42014-04-151-0/+1
* client API: remove mpv_event_pause_reasonwm42014-04-148-98/+28
* command: add property to indicate when pausing due to --keep-openwm42014-04-145-2/+23
* command: add a property to indicate core pause statewm42014-04-142-2/+16
* vf_vapoursynth: handle destruction more gracefullywm42014-04-141-7/+8
* options: don't allow --no-foo=yeswm42014-04-141-2/+2
* video: change image format names, prefer mostly FFmpeg nameswm42014-04-143-91/+64
* New option --no-ometadata to opt out of including metadata when encoding.Rudolf Polzer2014-04-144-1/+11
* vf_vapoursynth: wipe vapoursynth state completely on reloadingwm42014-04-142-44/+56
* command: vf-metadata: minor fixup of return statusKevin Mitchell2014-04-141-1/+1
* Remove radio://wm42014-04-1310-1192/+3
* Kill all tabswm42014-04-1365-6788/+6788
* af_volume: fix clang -Wsometimes-uninitializedKevin Mitchell2014-04-131-1/+1
* af_lavfi: fix graph parse deprecation warningKevin Mitchell2014-04-131-1/+1
* TOOLS: vf-metadata: lua cropdetect example scriptKevin Mitchell2014-04-131-0/+11
* command: add vf-metadata propertyKevin Mitchell2014-04-132-2/+49
* vf_lavfi: copy AVFrame metadata into vf_lavfi privKevin Mitchell2014-04-134-0/+39
* vf_lavfi: fix ffmpeg deprecation warning for avfilter_graph_parseKevin Mitchell2014-04-131-1/+1
* vf: auto-label video filters if no label is specifiedKevin Mitchell2014-04-131-1/+12
* vf: add vf_control_by_label to send vfctrl to specific filterKevin Mitchell2014-04-132-0/+12
* talloc README: more human readible api referenceKevin Mitchell2014-04-131-1/+1
* mp_tags: move generic mp_tags stuff into its own .c/.h files in common/Kevin Mitchell2014-04-137-65/+99
* player: remove ASX, SMIL and NSC playlist parserswm42014-04-1312-1186/+44
* wayland: don't schedule resize if going fullscreenRicardo Vieira2014-04-131-1/+0
* player: hack to fix --msgmodule --term-osd-barwm42014-04-131-1/+1
* command: add paused-for-cache, total-avsync-change, drop-frame-count propertiesDavid Weber2014-04-132-0/+44
* vf_vapoursynth: print an error if VapourSynth returns an unknown formatwm42014-04-131-0/+1
* vf_vapoursynth: error out early if the file sub-option is not setwm42014-04-131-0/+4
* manpage: vf_vapoursynth: document what happens on seekingwm42014-04-131-0/+8
* manpage: lua: separate "advanced" functions into a separate sectionwm42014-04-121-4/+10
* lua: make it easier to integrate with foreign event loopswm42014-04-122-6/+46
* lua: wrap mpv_get_wakeup_pipe()wm42014-04-122-0/+12
* client API: add mpv_get_wakeup_pipe convenience functionwm42014-04-124-2/+68
* video: add VapourSynth filter bridgewm42014-04-127-1/+554
* options: don't sort sub-option help outputwm42014-04-121-1/+2
* terminal: pretty print modules for --msgmoduleEvan Purkhiser2014-04-121-2/+26
* manpage: fix --vf=scale optionsJames Ross-Gowan2014-04-111-3/+3
* options: sort --list-optionswm42014-04-111-1/+13
* command: remove extended information from --list-propertieswm42014-04-111-19/+4
* client API: include the reason in MPV_EVENT_END_FILEwm42014-04-113-1/+29
* manpage: document how the client API retrieves the complicated propertieswm42014-04-111-0/+82
* lua: add helper function for printing a tablewm42014-04-111-0/+49
* client API: remove outdated commentswm42014-04-111-3/+3
* encode: write 2-pass stats only per-packetwm42014-04-111-1/+2
* encode: add a missing \n to a log callwm42014-04-101-1/+1
* lua: add a minor helper functionwm42014-04-102-0/+17
* client API: improve commentswm42014-04-101-25/+31
* terminal-unix: reject overlong termcap stringswm42014-04-101-0/+3
* joystick: Fix incorrect pointer offset code.reimar2014-04-101-1/+1
* sws_utils: remove custom GBRP conversionwm42014-04-101-48/+0
* stream_dvd, cache: hack seeking with --cache + dvd:// back into workingwm42014-04-093-41/+3
* cache: fix description of the offset fieldwm42014-04-091-1/+3
* cache: change a define to an enumwm42014-04-091-3/+3
* cache: fix checks/output on initializationwm42014-04-091-8/+3
* TOOLS: add script for using mpv with youtube-dlNikoli2014-04-091-0/+23
* stream_file: Check the handle for network streamsJames Ross-Gowan2014-04-091-9/+34
* client: change equality rules for MPV_FORMAT_NONEwm42014-04-091-1/+1
* client: add a commentwm42014-04-091-0/+2
* cache: simplifywm42014-04-091-25/+17
* cache: allow resizing at runtimewm42014-04-094-21/+119
* cache: minor simplificationwm42014-04-091-11/+7
* cache: adjust stream position if necessarywm42014-04-091-1/+6
* cache: no short reads in read_bufferwm42014-04-091-16/+21
* cache: move ringbuffer read into a separate functionwm42014-04-091-17/+32
* cache: fix typo in commentwm42014-04-091-1/+1
* cache: always update cached controls after running a stream controlwm42014-04-091-0/+1
* osc: fix playlist displayChrisK22014-04-091-2/+2
* manpage: --ad-spdif-dtshd=yes works nowwm42014-04-081-1/+2
* vd_lavc: by default, do not show corrupt frameswm42014-04-082-2/+2
* demux: add "BIKb" FourCCVika Apelsinova2014-04-081-0/+1
* client API: avoid redundant property change events if possiblewm42014-04-083-10/+63
* command: property set commands should send property change notificationswm42014-04-081-1/+21
* lua: add API for observing property changeswm42014-04-083-4/+60
* vo_vdpau: add an additional check for timestamp robustnesswm42014-04-081-0/+16
* vo_vdpau: document what WRAP_ADD doeswm42014-04-081-0/+2
* vo_vdpau: simplify previous vsync timestamp calculationwm42014-04-081-9/+8
* vo_vdpau: simplify time management and make it more robustwm42014-04-071-68/+11
* lua: add basic mpv_observe_property supportwm42014-04-061-0/+58
* client API: add a way to notify clients of property changeswm42014-04-065-3/+306
* client API: use a manual ringbufferwm42014-04-061-31/+31
* gl_lcms: properly expand the cache filename being writtenStefano Pigozzi2014-04-051-1/+3
* build: bump libbluray minimum versionStefano Pigozzi2014-04-051-1/+1
* build: add -Wempty-body to compiler flagswm42014-04-042-4/+4
* demux: move metadata-based replaygain decoding out of af_volumeAlessandro Ghedini2014-04-042-80/+87
* af_volume: use replaygain side dataAlessandro Ghedini2014-04-041-7/+19
* af: add replaygain_data field to af_stream and af_instanceAlessandro Ghedini2014-04-045-0/+7
* demux: add replaygain_data field to demuxer_tAlessandro Ghedini2014-04-042-1/+47
* build: check if replaygain side data is availableAlessandro Ghedini2014-04-042-0/+18
* vo_vdpau: more debugging outputwm42014-04-031-4/+20
* remove redundant/outdated line from encodeing.rst:"what works"Kevin Mitchell2014-04-031-1/+0
* lua: give more control over timerswm42014-04-022-14/+47
* lua: add mp.unregister_event() functionwm42014-04-012-0/+31
* DOCS/encoding: make "What does not work yet" a proper RST sectionwm42014-04-011-0/+1
* gl_lcms: fix build when lcms2 is not availableStefano Pigozzi2014-03-311-0/+5
* vo_corevideo: remove unused variableStefano Pigozzi2014-03-311-1/+0
* vo_opengl, cocoa: allow to autoselect a color profileStefano Pigozzi2014-03-318-2/+226
* ass_mp: don't use --subcp for --ass-styleswm42014-03-311-1/+1
* encode_lavc: copy metadata to output fileAlessandro Ghedini2014-03-304-1/+24
* command: allow changing filters before video chain initializationwm42014-03-303-6/+22
* command: change what the metadata property returnswm42014-03-302-11/+29
* command: minor simplificationwm42014-03-301-6/+3
* command: fix access to "metadata/list" propertywm42014-03-301-0/+14
* command: add helper function to split property pathswm42014-03-303-5/+28
* m_property: don't parse empty string as 0wm42014-03-301-1/+2
* osc: make OSC more responsive when pausedChrisK22014-03-301-0/+1
* vf_eq: don't malloc priv structwm42014-03-301-1/+0
* player: add missing "-" to options in workaround notice on A/V desynchronizationSebastian Morr2014-03-301-1/+1
* ao_wasapi: make code shorterwm42014-03-301-65/+36
* stream_bluray: move lookup of AACS error codes into a functionwm42014-03-301-30/+16
* stream_bluray: check AACS and BD+ protectionsxylosper2014-03-301-5/+80
* audio: remove sample rate limit checkswm42014-03-301-7/+1
* player: dvdnav: fix start time when entering and leaving menuwm42014-03-301-0/+4
* Merge remote-tracking branch 'mpv/pr/676'wm42014-03-3012-182/+566
|\
| * player: rename dvdnav to discnavxylosper2014-03-3011-29/+30
| * stream_bluray: cosmetic refactoringxylosper2014-03-301-74/+33
| * stream_bluray: select initial angle only if peeking title succeededxylosper2014-03-301-39/+52
| * stream_bluray: use more proper error code for stream controlxylosper2014-03-301-7/+7
| * stream_bluray: implement navigation interface for Blu-ray streamxylosper2014-03-294-71/+482
* | manpage: remove misleading description for --ontopStefano Pigozzi2014-03-291-2/+1
* | Fix compilation on OSX and win32wm42014-03-292-2/+1
* | video/out: remove legacy colorspace stuffwm42014-03-2913-144/+115
* | mp_image: add missing field to mp_image_params_equals()wm42014-03-281-0/+1
|/
* af_volume: fix replaygainwm42014-03-271-2/+3
* stream_bluray: remove BD_EVENT_IDLEwm42014-03-261-3/+0
* stream_bluray: use bd_get_playlist_info()xylosper2014-03-261-4/+10
* stream_bluray: cache current playback informationsxylosper2014-03-261-20/+34
* stream_bluray: implement event handler for libblurayxylosper2014-03-261-0/+16
* mf: fix operation with --cachewm42014-03-261-0/+1
* player: fix unchecked access for chapter metadatawm42014-03-261-3/+1
* stream_cdda: print cd text header only if there are any cd text fieldswm42014-03-261-2/+6
* stream_cdda: remove unused stuffwm42014-03-265-254/+3
* stream_cdda: fix track time accuracywm42014-03-261-2/+2
* dvdnav: fix minor memory leakwm42014-03-251-0/+1
* dvdnav: check and update video resolution whenever renderingxylosper2014-03-251-14/+25
* dvdnav: make MP_NAV_EVENT_RESET_ALL handled properlyxylosper2014-03-252-31/+40
* dvdnav: prevent reallocation of fake highlight bufferxylosper2014-03-251-0/+2
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valuewm42014-03-254-16/+15
* player: handle chapter range like --start/--endwm42014-03-252-8/+8
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timeswm42014-03-253-4/+4
* player: remove weird separation between no chapters and 0 chapterswm42014-03-252-17/+11
* player: remove demuxer chapoter API wrapperswm42014-03-255-108/+39
* stream: remove old chapter handling codewm42014-03-257-144/+11
* stream_cdda: report track timeswm42014-03-251-27/+8
* vo_opengl: runtime icc profile switchingwm42014-03-242-19/+40
* stream_bluray: fix for significant memory leakxylosper2014-03-241-0/+1
* travis-ci: update Libav releasewm42014-03-242-1/+2
* player: remove confusing argc/argv adjustmentwm42014-03-232-7/+2
* x11_common: fix some problems with window draggingwm42014-03-221-1/+2
* manpage: osc: document some recent additionswm42014-03-201-0/+27
* manpage: clarify what to pass to --hwdec-codecs optionwm42014-03-201-1/+3
* vdpau: remove pointer indirection for a fieldwm42014-03-195-14/+13
* vdpau: fix decoder init return valuewm42014-03-191-3/+3
* x11: implement window dragging by grabbingwm42014-03-182-1/+37
* manpage: mark disc-title as writeablewm42014-03-181-2/+3
* stream_bluray: fix for zero-based title index for Blu-rayxylosper