summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+18
|\
| * man: tweak --sub-codepage for concisionKevin Mitchell2014-05-091-20/+18
|/
* command: add property that estimates current video FPSwm42014-05-082-0/+35
* options: add --hr-seek-framedrop optionwm42014-05-075-2/+16
* player: avoid reconfig during seekingwm42014-05-071-1/+2
* player: remove VO from seeking code pathwm42014-05-074-17/+26
* player: minor reshuffling of video codewm42014-05-071-28/+30
* player: limit max. fallback frame durationwm42014-05-071-1/+1
* player: handle video reconfig slightly different againwm42014-05-072-23/+29
* player: reset last_frame_duration on initwm42014-05-071-0/+1
* video/out: remove unused config() parameterswm42014-05-079-29/+17
* waf: make shlib tasks less noisyMartin Herkt2014-05-071-0/+14
* vo: remove old stuffwm42014-05-063-26/+0
* vo_wayland: always assume resize on reconfigurewm42014-05-061-2/+1
* wayland: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-064-27/+28
* win32: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-064-70/+46
* cocoa: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-063-22/+25
* manpage: fix typo in previous commitwm42014-05-061-1/+1
* manpage: adjustments to file-size propertywm42014-05-061-1/+3
* command: rename stream-length to file-size, format file sizeAndrey Morozov2014-05-062-16/+47
* vo_sdl: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-29/+33
* x11: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-067-36/+36
* video/out: separate out code to compute window sizewm42014-05-065-85/+173
* Fix bogus copyright textwm42014-05-061-2/+0
* demux_playlist: don't require header for m3uwm42014-05-061-4/+3
* demux_playlist: add some mime typeswm42014-05-061-2/+4
* demux_playlist: allow recognizing format by mime typewm42014-05-061-0/+21
* mixer: don't restore volume with different --softvol-max settingswm42014-05-061-8/+11
* TOOLS/lua: add cycle-deinterlace-pullup scriptKevin Mitchell2014-05-061-0/+56
* TOOLS/lua: conform to whitespace coding-styleKevin Mitchell2014-05-062-24/+24
* options: fix "-" (stdin) inputwm42014-05-061-1/+1
* vo: fix previous commitwm42014-05-061-1/+1
* command: remove ifdefs for deint filterswm42014-05-061-4/+0
* vo: don't crash when changing panscan before first configurationwm42014-05-061-0/+2
* vo: get rid of config_count fieldwm42014-05-064-8/+4
* common: change mp_snprintf_append semanticswm42014-05-053-7/+14
* options: print replacement for renamed/replaced optionswm42014-05-051-1/+87
* options: let unknown option case be handled by final option parserwm42014-05-052-9/+6
* TOOLS/lua: use double quotes unless there's a good reasonKevin Mitchell2014-05-042-26/+26
* TOOLS/lua/autocrop: handle case of user hitting hotkey while cropdetection al...Kevin Mitchell2014-05-041-3/+11
* TOOLS/lua: no longer gsub out "lua/" prefix, now that its no longer thereKevin Mitchell2014-05-042-2/+2
* audio: fix the exact value that is used for the wait timewm42014-05-041-3/+2
* demux_lavf: one more hack for mp3 from networkwm42014-05-041-1/+1
* ao_null: fix unit mismatch with latency optionwm42014-05-041-5/+8
* vf: print for which filter initialization failedwm42014-05-042-4/+11
* manpage: fix vf_scale optionswm42014-05-041-9/+11
* stream_bluray: remove unused variableswm42014-05-041-3/+0
* vf_vdpaupp: make code clarity improvementswm42014-05-041-8/+8
* vdpau: deduplicate video surface upload codewm42014-05-044-54/+48
* options: merge ---sub-auto-match with --sub-autowm42014-05-046-18/+13
* manpage: improve --input-cursor descriptionwm42014-05-041-2/+2
* options: remove deprecated --identifyMartin Herkt2014-05-0414-141/+15
* options: remove obsolete --fsmode-dontuseMartin Herkt2014-05-045-16/+3
* options: rename device-specific optionsMartin Herkt2014-05-044-5/+7
* options: rename msg-related optionsMartin Herkt2014-05-046-30/+37
* options: rename video-related options/propertiesMartin Herkt2014-05-049-48/+53
* options: rename audio-related options/propertiesMartin Herkt2014-05-047-66/+72
* options: rename subtitle-related optionsMartin Herkt2014-05-046-57/+61
* options: rename input-related optionsMartin Herkt2014-05-047-63/+68
* DOCS: update changes.rstMartin Herkt2014-05-031-39/+47
* video: remove a corner case by introducing another onewm42014-05-031-3/+2
* video: fix video end conditionwm42014-05-031-5/+4
* video: rename a variablewm42014-05-031-2/+2
* vf_vapoursynth: fix aspect ratio passed to vapoursynthwm42014-05-031-2/+8
* input: fix stack overflow when checking for abort cmdwm42014-05-021-1/+1
* client API: fix inverted conditionwm42014-05-021-1/+1
* manpage: adjust description of vdpau deint sub-optionwm42014-05-021-6/+8
* manpage: deprecated vo_vdpau postprocessing optionswm42014-05-021-0/+19
* manpage: document vf_vdpauppwm42014-05-021-0/+49
* video: removed unused stuffwm42014-05-023-8/+0
* player: remove extremely obscure undefined behaviorwm42014-05-021-1/+2
* client API, video: signal reconfig at the right timewm42014-05-021-4/+2
* input: increase number of maximum sectionswm42014-05-021-1/+1
* lua: remove "lua/" prefix from script nameswm42014-05-022-6/+6
* video: change everythingwm42014-05-027-220/+257
* manpage: fix the alternative suggested for stream-pathwm42014-05-021-1/+1
* video: handle colorspace and aspect overrides separatelywm42014-05-026-14/+29
* vf: sanitize filter input, instead of overriding itwm42014-05-021-1/+2
* vf: add alternate functions for retrieving filter outputwm42014-05-022-13/+57
* vf: expose input parameters; clear parameters on failurewm42014-05-022-2/+3
* vf: mark auto-inserted conversion filters in verbose outputwm42014-05-021-0/+2
* vf_lavfi: reinit after libavfilter EOFwm42014-05-021-13/+25
* vo: verify format of queued imagewm42014-05-021-0/+1
* video: fix screenshots with anamorphic videowm42014-05-021-2/+2
* vf_vdpaupp: always provide past and future fieldswm42014-05-021-1/+1
* vo_vdpau: keep colorspace flagswm42014-05-021-1/+2
* video: move video frame queue from vo_vdpau.c to vo.cwm42014-05-023-145/+102
* vo_vdpau: always use mp_image for internal buffer queuewm42014-05-021-44/+39
* command, vo_vdpau: respect vdpau deint sub-optionwm42014-05-023-2/+20
* command: redo deinterlace filter probingwm42014-05-021-18/+27
* co