summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* command: format_bitrate: fix conversion to kbits and mbitsMarcoen Hirschberg2014-06-021-2/+2
* osc: keep track of the "fullscreen" state when it changesMarcoen Hirschberg2014-06-021-3/+6
* wayland: remove stub for unimplemented functionwm42014-06-021-15/+0
* osd/libass: use BorderStyle=4 for backgroundwm42014-06-011-0/+11
* player: write file name to the watch later config fileAlessandro Ghedini2014-06-014-0/+13
* audio: prefer dsound over wasapiwm42014-06-011-3/+3
* demux_lavf: support new rotation metadata APIwm42014-06-013-1/+23
* command: improve video-bitrate propertyAndrey Morozov2014-06-012-1/+7
* vo: correctly initialize parameters in corner caseswm42014-06-011-1/+4
* m_option: use isfinite() instead of isnormal()wm42014-06-011-1/+1
* stream: remove VCD supportwm42014-06-0112-1013/+0
* client API: report success status when running commandswm42014-06-014-35/+52
* command: property notification when changing af/vfwm42014-06-011-0/+1
* command: add const to mp_notify_propertywm42014-06-012-2/+2
* player: hide audio/video codec and file format messageswm42014-05-313-7/+5
* gl_common: remove dlsym() fallbackwm42014-05-311-21/+1
* gl_wayland: remove probably unneeded workaroundwm42014-05-311-2/+0
* gl_x11: remove workaround for PPC OSX 10.4wm42014-05-311-7/+0
* gl_x11: always require some GLX API functions, avoid dlsym()wm42014-05-314-20/+9
* ao_alsa: make device the first sub optionwm42014-05-312-4/+4
* audio/out/push: keep some extra bufferwm42014-05-311-6/+4
* ao_alsa: reduce spurious wakeupswm42014-05-302-10/+18
* tv: remove sysinfo() usagewm42014-05-303-18/+0
* audio/out/push: handle draining correctlywm42014-05-301-7/+22
* audio: change handling of an EOF corner casewm42014-05-302-12/+10
* ao_alsa: use poll() to wait for devicewm42014-05-301-0/+30
* audio/out/push: add a way to wait for the audio device with poll()wm42014-05-302-3/+68
* input: separate wakeup pipe creation into a separate functionwm42014-05-303-13/+28
* audio/out/push: add mechanism for event-based waitingwm42014-05-303-76/+143
* audio/out: adjust documentation commentswm42014-05-301-11/+19
* ring: use a different type for read/write pointerswm42014-05-301-3/+3
* build: disable PortAudio by defaultwm42014-05-291-0/+1
* audio/out/pull: remove race conditionswm42014-05-296-57/+68
* ring: implement drain in terms of readwm42014-05-291-12/+9
* atomics: some corrections to __sync builtins usagewm42014-05-281-3/+3
* Fix gcc 4.7 warning about shadowing talloc_parent in mp_dispact_queuePaweł Forysiuk2014-05-281-2/+2
* ad_lavc: don't overwrite lavc bitrateMarcoen Hirschberg2014-05-281-2/+3
* vd_lavc: set video bitrate if availableMarcoen Hirschberg2014-05-281-0/+5
* ao_wasapi: simplify nAvgBytesPerSec calculationMarcoen Hirschberg2014-05-281-4/+3
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateMarcoen Hirschberg2014-05-2813-22/+28
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-2810-19/+19
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-289-21/+24
* vaapi: fix destruction with --hwdec=haapi-copywm42014-05-281-2/+6
* video: warn if an emulated hwdec API is usedwm42014-05-2811-4/+48
* vo_vaapi: cleanup error handling on initwm42014-05-282-4/+10
* osc: correct calculation of slider positionChrisK22014-05-281-1/+1
* osc: extend hitbox of seekbars to include gapChrisK22014-05-271-1/+1
* stream: unbreak writeable streamswm42014-05-271-2/+2
* video: better handling for (very) broken timestampswm42014-05-271-1/+9
* manpage: document write_watch_later_config commandwm42014-05-271-0/+3
* idet.sh: An alternative to ildetect.sh.Rudolf Polzer2014-05-271-0/+161
* lua: slightly nicer diagnostics outputwm42014-05-271-1/+3
* gl_common: minor cosmetic changeswm42014-05-261-10/+9
* gl_common: correct a typewm42014-05-261-1/+1
* gl_w32: remove some non-sensewm42014-05-261-3/+1
* vo_opengl: always dynamically load OpenGL symbolswm42014-05-261-64/+59
* x11: fix restoring position when leaving fullscreenwm42014-05-261-1/+2
* x11: fix datatype for _NET_WM_PIDwm42014-05-261-1/+1
* input: make combined commands repeatablewm42014-05-263-2/+10
* lua: add missing include fileswm42014-05-261-0/+2
* lua: fix compilation with lua 5.2wm42014-05-263-11/+47
* command: add write_watch_later_config commandMartin2014-05-264-0/+12
* autoload.lua: fix autoloading of files to prependwm42014-05-251-1/+1
* DOCS/coding-style: add a hint that new features should be documentedwm42014-05-251-2/+4
* TOOLS: add a Lua script to autoload playlist entrieswm42014-05-251-0/+69
* lua: add some filesystem utility functionswm42014-05-252-10/+114
* manpage: lua: cosmetic changes to mp.options sectionwm42014-05-251-4/+4
* playlist: fix playlist_move on itselfwm42014-05-251-1/+4
* vf_vdpaupp: cosmetics: rename functionwm42014-05-251-5/+5
* osxbundle: fix recursion terminationTsukasa OMOTO2014-05-251-1/+1
* osc: fix chapter list displayChrisK22014-05-242-4/+4
* build: disable cdda and vcd by defaultwm42014-05-241-1/+3
* stream_cdda: fix compilationwm42014-05-241-1/+1
* stream_smb: fix compilationwm42014-05-241-4/+4
* client API: fix mpv_observe_property with MP_FORMAT_NONEwm42014-05-241-2/+3
* video: add --video-rotate option for controlling auto-rotationwm42014-05-244-0/+18
* stream_file: readjust some windows ifdefferywm42014-05-243-28/+9
* stream: remove chaos related to writeable streamswm42014-05-2419-83/+41
* stream_lavf: remove redundant message prefixeswm42014-05-241-6/+6
* stream: don't use end_poswm42014-05-2419-104/+112
* stream: kill start_pos, remove --sb optionwm42014-05-2421-55/+34
* player: don't init/uninit terminal at runtimewm42014-05-241-7/+1
* timer: remove unneeded time_t overflow checkwm42014-05-241-12/+1
* manpage: update references to renamed optionsAlessandro Ghedini2014-05-234-9/+9
* x11: un-inline GNOME layer stuffwm42014-05-232-17/+12
* x11: prefer NetWM hints over _WIN_LAYER for --ontopwm42014-05-231-11/+11
* x11: rename identifiers using reserved namespacewm42014-05-231-8/+6
* x11: fix NetWM ontop settingwm42014-05-231-23/+13
* x11: add a generic function for NetWM state settingwm42014-05-231-23/+11
* old-build: fix building with libquvi4wm42014-05-232-2/+2
* old-makefile: add options.luawm42014-05-231-9/+6
* lua/osc: forgot some changed files in previous commitChrisK22014-05-236-117/+118
* lua/osc: small overhaulChrisK22014-05-231-0/+105
* timer: workaround for crappy operating systemswm42014-05-231-0/+1
* timer: fix previous commitwm42014-05-221-1/+1
* timer: improve overflow checkswm42014-05-221-4/+5
* player: give quit_watch_later an exit code argument like quitwm42014-05-223-10/+8
* tl_mpv_edl: correct misspelling on line 233Yomi02014-05-221-1/+1
* timer: fix (usually impossible) timespec.tv_sec overflowwm42014-05-221-1/+13
* vdpau: move RGB surface management out of the VOwm42014-05-225-113/+123
* vo_vdpau: always allocate the black pixelwm42014-05-221-0/+3
* old-configure: we accidentally used bash featureswm42014-05-221-3/+11
* player: fix cover art sometimes "syncing" against audiowm42014-05-221-1/+3
* player: suggest --no-audio-display on cover artwm42014-05-221-0/+7
* video: fix display of cover art with vo_vdpauwm42014-05-221-2/+4
* cache: be silent if no initial fill is requestedwm42014-05-221-1/+3
* edl: use start PTS of the source files as default start timewm42014-05-221-2/+8
* x11: fix a warning with --disable-xextJerome Leclanche2014-05-221-1/+1
* build: "tv-v4l2" needs "tv"wm42014-05-221-0/+1
* vo: minor simplificationswm42014-05-221-11/+3
* vo: remove config_ok check from vo_check_events()wm42014-05-221-3/+1
* vo_vaapi: don't redraw twicewm42014-05-221-7/+1
* Fix the build on OpenBSD and FreeBSDJuan Francisco Cantero Hurtado2014-05-211-1/+1
* osdep: silence a -Wshadow warningwm42014-05-211-2/+2
* atomics: more correct usage of gcc/clang __atomic builtinswm42014-05-211-11/+15
* atomics: switch to C11 stdatomic.hwm42014-05-219-79/+104
* input: allow disabling window dragging with --no-window-draggingwm42014-05-204-1/+14
* input: fix compilation on windowswm42014-05-201-4/+2
* manpage: mention bdnav://wm42014-05-201-2/+2
* README: describe release cyclewm42014-05-201-2/+18
* cache: redo options and default settingswm42014-05-2012-101/+95
* x11: unbreak build without xineramawm42014-05-191-0/+2
* x11: leaving fullscreen -> reset WM hints only if neededwm42014-05-191-4/+6
* demux_subreader: remove support for some subtitle formatswm42014-05-191-629/+4
* x11: always check whether a window existswm42014-05-191-7/+20
* x11: request and handle resize events of parent windows with --widwm42014-05-191-8/+10
* x11: remove a duplicated linewm42014-05-181-1/+0
* etc/input.conf: add example how to change window size by key bindingwm42014-05-182-0/+3
* x11: never enable DPMS if we didn't disable itwm42014-05-182-0/+4
* timer: account for negative time valueswm42014-05-181-2/+6
* compat/libav: remove unneeded thingswm42014-05-181-8/+1
* vdpau: don't fallback to software decoding on preemptionwm42014-05-181-7/+12
* client API: add mpv_load_config_file()wm42014-05-182-0/+39
* options: unify code for setting string and "raw" optionswm42014-05-184-90/+138
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-188-62/+98
* manpage: fix a minor aspect of the discnav commandwm42014-05-181-2/+1
* player: increase seek accuracy when refreshing display on filter changewm42014-05-181-1/+1
* manpage: document discnav commandwm42014-05-181-0/+14
* command: add a disc-menu-active propertywm42014-05-184-0/+36
* client API: fix "missed" property notificationswm42014-05-181-19/+25
* x11: make screensaver code more compact, change DPMS handlingwm42014-05-172-55/+24
* x11: add wrapper for EWMH XSendEvent callswm42014-05-171-90/+49
* x11: fix Drag & Dropwm42014-05-171-1/+1
* x11: add a wrapper for XGetWindowPropertywm42014-05-171-70/+77
* x11: comment about gravitywm42014-05-171-0/+4
* x11: replace x/y/w/h with mp_rectwm42014-05-172-102/+76
* x11: remove some unused fieldswm42014-05-171-3/+0
* x11: don't set PBaseSizewm42014-05-171-7/+0
* x11: remove vo_hint memberwm42014-05-172-23/+26
* x11: always raise layer in fullscreen mode without NetWMwm42014-05-171-4/+1
* x11: implement --fs-screen properly, separate old code pathwm42014-05-172-69/+90
* x11: use CenterGravity by defaultwm42014-05-171-1/+1
* x11: remove gravity restore codewm42014-05-172-10/+0
* x11: don't cache X Atoms manuallywm42014-05-162-108/+45
* x11: inline a functionwm42014-05-161-9/+3
* encoding: No error when the output format doesn't support a stream type at all.Rudolf Polzer2014-05-161-8/+20
* etc/example.conf: add example options for multichannel audiowm42014-05-161-1/+9
* etc/example.conf: minor adjustmentswm42014-05-161-2/+3
* etc/example.conf: remove spaces between key and valuewm42014-05-161-9/+9
* x11: replace--[x11-]fstype option with --x11-netwmwm42014-05-167-161/+36
* x11: remove a MWM hackwm42014-05-161-11/+0
* x11: remove unused stuffwm42014-05-161-18/+0
* x11: set the fullscreen state before mapping the windowwm42014-05-151-0/+11
* x11: clear window on mapwm42014-05-151-1/+1
* x11: wait until the window is mappedwm42014-05-151-0/+11
* TOOLS/vf_dlopen: use new pixelformats, fix usage for newstyle argsKevin Mitchell2014-05-156-13/+13
* vf_dlopen: update usage message to new-style argsKevin Mitchell2014-05-151-1/+1
* vf_dlopen: remove buggy private name -> imgfmt conversionKevin Mitchell2014-05-152-34/+18
* vf_vapoursynth: fix debug outputwm42014-05-151-1/+4
* vf_vapoursynth: add more debug outputwm42014-05-151-18/+21
* manpage: changes.rst: minor fixupswm42014-05-151-5/+5
* vf_vapoursynth: avoid unnecessary waitingwm42014-05-141-1/+1
* TOOLS/mpv_identify.sh: unbreakwm42014-05-141-1/+1
* vf_vapoursynth: allow parallel processingwm42014-05-142-45/+101
* manpage: updates changes.rstwm42014-05-141-46/+59
* old-build: accidental rewritewm42014-05-142-2058/+484
* old-build: drop support for anything but Linux, simplifywm42014-05-142-849/+58
*