summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-rayxylosper2014-03-181-7/+11
* command: make 'disc-title' property writablexylosper2014-03-182-3/+16
* changes.rst: add dvd://1 -> dvd://0 changewm42014-03-171-0/+1
* options: fix allowed DVD start titlewm42014-03-171-1/+1
* stream_dvd/stream_dvdnav: make disc-title for DVDs start from 0xylosper2014-03-172-27/+35
* build: only check for Linux fstatfs on LinuxJames Ross-Gowan2014-03-171-0/+1
* osc: add enable/disable message, and map DEL to disabling the OSCwm42014-03-171-0/+14
* lua: rename mp.register_script_command() to mp.register_script_message()wm42014-03-172-18/+18
* command, lua: change script_message semanticswm42014-03-177-17/+54
* vaapi: solve potential problem with ambiguous image formatswm42014-03-171-32/+27
* vaapi: simplifywm42014-03-171-67/+60
* vaapi: make struct va_surface privatewm42014-03-176-90/+78
* vaapi: replace image pool implementation with mp_image_poolwm42014-03-175-241/+152
* mp_image_pool: add features needed for use with hwaccelwm42014-03-172-18/+69
* vdpau: remove legacy pixel formatswm42014-03-176-41/+10
* vdpau: remove unused typewm42014-03-171-6/+0
* video: change image format from unsigned int to int in some placeswm42014-03-176-12/+12
* img_format: AV_PIX_FMT_FLAG_ALPHA is always availablewm42014-03-171-5/+0
* vd_lavc: reinit hwdec on profile changeswm42014-03-172-2/+6
* video: fix FFmpeg or Libav being a special snowflakewm42014-03-161-1/+2
* vd_lavc: remove unused fieldwm42014-03-162-3/+0
* vd_lavc: reduce hardware decoder mid-stream reinitializationswm42014-03-161-1/+6
* manpage: remove author fieldwm42014-03-161-1/+0
* af_lavcac3enc: use new AVFrame APIwm42014-03-161-3/+3
* ao_lavc: set AVFrame.formatwm42014-03-161-0/+1
* encode: use new AVFrame APIwm42014-03-162-10/+6
* image_writer: use new AVFrame APIwm42014-03-161-3/+2
* ad_lavc: use new AVFrame APIwm42014-03-161-2/+4
* vf_delogo: remove internal implementationwm42014-03-162-254/+2
* vf_hqdn3d: remove internal implementationwm42014-03-161-276/+10
* vf_yadif: remove internal implementationwm42014-03-161-467/+3
* vf_unsharp: remove internal implementationwm42014-03-161-176/+3
* vf_gradfun: remove internal implementationwm42014-03-161-339/+5
* build: simplify libavfilter configure checkswm42014-03-169-88/+11
* demux: use av_packet_ref()wm42014-03-161-4/+1
* Remove some more unneeded version checkswm42014-03-166-68/+8
* ad_lavc: remove deprecated downmixing by channel countwm42014-03-161-4/+0
* ao_dsound: remove duplicated codewm42014-03-161-17/+6
* af_lavrresample: remove avresample_set_channel_mapping() fallbackswm42014-03-1610-158/+0
* sub: remove old MPlayer DVD sub decoderwm42014-03-167-950/+0
* vd_lavc: remove compatibility crapwm42014-03-1613-912/+43
* travis-ci: update ffmpeg stable tarballwm42014-03-161-1/+1
* build: drop support for Libav 9wm42014-03-163-12/+11
* vd_lavc: ridiculous workaround for Libav 9 compatibilitywm42014-03-163-1/+23
* demux_libass: change how external ASS subtitles are loadedwm42014-03-157-54/+25
* command: rename dvd- properties to disc-wm42014-03-152-11/+11
* DOCS/coding-style: add another requirement for commit messageswm42014-03-151-0/+3
* options: fix off-by-1 error in option help outputwm42014-03-151-1/+1
* command: prefix DVD title properties with "dvd-"wm42014-03-152-9/+12
* command: add new property 'title'xylosper2014-03-151-0/+20
* stream_dvdnav: implement STREAM_CTRL_GET_NUM_TITLES for dvdnavxylosper2014-03-151-0/+7
* ao: print (estimated) device buffer size on init in verbose modewm42014-03-141-1/+3
* af_volume: don't print missing replaygain tags as errorwm42014-03-141-1/+1
* af_volume: add detach optionwm42014-03-142-0/+10
* af_volume: separate softvol volume control from replaygain levelwm42014-03-141-5/+8
* manpage: af: minor syntax improvementswm42014-03-141-4/+4
* af_volume: remove double-negated suboptionwm42014-03-142-6/+6
* build: fix unicode handling of the version stringRyan Goulden2014-03-141-1/+1
* player/main: Fix Cygwin buildJames Ross-Gowan2014-03-131-12/+8
* command: fix wrong condition & remove redundant stream type checkingxylosper2014-03-131-14/+2
* command: set 'media-title' property for bluray disc with meta-dataxylosper2014-03-136-16/+34
* af_volume: add support for replaygain pre-amp and clipping preventionAlessandro Ghedini2014-03-132-11/+80
* af_volume: add replaygain supportAlessandro Ghedini2014-03-132-0/+28
* af: add metadata field to af_stream and af_instanceAlessandro Ghedini2014-03-135-0/+8
* DOCS/coding-style: add an example and another rulewm42014-03-131-0/+25
* af_lavfi: beat it into working with Libavwm42014-03-133-41/+41
* README: split list of dependencieswm42014-03-121-4/+13
* DOCS/tech-overview: DOCS/OUTDATED-tech/ was deletedwm42014-03-121-3/+1
* DOCS: add coding stylewm42014-03-121-0/+111
* w32_common: prevent MOUSE_BTN0 sticking after dragJames Ross-Gowan2014-03-121-0/+2
* w32_common: capture mouse inputJames Ross-Gowan2014-03-121-0/+5
* build: make check for BSD fstatfs() a bit more strictwm42014-03-121-1/+1
* stream_file: network file system detection for LinuxPhilip Sequeira2014-03-123-0/+34
* build: automagically extract client library versionwm42014-03-121-2/+11
* build: rename --enable-shared switchwm42014-03-112-3/+3
* build: fix version in mpv.pcAlessandro Ghedini2014-03-111-1/+1
* ao_wasapi: Use the character set conversion functions from io.hDiogo Franco (Kovensky)2014-03-112-37/+19
* ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLEDiogo Franco (Kovensky)2014-03-113-34/+89
* ao_wasapi: Implement per-application mixingDiogo Franco (Kovensky)2014-03-113-16/+95
* ao_wasapi: Move non-critical code outside of the event threadDiogo Franco (Kovensky)2014-03-114-271/+203
* ao_wasapi: Split into 2 filesDiogo Franco (Kovensky)2014-03-115-900/+1031
* ao_wasapi: Initial conversion to the new pull modelDiogo Franco (Kovensky)2014-03-111-154/+73
* build: install client.h under mpv/ instead of libmpv/Alessandro Ghedini2014-03-111-1/+1
* libmpv: add pkg-config fileAlessandro Ghedini2014-03-112-0/+23
* options.rst: correct broken URLDiogo Franco2014-03-111-1/+1
* Revert "player: simplify audio reset when seeking"