summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vo_libmpv: move up update() functionwm42018-04-291-14/+12
* vo_libmpv: add support for DRwm42018-04-293-0/+38
* client API: preparations for allowing render API to use DR etc.wm42018-04-298-30/+269
* vo: move DR helper code to a separate source filewm42018-04-295-91/+184
* mp_image: fixup a simple 10L in ref_bufferJan Ekström2018-04-211-1/+1
* vo_gpu: move some extra code for screenshot to video.cwm42018-04-202-13/+15
* client API: minor clarificationwm42018-04-201-2/+2
* README: mention that Libav support is brokenwm42018-04-201-3/+3
* encode: simplify colorspace settingwm42018-04-203-38/+2
* encode: cosmeticswm42018-04-203-93/+107
* vo_lavc: remove pointless uint32_t type for int valueswm42018-04-201-7/+2
* encode: remove some unused functionswm42018-04-202-20/+0
* encoding: deprecate a bunch of obscure optionswm42018-04-204-10/+13
* audio: fix EOF handling if there was no data at allwm42018-04-201-0/+7
* video: pass through container fps to filterswm42018-04-197-15/+16
* demux: support for some kinds of timed metadatawm42018-04-188-121/+234
* player: remove in_dispatch fieldwm42018-04-184-17/+35
* dispatch: simplify, disallow recursive invocationwm42018-04-181-75/+60
* w32_common: avoid recursive dispatch queue callswm42018-04-181-1/+6
* scripting: change when/how player waits for scripts being loadedwm42018-04-185-22/+27
* cocoa-cb: fix a warning with swift 4.1 and slight cleanupAkemi2018-04-171-3/+7
* HIDRemote: fix volume buttons on macOS 10.13Akemi2018-04-171-0/+8
* hwdec_ios: fix crash after mapper_init failureAman Gupta2018-04-171-2/+4
* demux: mark eia608 packets as keyframesAman Gupta2018-04-171-0/+1
* demux, player: mark dependent tracksAman Gupta2018-04-174-1/+5
* client API: make sure to send IDLE event after mpv_initialize()wm42018-04-161-0/+1
* demux_lavf: use new libavformat semantics for stream resyncwm42018-04-161-17/+2
* client API: fix potential sporadic freezes on terminationwm42018-04-161-4/+4
* client API: clarify that Display pointers etc. need to stay validwm42018-04-162-8/+25
* f_lavfi: add an option to use old audio PTS handling for af_lavfiwm42018-04-153-1/+45
* DOCS/interface-changes.rst: adjust some audio filter change noteswm42018-04-151-3/+5
* audio: do not try to resample spdif datawm42018-04-151-0/+5
* audio: don't recreate AO if a filter changes the output formatwm42018-04-152-4/+32
* ao_alsa: actually report underruns to userwm42018-04-151-5/+5
* f_output_chain: fix typowm42018-04-151-1/+1
* audio: change format negotiation, remove channel remix fudgingwm42018-04-153-229/+89
* f_autoconvert: be less clever about running specific codepathswm42018-04-151-28/+14
* ao_pulse: reduce requested device buffer sizewm42018-04-152-2/+2
* ao_alsa: reduce requested buffer sizewm42018-04-151-2/+2
* ao_alsa: add options for controlling period/buffer sizewm42018-04-152-8/+30
* ytdl_hook: don't log error when loading is abortedwm42018-04-151-2/+6
* stream_libarchive: mark as needing cachewm42018-04-151-0/+1
* demux: fix deadlock on "program" property changeswm42018-04-151-0/+6
* demux_mkv: fix certain cases of recursive SeekHeadswm42018-04-151-4/+1
* vo_gpu: hwdec: Use ffnvcodec to load CUDA symbolsPhilip Langdale2018-04-155-246/+50
* build: fixup vendored wayland protocols with variantsJan Ekström2018-04-152-10/+31
* ao_openal: document the muted↔gain conversionJan Ekström2018-04-151-0/+3
* ao/openal: Remove notes on experimentality from the documentationLAGonauta2018-04-151-4/+1
* ao/openal: Add option to set buffering characteristicsLAGonauta2018-04-152-23/+70
* ao/openal: Add better sample format and channel layout selectionLAGonauta2018-04-151-139/+73
* ao/openal: Add OpenAL Soft extension to get the correct latencyLAGonauta2018-04-151-1/+16
* ao/openal: Add support for direct channels outputLAGonauta2018-04-152-0/+16
* ao/openal: Add hardware mute supportLAGonauta2018-04-151-0/+12
* ao/openal: Use only one source for audio outputLAGonauta2018-04-151-52/+153
* opengl: include details in EGL context errorsAman Gupta2018-04-121-3/+3
* demux_lavf: skip demuxer hack iteration if hacks are disabledsergey.dobrodey2018-04-121-3/+1
* demux_mkv: add V_AV1 identifier for AV1Jan Ekström2018-04-081-0/+1
* manpage: document vaapi-deviceKevin Mitchell2018-04-081-0/+4
* manpage: move cuda-decode-device with hwdec optionsKevin Mitchell2018-04-081-10/+10
* js: use new hooks API (match f60826c3)Avi Halachmi (:avih)2018-04-072-10/+50
* js: dump(..): fix incorrect <VISITED> with array argumentAvi Halachmi (:avih)2018-04-071-1/+1
* js: implement mp.register_idleAvi Halachmi (:avih)2018-04-072-7/+53
* js: implement mp.options.read_optionsAvi Halachmi (:avih)2018-04-072-8/+60
* config: replace config dir lua-settings/ with dir script-opts/Avi Halachmi (:avih)2018-04-076-5/+14
* ao_opensles: let cfg_frames_per_buffer accept buffer size up to 0.5s at 192kHzTom Yan2018-04-051-1/+1
* ao_opensles: remove useless cfg_sample_rateTom Yan2018-04-052-5/+1
* ao_opensles: bump device buffer size to 250msTom Yan2018-04-051-1/+1
* ao_opensles: do one buffer onlyTom Yan2018-04-051-15/+8
* av_common: cosmetic simplification to ffmpeg component iteration loopswm42018-04-031-4/+2
* f_lavfi: use new libavfilter iteration APIwm42018-04-033-5/+6
* video: remove libavutil PSEUDOPAL stuffwm42018-04-033-6/+3
* vaapi: add option to select a non-default device pathRostislav Pehlivanov2018-03-303-27/+52
* lavc_conv: do not allow libavcodec to drop subtitles with broken UTF-8wm42018-03-262-1/+2
* player: fix hook processing consistency and code duplication issueswm42018-03-263-45/+20
* client API: add a first class hook API, and deprecate old APIwm42018-03-2614-103/+283
* client API: deprecate mpv_get_wakeup_pipe()wm42018-03-263-17/+24
* command: remove an old compatibility hackwm42018-03-262-48/+3
* command: remove duplication of property set error message handlingwm42018-03-261-59/+36
* command: move property multiply code to m_property.cwm42018-03-263-26/+36
* command: use mpv_node helpers instead of duplicated codewm42018-03-262-27/+12
* manpage: mention how to get multiple video tracks for --lavfi-complexwm42018-03-261-0/+2
* client API: add a new way to pass X11 Display etc. to render APIwm42018-03-2624-144/+132
* f_decoder_wrapper: retry decoding if libavcodec returns invalid statewm42018-03-261-2/+7
* player: don't print error if aborted while loading external fileswm42018-03-261-1/+2
* demux, stream: ignore packets and errors on forced exitwm42018-03-262-3/+4
* cocoa-cb: render on a dedicated dispatch queueAkemi2018-03-253-28/+36
* stats: print section titles independentlyJulian2018-03-251-3/+6
* stats: improve video/audio detectionJulian2018-03-251-30/+29
* ao_opensles: re-flow interface/configuration retrievalJan Ekström2018-03-241-9/+18
* ao_opensles: fix audio sync using device latency extensionAman Gupta2018-03-231-3/+20
* drm/atomic: ensure request is available until uninitLongChair2018-03-231-3/+14
* mpv.desktop: fix French translation consistencyemersion2018-03-181-1/+3
* cocoa-cb: fix shutdown when fullscreen animation is runningAkemi2018-03-183-8/+21
* vo_gpu: fix anamorphic video screenshots (second try)wm42018-03-161-3/+4
* img_format.h: cosmetics: fix whitespacewm42018-03-151-1/+1
* manpage: document that ---ao overrides --audio-devicewm42018-03-151-1/+3
* f_hwtransfer: more detailed loggingwm42018-03-151-3/+4
* f_hwtransfer: fix a logic errorwm42018-03-151-2/+2
* vo: pass through framedrop flag differentlywm42018-03-154-17/+5
* vo: move display-fps internal option value to VO optswm42018-03-154-28/+24
* video: add an option to tune waiting for video timingwm42018-03-156-2/+50
* vo: cosmetics: fix a case of bad whitespacewm42018-03-151-2/+1
* client API: deprecate qthelper.hppwm42018-03-152-5/+17
* vo_gpu: fix anamorphic screenshotswm42018-03-151-2/+2
* mp_image: fix UB with certain callers like vf_vdpauppwm42018-03-151-0/+4
* DOCS/options: clarify that --end also supports relative timeRicardo Constantino2018-03-151-2/+2
* stream_file: enable cache for FUSE filesystems on OS XPhilip Sequeira2018-03-151-1/+2
* stream_file: add more network file systems (Linux)Philip Sequeira2018-03-151-0/+1
* client API: send MPV_EVENT_SHUTDOWN only oncewm42018-03-153-3/+6
* all: replace mpv_detach_destroy() with mpv_destroy()wm42018-03-154-8/+8
* client API: rename mpv_detach_destroy() to mpv_destroy()wm42018-03-154-8/+30
* client API: add mpv_create_weak_client()wm42018-03-156-5/+44
* client API: cleanup mpv_handle terminationwm42018-03-156-113/+150
* player: move locale check to mp_create()wm42018-03-152-25/+30
* player: shuffle around CLI exit code handlingwm42018-03-152-58/+44
* cocoa-cb: fix crash on startup with not initialised title barAkemi2018-03-141-1/+2
* cocoa-cb: fix crash with forced iGPU on some multi GPU systemsAkemi2018-03-141-3/+5
* build: fix swift build with waf 1.8.4Akemi2018-03-112-4/+4
* cocoa-cb: remove unneeded icc-profile-auto checkAkemi2018-03-111-3/+1
* cocoa-cb: fix usage of wrong fbo when off-screenAkemi2018-03-111-4/+4
* cocoa-cb: don't deactivate mouse events completely with input-cursor=noAkemi2018-03-111-7/+2
* doc: fix formatting of video-frame-info propertiesAman Gupta2018-03-111-5/+5
* demux: fix comment typoAman Gupta2018-03-111-1/+1
* TOOLS/autoload: be more robust with slow directory listingsRicardo Constantino2018-03-101-11/+24
* vo_vdpau: fix resizing and rotation problemswm42018-03-081-3/+7
* ao_sdl: fix default buffer sizewm42018-03-081-5/+6
* ao: do not allow actual buffer size of 0wm42018-03-081-0/+1
* demux: correctly report buffered size as 0 if there are no packetswm42018-03-081-1/+1
* vd_lavc: slightly better logging about why hwdec is not usedwm42018-03-081-5/+9
* scripting: make a function staticwm42018-03-082-2/+1
* osxbundle: fix bundle creation with python3Akemi2018-03-081-6/+8
* ao_opensles: bump device buffer size to 200mstomty892018-03-071-1/+1
* ao_opensles: remove set_play_state()tomty892018-03-071-10/+1
* ao_opensles: clear buffer queue in reset()tomty892018-03-071-1/+2
* hwdec_drmprime_drm: Fix a DRM buffer memory leakageLongChair2018-03-051-2/+3
* cocoa-cb: fix a segfault without videoAkemi2018-03-041-10/+7
* cocoa-cb: fix wrong aspect ratio on live resize after reconfig resizeAkemi2018-03-041-1/+1
* cocoa-cb: change handling of window aspect ratio changesAkemi2018-03-043-34/+16
* context_drm_egl: Allow fallback EGLConfig formatsAnton Kindestam2018-03-041-17/+49
* tv: Recognise v4l2 'JPEG' fourccPhilip Langdale2018-03-044-3/+8
* input: minor additions to default key bindingswm42018-03-042-13/+64
* client: remove legacy API that is unused nowAkemi2018-03-042-44/+1
* cocoa-cb: use new libmpv API instead of opengl-cbAkemi2018-03-045-62/+76
* cocoa-cb: move the GL dummy function to swiftAkemi2018-03-042-6/+3
* cocoa-cb: remove debug remnant (stray print)Akemi2018-03-041-1/+0
* vo_gpu: don't segfault in libmpv_gl's destroy()Niklas Haas2018-03-041-1/+2
* wscript: also install render API related headersNiklas Haas2018-03-041-1/+2
* player: fix strange behavior on edition switchingwm42018-03-031-0/+2
* player: don't free root filter while it's still neededwm42018-03-031-1/+1
* demux_lavf: add some hacks for SDPwm42018-03-031-0/+6
* player: fix track autoselection of external files yet againwm42018-03-031-3/+3
* command: fix whitespacewm42018-03-031-1/+1
* video: add option to reduce latency by 1 or 2 frameswm42018-03-035-4/+31
* manpage: describe how to list/inspect/apply profileswm42018-03-031-0/+5
* options: add a builtin low-latency profilewm42018-03-032-0/+49
* video: don't read ahead a frame in --untimed modewm42018-03-031-0/+3
* demux_lavf: add --demuxer-lavf-probe-info=nostreamswm42018-03-032-4/+11
* demux: move some code to a separate functionwm42018-03-031-33/+41
* demux: improve audio tag merging for OGG fileswm42018-03-031-4/+17
* vo_gpu: error out if there were rendering errors when taking screenshotwm42018-03-031-1/+5
* vo_gpu: fix taking screenshots of rotated videoswm42018-03-031-0/+3
* vd_lavc: fix inverted conditionwm42018-03-031-1/+1
* mp_image: replace rude function with less rude FFmpeg upstream functionwm42018-03-034-54/+5
* demux_lavf: don't mess up in streams with unknown size and init segmentwm42018-03-031-1/+2
* player: set thread name in opener threadwm42018-03-031-0/+3
* DOCS/interface-changes: add note about desyncing audio filterswm42018-03-031-0/+2
* mp_image: make ref error handling slightly readablewm42018-03-031-10/+9
* mp_image: pass through unknown AVFrame side datawm42018-03-032-1/+42
* player: add warning comment about ignoring ABI safetywm42018-03-031-0/+3
* mp_image: fix subtle side data memory leakswm42018-03-031-2/+2
* demux_mkv: enable libavcodec parser for eac3wm42018-03-031-1/+1
* README: mention some semi-required FFmpeg dependencieswm42018-03-031-0/+4
* demux_edl: fix undefined behavior if mp4 init segment is not providedwm42018-03-031-1/+1
* cocoa-cb: fix building with SDK 10.12 and earlierAkemi2018-03-011-1/+1
* build: restore alphabetical sort order of file listswm42018-02-281-71/+71
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-2823-288/+1267
* m_option: remove unneded compatibility featureswm42018-02-282-9/+2
* vo_gpu: remove a dead declarationwm42018-02-281-1/+0
* client API: clarify license, fix some typoswm42018-02-282-3/+4
* osdep/atomic: add emulation for atomic_exchange()wm42018-02-28