summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* stream: use relaxed atomic loads for checking playback abortswm42015-03-091-1/+1
* demux_mkv: never warn when trying to resync on EOFwm42015-03-091-2/+4
* demux_mkv: check for playback abortswm42015-03-093-0/+9
* w32_common: remove redundant is_maximized functionJames Ross-Gowan2015-03-091-8/+1
* cocoa: fix minimized state getterStefano Pigozzi2015-03-091-5/+2
* x11: fix VOCTRL_GET_WIN_STATEwm42015-03-091-0/+1
* w32_common: support the "window-minimized" propertyJames Ross-Gowan2015-03-092-2/+6
* stream/smb: mark as network stream for --cache=autoKevin Mitchell2015-03-091-0/+1
* manpage: document swapinterval defaultNiklas Haas2015-03-091-1/+2
* cocoa: support the "window-minimized" propertyJaime Marquínez Ferrándiz2015-03-083-1/+33
* vf_vavpp: fix deinterlacingFilip Milivojevic2015-03-081-0/+8
* input.conf: add key binding to override ASS subtitle styleswm42015-03-082-0/+8
* DOCS: minor update to coding stylewm42015-03-081-0/+2
* cocoa: fix autohide in fullscreenStefano Pigozzi2015-03-084-5/+26
* cocoa: fix mouse hiding with launchpad and dock foldersStefano Pigozzi2015-03-083-1/+18
* options: add M_OPT_FILE to new options that are missing itPhilip Sequeira2015-03-072-2/+2
* audio: refuse to change playback speed with spdifwm42015-03-072-3/+5
* audio: make changing playback speed slightly more robustwm42015-03-071-32/+39
* cocoa: clamp mouse position to window.torque2015-03-071-0/+2
* cocoa: update mouse coordinates when window is initialized.torque2015-03-073-2/+4
* cocoa: don't uninit light sensor if not presentStefano Pigozzi2015-03-071-2/+4
* vo_opengl/x11: fix automatic ICC profile loadingMartin Herkt2015-03-072-6/+11
* cocoa: remove possible use after freeStefano Pigozzi2015-03-071-5/+5
* cocoa: fix some crashes caused by async uninitStefano Pigozzi2015-03-071-31/+15
* af_scaletempo: minor simplificationwm42015-03-061-15/+6
* af_scaletempo: restore confusing mplayer behaviorwm42015-03-061-3/+9
* demux_mkv: actually skip elements out of reachwm42015-03-061-1/+2
* demux_mkv: fix issues with unseekable streamswm42015-03-061-14/+16
* Lua: add unpack shim for Lua 5.2/5.3 compatibility.torque2015-03-061-0/+2
* vo_vaapi: fix video equalizer (second try)wm42015-03-061-12/+36
* player: allow changing playback speed in early audio init stageswm42015-03-061-1/+1
* DOCS/compile-window.md: add Lua package to MXE instructionswm42015-03-061-2/+2
* build: make vdpau and dxva2 checks nicerwm42015-03-062-4/+4
* player: fix operation if command line is emptywm42015-03-062-12/+13
* osx: terminate argv properly when arguments are removedwm42015-03-061-1/+4
* DOCS, options: fix exampleChrisK22015-03-051-1/+1
* build: check whether hwaccels are enabled in FFmpegwm42015-03-051-3/+5
* vo_opengl: make smoothmotion-threshold inclusiveNiklas Haas2015-03-051-2/+2
* vd_lavc: let --hwdec=auto select "vaapi-copy"wm42015-03-051-1/+1
* vd_lavc: request 1 more threads than CPU coreswm42015-03-051-0/+2
* vo_vaapi: round equalizer valueswm42015-03-051-2/+5
* client API: mention the changes to the seek/screenshot commandswm42015-03-052-1/+3
* player, client API: refactor cplayer init, reduce client API differenceswm42015-03-055-51/+60
* player: minor simplificationwm42015-03-053-16/+11
* vo_opengl: increase ambient light changes log levelStefano Pigozzi2015-03-041-1/+1
* README: fix typoswm42015-03-041-1/+1
* ad_spdif: remove per-packet messagewm42015-03-041-1/+0
* player: use symbolic constant for seek precisionwm42015-03-044-29/+43
* input: use flag option type for some input commandswm42015-03-044-38/+50
* input: remove numeric compatibility parameters from commandswm42015-03-041-14/+14
* options: add flag option typewm42015-03-042-0/+121
* cache: assume file size from EOF positionwm42015-03-041-2/+8
* README: add some better linkswm42015-03-041-3/+31
* win32: fix some more -Wparentheses warningswm42015-03-043-4/+4
* build: fix warnings with --disable-libasswm42015-03-041-2/+2
* cocoa: silence -Wlogical-op-parenthesesStefano Pigozzi2015-03-041-1/+1
* vo_opengl: add gamma-auto optionStefano Pigozzi2015-03-046-0/+103
* cocoa: add support for querying ambient lightingStefano Pigozzi2015-03-042-0/+97
* stream_cdda: add option to enable cdtext, and disable it by defaultwm42015-03-032-3/+9
* stream_cdda: fix parameter passingwm42015-03-031-2/+0
* sub: this isn't needed eitherwm42015-03-034-8/+0
* Revert "demux_lavf: workaround for broken libavformat subtitle seeking"wm42015-03-031-23/+4
* sd_lavc: remove mp4 vobsub extradata hackwm42015-03-031-35/+0
* Remove some FFmpeg/Libav compatibility hackswm42015-03-038-139/+3
* build: bump required FFmpeg/Libav librarieswm42015-03-034-17/+18
* manpage: improve --osd-fractions descriptionwm42015-03-031-1/+2
* manpage: remove empty line to fix formattingwm42015-03-021-1/+0
* audio: change playback speed directly in resamplerwm42015-03-026-102/+75
* demux_lavf: use this for image formatswm42015-03-021-6/+13
* player: refine rar:// playlist-safety handlingwm42015-03-026-9/+11
* msg: use relaxed atomics for log level testwm42015-03-022-1/+9
* buid: readd -Wparentheseswm42015-03-027-8/+8
* vo_direct3d: support NV12 with shaderswm42015-03-024-196/+359
* vf_scale: libswscale is being stupidwm42015-03-012-3/+10
* Lua: add mp.get_screen_margins().torque2015-03-011-0/+12
* Revert "Revert recent vo_opengl related commits"Niklas Haas2015-02-2811-23/+89
* Revert recent vo_opengl related commitswm42015-02-2811-87/+21
* video: fix typowm42015-02-281-1/+1
* stream_dvb: Always define NO_STREAM_ID_FILTER if missing.Oliver Freyermuth2015-02-282-2/+2
* cocoa: remove the setNextKeyView hackStefano Pigozzi2015-02-282-6/+14
* examples/cocoabasic: allow to send stop commandStefano Pigozzi2015-02-281-13/+19
* manpage: fix typozymos2015-02-281-1/+1
* vd_lavc: respect lavc's color_trc fieldNiklas Haas2015-02-282-0/+3
* screenshots: check for AVFrame csp supportNiklas Haas2015-02-283-0/+15
* screenshots: add support for csp taggingNiklas Haas2015-02-283-0/+14
* csputils: add missing gamma supportNiklas Haas2015-02-285-21/+55
* csputils: add support for BT.470-MNiklas Haas2015-02-282-1/+13
* vo_opengl: delete 16 bit test texturewm42015-02-271-0/+1
* vo_opengl: fix some commentswm42015-02-271-3/+3
* stream: remove stream filter conceptwm42015-02-275-43/+16
* stream_rar: treat rar files as playlistswm42015-02-273-77/+33
* build: improve DVB checkwm42015-02-271-1/+1
* options: handle choice -> flag fallback automaticallywm42015-02-274-21/+32
* options: minor simplification in flag option parserwm42015-02-271-20/+14
* demux: bump default demuxer queue sizeswm42015-02-272-4/+4
* client API: make some more properties observablewm42015-02-271-1/+2
* manpage: update wording on speedNiklas Haas2015-02-271-2/+3
* vo_opengl: implement antiringing for tensor scalersNiklas Haas2015-02-273-10/+17
* input: handle closed pipe correctlywm42015-02-261-1/+1
* input: if FD is not writable, just don't write to the FDwm42015-02-261-6/+11
* input: allow passing FDs to --input-filewm42015-02-262-3/+15
* input: avoid creating world-writeable file with --input-unix-socketwm42015-02-263-0/+9
* audio: accept 1.0 and 2.0 as aliases for mono and stereowm42015-02-261-0/+2
* player: adjust A/V desync messagewm42015-02-261-3/+3
* vo_opengl: test FBOs only if they're going to be usedwm42015-02-261-30/+28
* vo_xv: don't attempt to clear window before mappedwm42015-02-261-0/+2
* ytdl: add "--ytdl-params" optionThiago Kenji Okada2015-02-254-0/+22
* cache: use MPCLAMP() macrowm42015-02-251-9/+2
* cache: limit to file sizewm42015-02-251-1/+8
* remove dead commentStefano Pigozzi2015-02-251-2/+0
* build: move QuartzCore linking to the cocoa checkStefano Pigozzi2015-02-253-2/+4
* sd_ass: replace a deprecated libass API callwm42015-02-251-1/+1
* demux_mkv_timeline: fix potential issue when enabling cachewm42015-02-251-0/+1
* demux_mkv_timeline: move uids array to context toowm42015-02-251-31/+26
* demux_mkv_timeline: pass sources array as part of contextwm42015-02-251-45/+39
* demux_mkv: minor refactor for deferred cue readingwm42015-02-251-45/+41
* demux_mkv: don't spam too many warnings with partial fileswm42015-02-251-14/+15
* manpage: adjust --ass-style-override descriptionwm42015-02-251-2/+1
* vo_opengl: greatly increase smoothmotion performanceNiklas Haas2015-02-242-74/+105
* manpage: update documentation for smoothmotionNiklas Haas2015-02-241-8/+27
* sub: fully update plaintext subtitle styles at runtimewm42015-02-242-6/+13
* sub: move mp_ass_configure() codewm42015-02-243-60/+57
* osd: force alignment for OSD barwm42015-02-241-1/+2
* osd: always reset style paramswm42015-02-241-11/+8
* vo_opengl: another GLES2 issuewm42015-02-241-1/+9
* vo_opengl: extend ifdef against shader arrayswm42015-02-241-1/+2
* old-build: proper atomics are not strictly requiredwm42015-02-241-1/+1
* video: remove redundant codec parameterswm42015-02-243-8/+0
* sub: apply text subtitle style overrides more eagerlywm42015-02-241-1/+3
* ytdl: add --no-warningswm42015-02-241-1/+1
* libass: remove redundant checks for LIBASS_VERSIONBen Boeckel2015-02-243-25/+0
* ytdl: Adapt to new subtitles structureJaime Marquínez Ferrándiz2015-02-241-9/+11
* filter_kernels: rename bilinear_slow to triangleNiklas Haas2015-02-241-3/+5
* filter_kernels: add robidoux and robidouxsharpNiklas Haas2015-02-241-0/+2
* filter_kernels: redefine redundant filtersNiklas Haas2015-02-241-20/+6
* filter_kernels: add ewa_lanczossharp aliasNiklas Haas2015-02-242-2/+14
* vo_opengl: support polar filters of any radiusNiklas Haas2015-02-241-6/+7
* vo_opengl: explicitly check potential candidates for polar filtersNiklas Haas2015-02-242-2/+11
* ao/wasapi: move resume to audio threadKevin Mitchell2015-02-233-24/+38
* ao_wasapi: move reset into audio threadKevin Mitchell2015-02-232-9/+37
* filter_kernels: add blur parameter to jincNiklas Haas2015-02-232-4/+10
* manpage: document scale-param1 properlyNiklas Haas2015-02-231-8/+15
* filter_kernels: gaussian: redefine the parameterNiklas Haas2015-02-231-6/+2
* filter_kernels: remove second parameter from kaiserNiklas Haas2015-02-231-3/+2
* manpage: update for new EWA filtersNiklas Haas2015-02-231-2/+2
* filter_kernels: rename ginseng to ewa_ginsengNiklas Haas2015-02-232-3/+3
* filter_kernels: add ewa_hanningNiklas Haas2015-02-231-0/+10
* filter_kernels: minor code cleanup of jinc stuffNiklas Haas2015-02-231-5/+1
* encoding: allow encoding to channel configurations other than stereowm42015-02-231-1/+3
* vf: fix indentation level of verbose outputwm42015-02-231-2/+2
* DOCS/client_api_examples/simple: fix optionwm42015-02-231-1/+1
* client API: hint that opengl_cb is an alternative to window embeddingwm42015-02-231-0/+7
* wscript: adjust some pkg-config checkswm42015-02-231-2/+2
* vo_opengl: slightly improve ewa_lanczos windowingNiklas Haas2015-02-231-33/+4
* player: fix demuxer lifetime managementwm42015-02-222-52/+43
* build: print pkg-config query on failureStefano Pigozzi2015-02-211-0/+2
* build: slightly improve libass version number test failure messagewm42015-02-211-2/+3
* manpage: ipc: add a socat examplewm42015-02-211-3/+33
* video: un-discourage "vaapi-copy" hwdec modewm42015-02-202-6/+2
* demux: timeline: honor quit requestswm42015-02-205-4/+12
* demux: add a demux_open_url() functionwm42015-02-207-78/+55
* demux: change demux_open() signaturewm42015-02-208-25/+29
* demux: add free_demuxer_and_stream() functionwm42015-02-205-18/+18
* player: move timeline scanning (ordered chapters etc.) to a threadwm42015-02-201-7/+15
* player: cosmetics: async/non-blocking -> reentrantwm42015-02-203-13/+13
* stream_file: open pipes non-blockingwm42015-02-201-4/+33
* x11egl: minor cleanupwm42015-02-201-4/+6
* vo_opengl: minor robustness improvement in function loaderwm42015-02-201-2/+5
* vo_opengl: add ginseng upscalerNiklas Haas2015-02-202-1/+12
* vo_opengl: fix smoothmotion coefficient calculation, for real this timeNiklas Haas2015-02-201-24/+31
* demux_lavf: apply hacks even if format is forcedwm42015-02-201-27/+28
* manpage: fix vf_scale arnd parameterwm42015-02-191-2/+2
* build: fix Python 3 unicode issue with waf 1.8.6wm42015-02-191-1/+7
* travis: update libass depwm42015-02-181-1/+1
* build: require recent libasswm42015-02-182-2/+2
* demux_lavf: blacklist bintext fileswm42015-02-181-0/+3
* cache: silence "EOF reached" message