summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demux_mkv: reindent, cosmeticswm42015-02-051-97/+79
* demux_mkv: simplify realaudio handlingwm42015-02-051-30/+17
* demux_mkv: remove realvideo-specific aspect ratio handlingwm42015-02-051-17/+5
* demux_mkv: use libavcodec parser for realvideowm42015-02-051-68/+4
* demux_mkv: retrieve timestamps from libavcodec parserwm42015-02-051-3/+16
* demux_mkv: refactor packet parsingwm42015-02-053-86/+115
* build: add option to generate a clang compilation databaseStefano Pigozzi2015-02-052-0/+75
* vo_vdpau: remove unneeded codewm42015-02-041-4/+0
* vo_opengl: redraw when pausing while showing an interpolated framewm42015-02-043-1/+18
* options: allow things like --geometry=x50wm42015-02-041-2/+3
* matroska: warn against mismatching segmentswm42015-02-041-0/+49
* player: move timeline specific handling to timeline loaderswm42015-02-044-14/+14
* manpage: document hook APIwm42015-02-042-14/+64
* command: add on_unload hookwm42015-02-042-0/+14
* stream_cdda: fix bugs in chapter time retrievalwm42015-02-041-2/+2
* demux_raw: output smaller audio packetswm42015-02-041-1/+1
* osdep/subprocess-posix: remove __GLIBC__ guardKevin Mitchell2015-02-031-3/+2
* player: make --force-window create the window immediately on startwm42015-02-031-0/+1
* player: remove --fixed-vowm42015-02-036-12/+5
* options: allow more options to be changed at runtimewm42015-02-031-9/+9
* cocoa: improve refresh rate fallback codeStefano Pigozzi2015-02-031-9/+14
* cocoa: automatically fetch display-fps from the monitorStefano Pigozzi2015-02-032-2/+28
* vo_opengl: disable alpha by defaultwm42015-02-032-3/+3
* demux_disc: fix CDDA seekabilitywm42015-02-031-6/+13
* vo_opengl: avoid unnecessary shader reinit on fullscreen togglewm42015-02-031-2/+4
* vo_opengl: change initialization of gamma optionwm42015-02-033-22/+42
* csputils, vo_opengl: remove per-component gammawm42015-02-034-15/+7
* csputils: remove some unused functions, make some privatewm42015-02-032-69/+4
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-036-34/+55
* options: fix parsing for options/af and options/vfwm42015-02-031-1/+4
* vo_opengl: change upper bound of :gamma to 2.0Niklas Haas2015-02-032-2/+2
* manpage: add recommended values to :gamma suboptionNiklas Haas2015-02-031-4/+12
* vo_opengl: always clamp the video to range 0-1Niklas Haas2015-02-031-5/+4
* ao_coreaudio: fix small memory leakStefano Pigozzi2015-02-031-0/+4
* ao_coreaudio: use device UID instead of ID for selectionStefano Pigozzi2015-02-034-19/+46
* command: add property returning detected audio deviceStefano Pigozzi2015-02-036-1/+26
* win32: don't resize when window is minimizedwm42015-02-021-5/+6
* command: add property returning detected hwdec APIwm42015-02-028-15/+59
* player: add external audio file auto-loadingwm42015-02-026-84/+134
* options: slightly improve help output for choice and flag optionswm42015-02-021-9/+12
* command: add properties returning the current VO and AO driverwm42015-02-022-2/+24
* client API: add mpv_wait_async_requests()wm42015-02-024-9/+29
* command: add dummy get implementation for tv-channel propertywm42015-02-022-0/+3
* vo_opengl: fix breakage with rotated video on initial displaywm42015-02-021-11/+11
* osxbundle: don't try to package PythonStefano Pigozzi2015-02-021-0/+1
* build: disable pdf build by defaultwm42015-02-021-0/+1
* demux_mkv: use unique IDs for cover art pseudo-trackswm42015-02-011-0/+1
* player: dump audio jitter to stats filewm42015-02-011-4/+5
* TOOLS/stats-conv: change unit of X-axis to secondswm42015-02-011-3/+5
* command: send additional property change events in-between loadingwm42015-02-013-0/+3
* command: improve observability of some audio propertieswm42015-02-011-1/+2
* build: fix v4l2 support on NetBSDwm42015-01-311-5/+12
* player: don't treat audio playback restart while paused specialwm42015-01-301-4/+1
* player: minor simplification in A/V-sync related codewm42015-01-302-10/+6
* Revert "player: allow seeking audio between video frames"wm42015-01-301-9/+1
* ao_null: add emulation for certain broken behaviorwm42015-01-302-1/+15
* player: print desync message on negative A/V-sync toowm42015-01-301-1/+1
* player: rearrange some A/V-sync related codewm42015-01-301-6/+5
* player: use correct type for some relative timeswm42015-01-301-3/+3
* av_common: add comment about using now-deprecated libavcodec fieldwm42015-01-301-1/+2
* vo_opengl: use triangle strip for videowm42015-01-302-52/+29
* README: mention that youtube-dl integration requires Luawm42015-01-301-1/+1
* vo_opengl: don't unnecessarily call glDebugMessageCallback()wm42015-01-301-1/+2
* vo_opengl: fix a castwm42015-01-291-1/+1
* command: change sub-visibility OSD messagewm42015-01-291-1/+2
* vf_vapoursynth: load Lua stdlib in Lua modewm42015-01-291-0/+1
* vo_opengl: let hwdec driver report the exact image formatwm42015-01-295-24/+31
* vo_opengl: move remaining OSD rendering parts to gl_osd.cwm42015-01-293-136/+156
* vo_opengl: split out a helper for drawing primitiveswm42015-01-293-16/+29
* vo_opengl: some minor cleanupswm42015-01-293-99/+74
* vo_opengl: force redraw on command line changeswm42015-01-291-0/+1
* vo_opengl: move FBO helper to gl_utilswm42015-01-293-118/+122
* vo_opengl: fix shader issue with Intel driverswm42015-01-291-2/+2
* player: move more code out of central playloop functionwm42015-01-291-58/+73
* player: remove redundant variablewm42015-01-295-12/+9
* vo_opengl: create abstraction for VAOswm42015-01-283-62/+124
* vo_opengl: remove some unused functionswm42015-01-283-33/+11
* vo_opengl: move utility functions from loader to a separate filewm42015-01-2810-215/+265
* player: allow seeking audio between video frameswm42015-01-281-1/+9
* player: enable hr-seek on audio after video endwm42015-01-281-1/+2
* vo_opengl: remove is_linear_rgb and clean up codeNiklas Haas2015-01-282-12/+13
* man: expand on the smoothmotion documentationStefano Pigozzi2015-01-281-4/+13
* vo_opengl: fix the fix for fixing odd video sizeswm42015-01-281-16/+15
* vo_opengl: fix display of ARGB ith color management enabledwm42015-01-283-37/+9
* player: demote matroska ordered chapter scanning messages to VerboseDiogo Franco (Kovensky)2015-01-282-2/+2
* vf_ilpack: remove this filterwm42015-01-275-198/+0
* vf_divtc: remove this filterwm42015-01-276-777/+0
* vf_phase: remove this filterwm42015-01-275-364/+0
* vf_swapuv: remove this filterwm42015-01-275-71/+0
* vf_softpulldown: remove this filterwm42015-01-275-196/+0
* vf_pullup: remove builtin implementationwm42015-01-275-922/+10
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILBen Boeckel2015-01-274-6/+6
* vo_opengl: change the way unaligned chroma size is handledwm42015-01-274-11/+27
* manpage: fix rst2pdf buildMartin Herkt2015-01-271-5/+5
* command: export more details about file seekabilitywm42015-01-264-1/+22
* player: fix framestep over timeline segment boundarieswm42015-01-261-0/+2
* vo: handle very long frame durations with smoothmotion enabledwm42015-01-261-1/+1
* options: list correct default value for --screenshot-templatewm42015-01-262-1/+2
* msg: add --log-file optionwm42015-01-266-1/+32
* manpage: document 'A' keywm42015-01-261-0/+3
* manpage: fix typoDiogo Franco (Kovensky)2015-01-261-1/+1
* manpage: fix smoothmotion-threshold value rangewm42015-01-261-1/+1
* vo_opengl: drop sRGB framebuffer detectionwm42015-01-262-9/+1
* options: make --hls-bitrate=max the defaultwm42015-01-262-2/+3
* manpage: describe some more config directory artifactswm42015-01-261-9/+27
* input.conf: bind 'A' to cycling aspect ratioswm42015-01-261-0/+2
* video/out: cosmetics: rename VO_EVENT_ICC_PROFILE_PATH_CHANGEDwm42015-01-264-7/+7
* vo_opengl, x11: implement icc-profile-autowm42015-01-263-5/+37
* vo_opengl: minor changes to ICC update codewm42015-01-262-19/+20
* vo_opengl: update a commentwm42015-01-261-2/+3
* vo_opengl: make "mitchell" the hq default filter for downscalingwm42015-01-262-2/+3
* vo_opengl: simplify radius initializationwm42015-01-262-18/+6
* vo_opengl: fancy-downscale affects luma-scaler onlywm42015-01-251-1/+1
* ao_pulse: plug a memory leakBen Boeckel2015-01-251-0/+3
* lua: do not use math.pow()wm42015-01-251-1/+1
* vo: fix redraw logicwm42015-01-251-4/+2
* input: fix dangling pointerwm42015-01-251-0/+1
* options: don't list removed optionswm42015-01-251-0/+3
* vo_opengl: remove remnants of dropped stereo buffer supportwm42015-01-243-15/+0
* vo: generic redraw supportwm42015-01-242-7/+5
* vo: simplify VOs by adding generic screenshot supportwm42015-01-2415-135/+39
* ytdl: implement user-agent and cookie overrideswm42015-01-241-5/+34
* cocoa: fix fallback for OpenGL 2.1 hardware [2]Stefano Pigozzi2015-01-241-7/+13
* cocoa: fix fallback for OpenGL 2.1 hardwareStefano Pigozzi2015-01-241-25/+25
* video: separate screenshot modeswm42015-01-2313-92/+63
* input, player: new command for mouse eventxylosper2015-01-234-0/+45
* vo: fix disabling/enabling smoothmotion at runtimewm42015-01-235-12/+13
* youtube-dl_mpv.sh: unquote ${video_url}Vítor Galvão2015-01-231-1/+1
* manpage: minor changeswm42015-01-235-20/+28
* command: export file format as propertywm42015-01-234-5/+20
* build: remove bogus client API examples buildwm42015-01-235-40/+9
* vf_vavpp: add more deinterlacing algorithmswm42015-01-232-7/+26
* input: handle mixing key press and up/down events betterwm42015-01-231-4/+5
* x11: remove unnecessary codewm42015-01-231-3/+0
* vo: allow dropping additional frames with smoothmotionwm42015-01-231-6/+6
* vo: cosmeticswm42015-01-231-22/+24
* ao_wasapi: fix try_format logic in shared modeJames Ross-Gowan2015-01-231-2/+1
* vo: fix framedrop in normal casewm42015-01-231-1/+2
* player: some fixes for property notificationxylosper2015-01-232-4/+4
* vo_opengl: add smoothmotion frame blendingStefano Pigozzi2015-01-238-20/+239
* youtube-dl_mpv.sh: use curly braces and double quotes consistentlyVítor Galvão2015-01-221-8/+8
* filter_kernels: improve a commentwm42015-01-221-3/+2
* manpage: vo_opengl: describe how to get lanczos2/lanczos3wm42015-01-221-0/+3
* vo_opengl: improve terminal messages with lscale suboption errorswm42015-01-221-5/+13
* vo_opengl: remove scale-sep and indirect optionsNiklas Haas2015-01-223-39/+13
* filter_kernels: get rid of sinc/lanczos aliasesNiklas Haas2015-01-221-12/+0
* vo_opengl: rename all scale options to make more senseNiklas Haas2015-01-223-51/+56
* vo_opengl: switch to nearest neighbour for trivial resamplingNiklas Haas2015-01-222-3/+12
* vo_opengl: always prefer indirect scalingNiklas Haas2015-01-222-23/+19
* vo_opengl: implement naive anti-ringingNiklas Haas2015-01-224-14/+45
* vo_opengl: unroll ewa_lanczos to avoid looping and unnecessary samplesNiklas Haas2015-01-222-10/+29
* vo_opengl: clean up ewa_lanczos codeNiklas Haas2015-01-226-32/+60
* vo_opengl: guarantee correct reinitialization on setting optionswm42015-01-221-0/+1
* vo_opengl: don't reset unused GL_PACK_... statewm42015-01-221-4/+1
* vo_opengl: simplify screenshot codewm42015-01-223-76/+13
* vo_vdpau: don't render to an output surface if it could be busywm42015-01-221-6/+6
* video: handle hwdec screenshots differentlywm42015-01-2213-97/+182
* mp_image_pool: allow passing pool=NULL in more placeswm42015-01-221-2/+4
* video: have a generic context struct for hwdec backendswm42015-01-2217-34/+56
* cocoa: remove support for systems without gl3.h headerStefano Pigozzi2015-01-222-37/+3
* vo_opengl: make the default radius 3.0 and simplify scaler documentationNiklas Haas2015-01-213-15/+17
* manpage: vo_opengl: change scaler descriptions and recommendationswm42015-01-211-37/+13
* vaapi: minor simplificationwm42015-01-214-9/+6
* video: remove vfcap.hwm42015-01-2122-112/+40
* video: try to keep implied alpha when using conversion filterswm42015-01-211-1/+1
* vo_direct3d: unify d3d "reset" and uninit pathswm42015-01-211-24/+21
* vo_direct3d: disable shaders if unavailablewm42015-01-211-23/+24
* vo_opengl: cleanups after vo_opengl_old removalwm42015-01-2110-445/+75
* vo: never autoselect vo_nullwm42015-01-211-2/+4
* ao_alsa: reinitialize if device got brokenwm42015-01-211-0/+3
* vo_opengl: handle grayscale input better, add YA16 supportwm42015-01-217-21/+26
* vf_scale: replace ancient fallback image format selectionwm42015-01-213-141/+36
* stream: reject overly long URLswm42015-01-211-0/+4
* stream_lavf: escape disallowed characters in http URLswm42015-01-212-5/+24
* vo_opengl_old: remove this VOwm42015-01-208-2507/+2
* client API: check locale, and reject anything other than "C" localewm42015-01-201-0/+16
* vo_opengl: fix typowm42015-01-201-1/+1
* build: reduce worst case with mismatching FFmpeg pkg-config fileswm42015-01-201-8/+8
* README: extend dependecy list, link Windows compilation docswm42015-01-202-5/+16
* win32: remove check for SetPriorityClass()wm42015-01-203-10/+5
* vo_opengl: remove cscale-down suboptionwm42015-01-203-9/+15
* audio: don't force any parameters if spdif is usedwm4