summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demux_lavf: reorganize hackswm42015-02-181-67/+70
* player: allow unsetting --term/osd-playing-msgwm42015-02-181-2/+2
* demux_lavf: set interrupt_callbackwm42015-02-181-0/+11
* input: minor cleanupwm42015-02-182-12/+11
* find_subfiles: Add 'vtt' to subtitle extensionsJaime Marquínez Ferrándiz2015-02-181-1/+1
* input: add MOUSE_ENTER keybinding.torque2015-02-187-3/+21
* demux, matroska: remove demuxer type fieldwm42015-02-174-39/+29
* demux: remove file_contents fieldwm42015-02-174-11/+25
* demux_edl: make independent from MPContextwm42015-02-174-48/+36
* demux_edl: move implementationwm42015-02-174-306/+280
* demux_cue: make independent from MPContextwm42015-02-174-40/+36
* demux_cue: move implementationwm42015-02-174-421/+388
* demux: copy priv pointer toowm42015-02-171-0/+1
* matroska: move timeline code to demux/wm42015-02-173-2/+2
* matroska: make timeline code independent of MPContextwm42015-02-175-115/+122
* player: use a separate context for timeline loader stuffwm42015-02-177-22/+130
* demux: chapters without metadata are allowedwm42015-02-171-2/+3
* player: use a macro to remove an element from an arraywm42015-02-171-6/+1
* player: actually close files when using sub_removewm42015-02-171-13/+38
* DOCS/client-api-changes: mark 0.8.0 releasewm42015-02-171-2/+3
* demux_lavf: hack against hls showing "100%" positionwm42015-02-171-0/+6
* command: add rescan_external_fileswm42015-02-166-4/+46
* command: nicer OSD message when setting audio-devicewm42015-02-161-0/+14
* etc/input.conf: remove a leftoverwm42015-02-161-2/+0
* vo_opengl: glsl: remove trailing \wm42015-02-161-2/+2
* vf_vapoursynth: replace a hack with a newer VS API functionwm42015-02-163-3/+3
* m_config: log options set by the client API toowm42015-02-161-0/+7
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-1610-27/+70
* options: mark some more options as runtime-settablewm42015-02-161-4/+4
* osd: customizable subtitle and OSD positionwm42015-02-164-0/+22
* osd: make it possible to have different subtitle vs. OSD defaultswm42015-02-163-27/+44
* mpv.desktop: Add zh-TW and zh-CN translationsSkyrainfit2015-02-161-1/+6
* osxbundle: config file special case isn't needed anymorewm42015-02-152-6/+0
* player: undeprecate 'config' fileswm42015-02-153-29/+16
* vd_lavc: uninit the hwdec backend after closing the decoderwm42015-02-141-6/+3
* x11: fix uninitialized variable readswm42015-02-141-1/+1
* ao: fix null dereferenceStefano Pigozzi2015-02-141-0/+2
* player: fix audio-device-list updateswm42015-02-143-0/+8
* client API: clarify filename string encodingwm42015-02-141-0/+24
* demux: fix dropped subtitle packets with the new stream switchingwm42015-02-142-3/+4
* cocoa: remove unused functionStefano Pigozzi2015-02-141-7/+0
* ao_coreaudio: add support for hotplug notificationsStefano Pigozzi2015-02-146-27/+111
* x11: add XK_Cancel to the list of special keysMartin Herkt2015-02-143-0/+3
* Fix build on OSX broken by previous commitwm42015-02-131-1/+1
* vf_vapoursynth: add display refresh rate propertyJulian2015-02-134-0/+7
* x11: return a framerate even if no window is mappedwm42015-02-131-8/+11
* player: deprecate 'config' files (use mpv.conf), warn against clasheswm42015-02-132-5/+27
* command: mark get_property as deprecatedwm42015-02-132-3/+6
* x11: make all XF86 special keys mappablewm42015-02-132-1/+13
* ipc: put playback core to sleep while dequeuing commandswm42015-02-131-1/+7
* demux: hack for instant stream switchingwm42015-02-135-4/+92
* demux_mkv: return unique file positions for all packetswm42015-02-131-4/+5
* vo_opengl: fix smoothmotion coefficient calculationStefano Pigozzi2015-02-133-7/+5
* cocoa: fix exiting the command line playerwm42015-02-131-4/+3
* encoding: fixed-vo option was removedwm42015-02-131-1/+0
* player: add a --loop=force modewm42015-02-124-13/+17
* osx: move code to unset input context to the right placewm42015-02-121-4/+4
* osx: move cocoa specific call out of common codewm42015-02-122-8/+2
* player: drop explicit exit() callswm42015-02-122-16/+11
* ao_pulse: listen for hotplug eventswm42015-02-121-7/+41
* audio: add device change notification for hotpluggingwm42015-02-128-33/+151
* ao: set correct client name when listing deviceswm42015-02-121-4/+3
* sd_ass: fix some corner cases in tag strippingwm42015-02-121-5/+14
* Revert "player: make --force-window create the window immediately on start"wm42015-02-121-1/+0
* player: use af_scaletempo when slowing down audio toowm42015-02-122-2/+2
* vf_lavfi: drop useless option from wrapper filterswm42015-02-121-4/+1
* af_rubberband: actually fix deadlockMartin Herkt2015-02-121-1/+1
* af_rubberband: fix filter error deadlockwm42015-02-121-2/+2
* af_rubberband: change defaultsMartin Herkt2015-02-121-9/+6
* af_rubberband: fix breakagewm42015-02-111-1/+3
* video/filters: simplify libavfilter bridgewm42015-02-1113-71/+61
* vf_noise: remove internal implementationwm42015-02-112-243/+8
* af_rubberband: make all librubberband options configurablewm42015-02-112-4/+52
* af_rubberband: attempt to fix audio position calculationwm42015-02-111-4/+17
* af_rubberband: always calculate and set delaywm42015-02-111-12/+11
* af: account for queued frames in audio position calculationwm42015-02-111-0/+2
* af_rubberband: improve EOF handlingwm42015-02-111-5/+11
* dvb_tune: fix invalid syntaxwm42015-02-111-1/+1
* audio: fix pool allocationwm42015-02-111-1/+2
* af_rubberband: pitch correction with librubberbandwm42015-02-117-0/+187
* player: skip audio filter reinit on some types of speed changeswm42015-02-101-1/+11
* af_scaletempo: allow changing speed at runtime without reinitwm42015-02-101-18/+21
* af_scaletempo: drop detaching or skipping init on speed=1wm42015-02-101-7/+5
* manpage: fix af_scaletempo suggested commandswm42015-02-101-3/+3
* manpage: ipc: suggest --idlewm42015-02-091-1/+2
* win32: fix/change application namewm42015-02-092-3/+3
* README: mention some more depswm42015-02-091-0/+2
* README: movie -> mediawm42015-02-081-1/+1
* vo: minor simplificationwm42015-02-071-13/+8
* vo_vdpau: minor simplificationwm42015-02-071-4/+1
* Revert "vo_opengl: disable alpha by default"wm42015-02-062-3/+3
* video: work around libswscale for PNG pixel formatswm42015-02-064-5/+45
* stream: get rid of remaining uses of the end_pos fieldwm42015-02-067-26/+25
* stream: minor cleanupswm42015-02-064-88/+64
* stream: slightly improve reconnect behaviorwm42015-02-062-18/+29
* stream_lavf: fix build with Libavwm42015-02-061-2/+5
* options: add --network-timeoutwm42015-02-064-0/+11
* options: change --msg-level optionwm42015-02-067-93/+89
* options: allow ":" as separator in key-value listswm42015-02-061-1/+1
* tl_matroska: only check the chapter count when adding chaptersBen Boeckel2015-02-061-3/+3
* tl_matroska: squeeze down the number of parametersBen Boeckel2015-02-061-62/+77
* vo_opengl: add support for linear scaling without CMSNiklas Haas2015-02-064-23/+41
* vo_opengl: get rid of unused field approx_gammaNiklas Haas2015-02-061-1/+0
* player: do not autoload audio with audio files, enable autoloadingwm42015-02-053-4/+16
* manpage: move out the MPlayer comparison pagewm42015-02-052-440/+453
* demux_mkv: remove the realmedia fieldwm42015-02-051-25/+21
* demux_mkv: reindent, cosmeticswm42015-02-051-97/+79
* demux_mkv: simplify realaudio handlingwm42015-02-051-30/+17
* demux_mkv: remove realvideo-specific aspect ratio handlingwm42015-02-051-17/+5
* demux_mkv: use libavcodec parser for realvideowm42015-02-051-68/+4
* demux_mkv: retrieve timestamps from libavcodec parserwm42015-02-051-3/+16
* demux_mkv: refactor packet parsingwm42015-02-053-86/+115
* build: add option to generate a clang compilation databaseStefano Pigozzi2015-02-052-0/+75
* vo_vdpau: remove unneeded codewm42015-02-041-4/+0
* vo_opengl: redraw when pausing while showing an interpolated framewm42015-02-043-1/+18
* options: allow things like --geometry=x50wm42015-02-041-2/+3
* matroska: warn against mismatching segmentswm42015-02-041-0/+49
* player: move timeline specific handling to timeline loaderswm42015-02-044-14/+14
* manpage: document hook APIwm42015-02-042-14/+64
* command: add on_unload hookwm42015-02-042-0/+14
* stream_cdda: fix bugs in chapter time retrievalwm42015-02-041-2/+2
* demux_raw: output smaller audio packetswm42015-02-041-1/+1
* osdep/subprocess-posix: remove __GLIBC__ guardKevin Mitchell2015-02-031-3/+2
* player: make --force-window create the window immediately on startwm42015-02-031-0/+1
* player: remove --fixed-vowm42015-02-036-12/+5
* options: allow more options to be changed at runtimewm42015-02-031-9/+9
* cocoa: improve refresh rate fallback codeStefano Pigozzi2015-02-031-9/+14
* cocoa: automatically fetch display-fps from the monitorStefano Pigozzi2015-02-032-2/+28
* vo_opengl: disable alpha by defaultwm42015-02-032-3/+3
* demux_disc: fix CDDA seekabilitywm42015-02-031-6/+13
* vo_opengl: avoid unnecessary shader reinit on fullscreen togglewm42015-02-031-2/+4
* vo_opengl: change initialization of gamma optionwm42015-02-033-22/+42
* csputils, vo_opengl: remove per-component gammawm42015-02-034-15/+7
* csputils: remove some unused functions, make some privatewm42015-02-032-69/+4
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-036-34/+55
* options: fix parsing for options/af and options/vfwm42015-02-031-1/+4
* vo_opengl: change upper bound of :gamma to 2.0Niklas Haas2015-02-032-2/+2
* manpage: add recommended values to :gamma suboptionNiklas Haas2015-02-031-4/+12
* vo_opengl: always clamp the video to range 0-1Niklas Haas2015-02-031-5/+4
* ao_coreaudio: fix small memory leakStefano Pigozzi2015-02-031-0/+4
* ao_coreaudio: use device UID instead of ID for selectionStefano Pigozzi2015-02-034-19/+46
* command: add property returning detected audio deviceStefano Pigozzi2015-02-036-1/+26
* win32: don't resize when window is minimizedwm42015-02-021-5/+6
* command: add property returning detected hwdec APIwm42015-02-028-15/+59
* player: add external audio file auto-loadingwm42015-02-026-84/+134
* options: slightly improve help output for choice and flag optionswm42015-02-021-9/+12
* command: add properties returning the current VO and AO driverwm42015-02-022-2/+24
* client API: add mpv_wait_async_requests()wm42015-02-024-9/+29
* command: add dummy get implementation for tv-channel propertywm42015-02-022-0/+3
* vo_opengl: fix breakage with rotated video on initial displaywm42015-02-021-11/+11
* osxbundle: don't try to package PythonStefano Pigozzi2015-02-021-0/+1
* build: disable pdf build by defaultwm42015-02-021-0/+1
* demux_mkv: use unique IDs for cover art pseudo-trackswm42015-02-011-0/+1
* player: dump audio jitter to stats filewm42015-02-011-4/+5
* TOOLS/stats-conv: change unit of X-axis to secondswm42015-02-011-3/+5
* command: send additional property change events in-between loadingwm42015-02-013-0/+3
* command: improve observability of some audio propertieswm42015-02-011-1/+2
* build: fix v4l2 support on NetBSDwm42015-01-311-5/+12
* player: don't treat audio playback restart while paused specialwm42015-01-301-4/+1
* player: minor simplification in A/V-sync related codewm42015-01-302-10/+6
* Revert "player: allow seeking audio between video frames"wm42015-01-301-9/+1
* ao_null: add emulation for certain broken behaviorwm42015-01-302-1/+15
* player: print desync message on negative A/V-sync toowm42015-01-301-1/+1
* player: rearrange some A/V-sync related codewm42015-01-301-6/+5
* player: use correct type for some relative timeswm42015-01-301-3/+3
* av_common: add comment about using now-deprecated libavcodec fieldwm42015-01-301-1/+2
* vo_opengl: use triangle strip for videowm42015-01-302-52/+29
* README: mention that youtube-dl integration requires Luawm42015-01-301-1/+1
* vo_opengl: don't unnecessarily call glDebugMessageCallback()wm42015-01-301-1/+2
* vo_opengl: fix a castwm42015-01-291-1/+1
* command: change sub-visibility OSD messagewm42015-01-291-1/+2
* vf_vapoursynth: load Lua stdlib in Lua modewm42015-01-291-0/+1
* vo_opengl: let hwdec driver report the exact image formatwm42015-01-295-24/+31
* vo_opengl: move remaining OSD rendering parts to gl_osd.cwm42015-01-293-136/+156
* vo_opengl: split out a helper for drawing primitiveswm42015-01-293-16/+29
* vo_opengl: some minor cleanupswm42015-01-293-99/+74
* vo_opengl: force redraw on command line changeswm42015-01-291-0/+1
* vo_opengl: move FBO helper to gl_utilswm42015-01-293-118/+122
* vo_opengl: fix shader issue with Intel driverswm42015-01-291-2/+2
* player: move more code out of central playloop functionwm42015-01-291-58/+73
* player: remove redundant variablewm42015-01-295-12/+9
* vo_opengl: create abstraction for VAOswm42015-01-283-62/+124
* vo_opengl: remove some unused functionswm4