summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: add some warning cflagswm42014-05-141-1/+3
* wayland: fix typoAlexander Preisinger2014-05-141-14/+14
* player: reorganize how lua scripts are loadedwm42014-05-1311-130/+209
* old-build: define a new symbolwm42014-05-131-0/+1
* stream_smb: increase to 128k read_chuuk from default 8kKevin Mitchell2014-05-121-0/+1
* player: disable hr-seek framedropping during backsteppingwm42014-05-121-2/+3
* build: fix OpenBSD DVD/CDROM device nameswm42014-05-121-2/+2
* vda: Hwaccel 1.2 supportLuca Barbato2014-05-123-34/+81
* vda: Simplify codec selectionLuca Barbato2014-05-121-28/+2
* vd_lavc: Support hwaccel 1.2 and laterLuca Barbato2014-05-121-4/+4
* audio/out: fix previous commitwm42014-05-111-9/+11
* audio/out: avoid wakeup feedback loopwm42014-05-111-2/+7
* TOOLS/stats-conv: don't crash on empty lineswm42014-05-111-0/+3
* TOOLS/stats-conv: draw playloop and AO thread events separatelywm42014-05-111-0/+5
* manpage: update --playlist entrywm42014-05-111-5/+10
* mixer: make code more readablewm42014-05-111-7/+3
* audio/out: more debugging info for --dump-statswm42014-05-111-1/+5
* wayland: fix unchecked malloc usagewm42014-05-111-3/+9
* player: don't assign "false" to pointerwm42014-05-111-1/+1
* build: removed undefined behavior from PVR checkwm42014-05-111-1/+1
* demux_playlist: fix m3u detection logicwm42014-05-111-1/+1
* manpage: minor correctionswm42014-05-113-8/+10
* input: remove pausing command prefixeswm42014-05-114-17/+0
* player: don't complain on too long filenameswm42014-05-101-2/+2
* old-makefile: add a missing source directorywm42014-05-101-0/+1
* ao_coreaudio: skip unknown channel labelsStefano Pigozzi2014-05-101-0/+2
* ao_coreaudio: remove useless codeStefano Pigozzi2014-05-101-15/+0
* ao_coreaudio: don't fallback to full waveextStefano Pigozzi2014-05-101-4/+5
* ao_coreaudio: cosmetic change of loop ending conditionStefano Pigozzi2014-05-101-1/+1
* ao_coreaudio: print an error when channel mapping failsStefano Pigozzi2014-05-101-1/+5
* ao_coreaudio: use description-based channel layoutsStefano Pigozzi2014-05-103-89/+54
* ao_coreaudio: pass layout by reference to logging functionStefano Pigozzi2014-05-101-7/+7
* chmap_sel: add channel replacement for sl/sr <-> sdl/sdrStefano Pigozzi2014-05-101-16/+21
* x11: fix potentially unaligned access in icon loaderwm42014-05-101-3/+3
* sub: fix undefined behavior in ASS color calculation (2)wm42014-05-101-2/+2
* sub: fix undefined behavior in ASS color calculationwm42014-05-101-1/+1
* common: change MP_NOPTS_VALUE definitionwm42014-05-101-2/+2
* encode: fix PTS unit mismatchwm42014-05-102-11/+11
* vdpau: make mp_vdpau_ctx thread-safewm42014-05-102-21/+67
* vdpau: remove some codewm42014-05-101-7/+3
* vo_vdpau, vo_opengl: handle vdpau preemption differentlywm42014-05-104-64/+29
* vdpau: handle display preemption during decodingwm42014-05-103-38/+39
* input: fix typos, cosmeticswm42014-05-101-10/+10
* w32_common: fix typowm42014-05-101-2/+3
* osxbundle: split and optimize bundling scriptStefano Pigozzi2014-05-092-66/+94
* Merge pull request #774 from kevmitch/man_pdf_tweakskevmitch2014-05-091-20/