summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: slightly simplify check_gl_features()wm42015-04-111-25/+12
* vo_opengl: unify blend-subtitles-res and blend-subtitleswm42015-04-113-20/+12
* vo_opengl: fix blend-subtitles-res=video & anamorphic videowm42015-04-111-1/+6
* manpage: mention how pseudo-gui mode is enabled on win32wm42015-04-111-2/+7
* main-fn-win: fix handle validity check for XPJames Ross-Gowan2015-04-111-1/+2
* win32: use pseudo-gui profile when started without stdioJames Ross-Gowan2015-04-111-6/+35
* win32: only attach to the console from mpv.comJames Ross-Gowan2015-04-114-13/+49
* win32: use a platform-specific unicode entry-pointJames Ross-Gowan2015-04-118-40/+32
* vo_opengl: add blend-subtitles-resNiklas Haas2015-04-103-4/+30
* manpage: document pseudo-gui stuffwm42015-04-101-0/+28
* mp_image: remove redundant flags fieldwm42015-04-103-8/+6
* mp_image: remove redundant chroma_x/y_shift fieldswm42015-04-105-13/+9
* mp_image: remove redundant plane_w/h fieldswm42015-04-104-21/+31
* player: use config parser for setting up pseudo-gui profilewm42015-04-103-11/+12
* player: change pseudo-gui settingswm42015-04-101-2/+1
* vo_opengl: use correct texture coordinates for nv12wm42015-04-101-1/+1
* ao_coreaudio: fix inverted conditionwm42015-04-101-3/+4
* player: do not accidentally init terminalwm42015-04-101-2/+1
* README: remove dead linkwm42015-04-101-1/+1
* mp_image: fix buildwm42015-04-091-2/+0
* mp_image: get rid of chroma_width/height fieldswm42015-04-092-7/+4
* screenshots: drop some useless jpeg writer optionswm42015-04-091-11/+0
* screenshots: write jpg files with original subsamplingwm42015-04-091-1/+5
* Update README.mdCris2015-04-091-20/+42
* ytdl: set additional properties for rtmp streamsSebastian Mayr2015-04-091-3/+21
* opengl: win32 - add option 'dwmflush' to sync in DWMAvi Halachmi (:avih)2015-04-094-0/+69
* opengl: smoothmotion: wake up for next vsync a bit earlierAvi Halachmi (:avih)2015-04-091-1/+1
* opengl: drop less frames when clip and display have similar fpsAvi Halachmi (:avih)2015-04-091-1/+9
* ytdl_hook.lua: Disable video when vid option is "no"robin2015-04-091-0/+7
* vo_opengl_cb: deprecate mpv_opengl_cb_render()wm42015-04-097-24/+42
* vo_opengl_cb: add a function to report vsync timewm42015-04-098-1/+48
* vo_opengl_cb: fix video timing somewhatwm42015-04-091-2/+2
* vo_opengl: log used GLXFBConfigwm42015-04-091-0/+1
* vo_opengl: remove unused functionwm42015-04-092-6/+0
* sub: don't truncate timestamps to intwm42015-04-081-1/+1
* sub: unprefer libavcodec's MicroDVD converterwm42015-04-081-1/+1
* manpage: lua: clarify timer usagewm42015-04-081-0/+17
* audio: automatically deatch filters if spdif prevents their usewm42015-04-072-5/+17
* audio: change a detail about filter insertionwm42015-04-074-28/+15
* ao_alsa: change log outputwm42015-04-071-12/+15
* audio: avoid one more redundant audio filter reinitwm42015-04-071-2/+2
* ao_coreaudio: do not error if retrieving info for verbose mode failswm42015-04-071-6/+6
* travis: re-enable OSXwm42015-04-071-1/+1
* video/out: fix screenshot image formatswm42015-04-073-3/+3
* vdpau: don't use a transparent image format for screenshotswm42015-04-071-1/+1
* screenshot: use GPU readback only for hardware decoded imageswm42015-04-071-1/+1
* manpage: remove confusing statementwm42015-04-071-2/+1
* screenshots: select best image format the encoder supportswm42015-04-061-24/+34
* vaapi: fight with Intel's broken video decoding GL interopwm42015-04-052-25/+82
* demux_lavf: use mimetype instead of codec type for embedded fontswm42015-04-051-9/+3
* ao/wasapi: use atomic state variable instead of different eventsKevin Mitchell2015-04-044-65/+78
* ao/wasapi: reorder priv membersKevin Mitchell2015-04-041-12/+14
* command: new subproperty for video-params: gammaNiklas Haas2015-04-042-0/+8
* vf_format: add gamma override optionNiklas Haas2015-04-042-0/+26
* vo_opengl: make csp options consistent with vf_formatNiklas Haas2015-04-042-29/+11
* csputils: add some missing colorspacesNiklas Haas2015-04-045-12/+110
* vo_opengl: minor cleanup of gamma-related functionsNiklas Haas2015-04-041-5/+4
* vo_opengl: blend-subtitles in non-linear lightNiklas Haas2015-04-041-35/+42
* man/vf: update vf_format documentationNiklas Haas2015-04-041-4/+3
* vo_opengl: make jinc presets resizableNiklas Haas2015-04-042-9/+6
* vo_opengl: add scale-wparam optionNiklas Haas2015-04-042-8/+25
* filter_kernels: add haasnsoftNiklas Haas2015-04-041-0/+4
* filter_kernels: remove hermite windowNiklas Haas2015-04-041-1/+0
* filter_kernels: add bartlett, blackman and welch windowsNiklas Haas2015-04-041-1/+17
* vo_opengl: refactor scaler configurationNiklas Haas2015-04-045-141/+190
* vo_opengl: separate kernel and windowNiklas Haas2015-04-045-156/+225
* options: fix run length escape case in config file parserwm42015-04-041-2/+2
* options: rewrite config file parserwm42015-04-042-210/+150
* ao_wasapi: code formatting and alignmentKevin Mitchell2015-04-032-24/+23
* audio: make all format query shortcuts macrosKevin Mitchell2015-04-039-25/+15
* ao_wasapi: passthrough reworkKevin Mitchell2015-04-032-161/+152
* vf_format: allow forcing aspect ratiowm42015-04-032-0/+9
* vf_format: allow forcing display sizewm42015-04-032-0/+12
* vo_opengl: remove chroma-location suboptionwm42015-04-032-13/+2
* vf_format: allow forcing rotation flagswm42015-04-032-0/+11
* vf_format: allow forcing stereo mode parameterswm42015-04-032-0/+16
* video: cleanup stereo mode parsingwm42015-04-027-80/+22
* player: load .ac3 files as external fileswm42015-04-021-1/+1
* mpv.desktop: remove NoDisplaywm42015-04-021-1/+0
* af_lavrresample: always normalize (libswresample is stupid)wm42015-04-021-0/+4
* player: add --idle --keep-open to pseudo-gui profilewm42015-04-021-0/+2
* player: add "pseudo-gui" profilewm42015-04-022-1/+9
* lua: reject Lua 5.3wm42015-04-012-1/+6
* sub: add --sub-text-bold optionwm42015-04-014-0/+6
* options: fix --geometry to string conversionwm42015-04-011-6/+2
* af: remove unused functionswm42015-04-012-34/+0
* ao_wasapi: abstract HRESULT_to_strKevin Mitchell2015-04-014-79/+67
* mixer: per-app volume and private volume conflictwm42015-04-011-1/+3
* ao_coreaudio: do not signal per-app volumewm42015-04-011-2/+0
* mixer: handle prevention of unneeded af_volume insertion differentlywm42015-04-011-2/+3
* command: remove unused functionwm42015-04-011-14/+0
* mixer: cleanup volume logic slightlywm42015-04-011-12/+11
* mixer: add more debug outputwm42015-04-011-3/+16
* ao_wasapi: remove redundant castsKevin Mitchell2015-03-313-42/+37
* ao_wasapi: simplify hotplugKevin Mitchell2015-03-313-55/+22
* ao_wasapi: fix device listingKevin Mitchell2015-03-314-104/+41
* TOOLS/zsh.pl: complete multiple values for ao, vo, af, vfPhilip Sequeira2015-03-311-21/+9
* options: add M_OPT_FILE to --input-confPhilip Sequeira2015-03-311-1/+1
* TOOLS/zsh.pl: cosmeticsPhilip Sequeira2015-03-311-26/+25
* build: fix building with spaces in pathPhilip Sequeira2015-03-311-3/+3
* TOOLS/zsh.pl: use --no-config when calling mpvPhilip Sequeira2015-03-311-8/+8
* vdpau: fix preemption handlingDan Oscarsson2015-03-311-0/+23
* ao/wasapi: add ao hotplugKevin Mitchell2015-03-315-64/+118
* manpage: correct option minchn->minch for lavcac3encKevin Mitchell2015-03-301-3/+3
* manpage: clarify global config file locationwm42015-03-311-1/+3
* options: make --video-rotate use range 0-360wm42015-03-312-2/+2
* video/out: remove unused colorspace reportingwm42015-03-317-58/+1
* video: move colorspace overrides to vf_format, simplifywm42015-03-3113-295/+210
* vf_format: don't crash if nonsense parameters are passedwm42015-03-312-14/+25
* vf_format: by default, pass through video without changewm42015-03-312-23/+18
* csputils: unify names for colorspace/etc. nameswm42015-03-313-41/+41
* build: make posix_spawn() mandatorywm42015-03-302-5/+7
* ad_lavc: disable AC3 DRC by defaultwm42015-03-302-4/+7
* RPI supportwm42015-03-2917-7/+930
* parse_commandline: fail gracefully on bad argswd02015-03-292-3/+6
* m_config: remove assertion for option names with length 0wm42015-03-291-2/+4
* stream_rar: update commentwm42015-03-291-4/+2
* ao_alsa: add an option to ignore ALSA channel map negotiationwm42015-03-282-2/+14
* ao/wasapi: use built in KSDATAFORMATsKevin Mitchell2015-03-271-13/+8
* manpage: update warning on blend-subtitlesNiklas Haas2015-03-271-2/+6
* vo_opengl: treat non-blended subtitles as sRGBNiklas Haas2015-03-271-32/+44
* manpage: vo_opengl: blend-subtitles is brokenwm42015-03-271-0/+3
* old-configure: disable wayland backend if wayland wasn't foundDmitrij D. Czarkoff2015-03-261-0/+2
* old-configure: BSD-compliant use of mktempDmitrij D. Czarkoff2015-03-261-1/+1
* old-configure: OpenBSD-specific changesDmitrij D. Czarkoff2015-03-261-0/+7
* ao/wasapi: add missing "if" bracesKevin Mitchell2015-03-262-35/+33
* ao/wasapi: rewrite format searchKevin Mitchell2015-03-262-182/+300
* video: fix seek-to-last-framewm42015-03-261-3/+1
* manpage: fix typowm42015-03-261-1/+1
* ao_sndio: open device in blocking mode, don't inflate buffer artificiallyDmitrij D. Czarkoff2015-03-261-20/+2
* vo_opengl: add FBOTEX_FUZZY aliasNiklas Haas2015-03-262-6/+5
* vo_opengl: simplify sampler preludeNiklas Haas2015-03-261-46/+44
* vo_opengl: reset surfaces on equalizer updatesNiklas Haas2015-03-261-0/+1
* vo_opengl: increase shader cache sizeNiklas Haas2015-03-261-1/+1
* player: relax assertion on mp_set_playlist_entryNiklas Haas2015-03-261-1/+1
* vo_opengl: draw subtitles directly onto the videoNiklas Haas2015-03-267-60/+103
* vo_opengl: set cscale=spline36 as default for opengl-hqNiklas Haas2015-03-252-2/+2
* vo_opengl: correct OSD PTS when using interpolationNiklas Haas2015-03-251-1/+22
* vf_vapoursynth: handle approximate EOF drainingwm42015-03-251-9/+28
* video: make frame skipping code slightly more readablewm42015-03-251-13/+8
* video: refactor aspects of queue and EOF handlingwm42015-03-251-41/+62
* vo_opengl: minor simplificationwm42015-03-251-17/+12
* vo_opengl: check extensions properlywm42015-03-251-1/+9
* vo_opengl: cleanup swap_control extension loadingwm42015-03-252-6/+15
* vo_opengl: drop support for old framebuffer extensionwm42015-03-251-15/+0
* mixer: fix how volume is restored with per-app system mixerswm42015-03-241-3/+6
* ao_pulse: drop video role; fixes random mutingwm42015-03-241-1/+0
* lua: replace getcwd() implementationwm42015-03-242-14/+4
* command: add property returning current working directorywm42015-03-242-0/+24
* options: add conversion to string for geometry option typeswm42015-03-241-0/+31
* demux: fix rar support for files containing DTS audio trackswm42015-03-245-26/+66
* input: remove Linux joystick supportwm42015-03-2415-348/+1
* input: remove classic LIRC supportwm42015-03-2411-203/+8
* audio: remove internal libmpg123 wrapperwm42015-03-246-319/+0
* demux_lavf: print seek failures in verbose modewm42015-03-241-6/+12
* audio: increase maximum amount of audio skipped for seekingwm42015-03-241-1/+1
* subprocess-win: clarify argument escaping logicJames Ross-Gowan2015-03-241-8/+8
* subprocess-win: handle empty arguments correctlyJames Ross-Gowan2015-03-241-0/+6
* vo_wayland: fix null dereferenceJari Vetoniemi2015-03-231-1/+1
* vo_opengl: do not block on waylandJari Vetoniemi2015-03-235-0/+31
* vo_wayland: define opaque regionJari Vetoniemi2015-03-231-0/+9
* vo_wayland: share frame callbacks.Jari Vetoniemi2015-03-234-39/+58
* TOOLS: add a lua scripts for extracting and setting starttime with ytdlPatrick Hipp2015-03-231-0/+34
* TOOLS: add a lua script for a -stay on top only during playback- modePatrick Hipp2015-03-231-0/+19
* audio: prefer libdcadec by default if presentwm42015-03-231-1/+1
* mp_image: reject 0-sized imageswm42015-03-231-2/+1
* vo_opengl: fix XYZ input gammaNiklas Haas2015-03-231-1/+1
* demux_mkv_timeline: don't continue if reopening file failedwm42015-03-231-1/+1
* m_option: remove dead initializationwm42015-03-231-3/+3
* vo_vdpau: remove some minor code duplicationwm42015-03-231-13/+7
* vo_vdpau: check vdpau API return valuewm42015-03-231-0/+1
* vdpau: remove dead assignmentwm42015-03-231-2/+1
* client API: remove dead assignmentwm42015-03-231-1/+0
* vo_opengl: remove dead assignmentwm42015-03-231-3/+3
* ta: memcpy(ptr, NULL, 0) is undefinedwm42015-03-231-1/+3
* m_property: memcpy(ptr, NULL, 0) is undefinedwm42015-03-231-1/+2
* video: use less technical language for PTS warningwm42015-03-231-1/+1
* encode: make --audio-channels=auto workwm42015-03-231-2/+4
* manpage: ipc: make requirements for newlines more explicitwm42015-03-231-0/+3
* video: fix update of vo-configured propertywm42015-03-231-0/+1
* vo_opengl_cb: don't render OSD while VO is not createdwm42015-03-236-17/+26
* vo_opengl: move OSD rendering to separate functionwm42015-03-231