summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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"wm42014-03-101-10/+15
* video: initialize hw decoder in get_formatwm42014-03-104-46/+42
* vo_opengl: Correct and clarify gl_check_featuresNiklas Haas2014-03-101-11/+24
* vo_opengl: Simplify and clarify color correction codeNiklas Haas2014-03-106-61/+69
* vo_opengl: Use bt709_expand on OSD for :srgbNiklas Haas2014-03-101-1/+1
* ao_sdl: make sure our buffer is always larger than what SDL requestswm42014-03-101-0/+6
* audio: don't downmix when doing digital passthroughwm42014-03-101-1/+2
* audio: make --channels option always force the output layoutwm42014-03-104-18/+17
* m_option: fix handling of empty channel layoutswm42014-03-101-2/+2
* ao_alsa: reduce default buffer sizewm42014-03-101-1/+1
* ao_alsa: fix return value for volume operations with spdifwm42014-03-101-1/+1
* audio/out: reduce amount of audio bufferingwm42014-03-103-5/+19
* ao_alsa: remove unneeded initializationswm42014-03-091-6/+0
* ao_alsa: check ALSA PCM state before pause and resumefoo862014-03-091-5/+9
* ao_wasapi: Use double math for QueryPerformanceCounter correctionDiogo Franco (Kovensky)2014-03-091-2/+2
* ao_rsound: pass correct data type to rsd_set_param()Hans-Kristian Arntzen2014-03-091-2/+2
* build: fix compilation with MinGW-w64Hans-Kristian Arntzen2014-03-091-2/+14
* ao_sdl: use new pull API helperswm42014-03-091-165/+15
* timer: reduce ifdef headsplitting-factorwm42014-03-091-3/+8
* timer: switch to CLOCK_MONOTONICwm42014-03-091-0/+10
* DOCS: fix an external linkwm42014-03-091-3/+3
* mpv.desktop: add video/mp2t mime typewm42014-03-091-1/+1
* audio: don't write audio when pausedwm42014-03-091-0/+5
* audio: remove handling of partially written datawm42014-03-093-21/+1
* audio/out: make draining a separate operationwm42014-03-0921-82/+116
* ao_portaudio: use new pull API helperswm42014-03-091-147/+13
* ao_jack: use new pull API helperswm42014-03-092-199/+16
* audio/out: feed AOs from a separate threadwm42014-03-097-31/+593
* encode: add lockingwm42014-03-094-24/+99
* command: fix osd-height propertywm42014-03-091-1/+1
* ao_null: add option for simulated device speedwm42014-03-092-2/+13
* ao: remove opts fieldwm42014-03-092-2/+0
* audio/out: make ao struct opaquewm42014-03-0926-117/+218
* encode: don't access ao->ptswm42014-03-075-1/+20
* lua: add license headerwm42014-03-071-0/+17
* common: add some helper macroswm42014-03-071-0/+3
* Merge pull request #619 from mpv-player/wasapi/better_timingDiogo Franco2014-03-061-4/+87
|\
| * ao_wasapi: Slightly improve timer accuracyDiogo Franco (Kovensky)2014-03-061-3/+12
| * ao_wasapi: Add device latency to get_delayDiogo Franco (Kovensky)2014-03-061-4/+78
|/
* wayland/shm: fix leak in buffer poolAlexander Preisinger2014-03-061-10/+13
* ao_jack: fix termination on the end of filewm42014-03-051-3/+19
* build: update wafwm42014-03-041-2/+2
* demux_lavf: fix typo in commentwm42014-03-041-1/+1
* sub: use new FFmpeg API to check MicroDVD FPSwm42014-03-044-10/+21
* player: reformat some codewm42014-03-031-22/+14
* player: make separation between user/automatic track selection strongerwm42014-03-033-8/+29
* m_property: allow setting string properties via M_PROPERTY_SET_STRINGwm42014-03-031-2/+1
* command: fix null pointer dereference in idle modewm42014-03-021-2/+2
* player: cheap hack against idle event feedback loopwm42014-03-012-2/+7
* client API: fix playloop thread wakeupwm42014-03-011-0/+9
* vo_opengl: minor simplificationwm42014-03-011-30/+24
* vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache headerNiklas Haas2014-03-011-2/+3
* sd_ass: add a very simple and evil way to override ASS subtitle styleswm42014-03-013-6/+38
* lua: set a proper chunk name for builtin moduleswm42014-03-011-1/+2
* lua: fix add_key_binding()wm42014-03-011-2/+2
* lua: fix format string in luaL_error()wm42014-03-011-1/+1
* client API: fix timeout handlingwm42014-03-011-1/+4
* lua: fix use of renamed functionwm42014-03-011-3/+3
* timer: add utility function to get relative timewm42014-02-282-0/+17
* msg: add --msgtime option to add timestamps to each output messagewm42014-02-283-2/+11
* lua: add option to disable auto-loading of lua scriptswm42014-02-285-1/+11
* config: don't load global config files with --config-dirwm42014-02-281-1/+2
* config: fix --config-dir logic for global config fileswm42014-02-281-1/+1
* manpage: document properties added in previous commitwm42014-02-281-0/+7
* client API: add two properties, 'time-start' and 'seekable'xylosper2014-02-281-0/+21
* client APIs: fix some typosxylosper2014-02-282-2/+2
* audio: add enum name for speaker idxylosper2014-02-281-1/+1
* manpage: lua: fix typowm42014-02-281-1/+1
* manpage: lua: update from previous commitwm42014-02-281-1/+7
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKwm42014-02-284-4/+23
* client API: wait for remaining asynchronous requests before terminatingwm42014-02-281-0/+9
* ao: document some functionswm42014-02-282-3/+35
* DOCS: kill the rest of the old mplayer tech documentationwm42014-02-288-949/+0
* command: use the step size for "add volume" commandswm42014-02-273-18/+4
* command: format volume property as integer for OSDwm42014-02-271-0/+6
* vo_opengl: change gamma suboption to take a valuewm42014-02-273-9/+15
* vo_opengl: Change the default icc-intent to relative colorimetricNiklas Haas2014-02-262-3/+3
* lua: add set_property_native functionwm42014-02-262-5/+144
* lua: mark table values returned by get_property_native with their typewm42014-02-262-1/+22
* m_option: make converting mpv_node to string always failwm42014-02-261-1/+1
* lua: implement mp.get_opt() in Luawm42014-02-262-24/+9
* m_option: fix key/value list string conversionwm42014-02-261