summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-39/+41
* command: use mp_set_playlist_entrySai Ke WANG2015-03-221-3/+1
* vo_opengl: fix video equalizer gamma controlswm42015-03-221-1/+4
* af_bs2b: fix option default valuewm42015-03-221-1/+2
* vo_opengl: fix background color optionwm42015-03-211-7/+5
* vo_opengl: fix bicubic_fast scalerwm42015-03-211-1/+1
* vd_lavc: less confusing message when hardware decoding won't workwm42015-03-201-2/+3
* demux_lavf: assume h264/hevc raw streams have no timestampswm42015-03-201-4/+12
* player: better handling of video with no timestampswm42015-03-204-11/+15
* vo_xv: remove pointless castwm42015-03-201-2/+1
* vf_expand: fix memory leak on memory allocation failurewm42015-03-201-1/+3
* player: fix seekability testwm42015-03-201-1/+1
* mp_image: do not assume trailing stride padding existswm42015-03-201-4/+4
* video: uninline memcpy_pic functionswm42015-03-2016-93/+53
* video: replace pointless macrowm42015-03-202-9/+4
* mp_image: remove unneeded thingswm42015-03-202-39/+16
* manpage: remove "experimental" notice from dxva2 codewm42015-03-192-2/+2
* stream_lavf: workaround broken rtmp "timeout" optionwm42015-03-191-4/+7
* player: warn against non-monotonic video PTS only oncewm42015-03-182-13/+9
* player: refuse to write resume file with unseekable fileswm42015-03-181-0/+6
* osd: simplify an aspect of change detection handlingwm42015-03-1813-100/+74
* manpage: add a link to mpv.conf documentationwm42015-03-171-1/+1
* vd_lavc: change message about using hardware decodingwm42015-03-171-1/+1
* af_lavfi: handle seekingwm42015-03-171-1/+27
* DOCS: fix compilation instructions for MXE crosscompilationgunmantheh2015-03-171-0/+1
* build: fix missing windows librariesKevin Mitchell2015-03-161-2/+2
* video: don't drop anamorphic scaling if it's too minorwm42015-03-161-8/+1
* ao: slightly extend debug messageswm42015-03-161-1/+4
* vo_opengl: reduce number of uniforms in dithering passwm42015-03-161-8/+5
* vo_opengl: move glViewport call closer to draw callwm42015-03-162-2/+3
* command: don't drop audio buffers when switching filterswm42015-03-161-1/+0
* vo_opengl: fix srgb replacement optionsJames Ross-Gowan2015-03-161-1/+1
* vo_opengl: fix incorrectly drawn OSD in idle modewm42015-03-161-2/+2
* vo_opengl: apply OSD color managementNiklas Haas2015-03-161-24/+39
* vo_opengl: improve queue size heuristicNiklas Haas2015-03-161-1/+1
* vo_opengl: improve interpolation diagnosticsNiklas Haas2015-03-161-6/+9
* vo_opengl: color manage after interpolationNiklas Haas2015-03-161-13/+18
* man/vo: fix typoMartin Herkt2015-03-151-1/+1
* bootstrap: add waf mirrorMartin Herkt2015-03-151-5/+18
* filter_kernels: add comment to prevent confusionNiklas Haas2015-03-151-0/+2
* vo_opengl: add oversample support for tscaleNiklas Haas2015-03-152-25/+54
* vo_opengl: add oversample scalerNiklas Haas2015-03-152-0/+44
* vo_opengl: refactor smoothmotion -> interpolationNiklas Haas2015-03-155-130/+189