summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-281-0/+7
* osdep/atomic: fix potential shadowing warningswm42018-02-281-8/+8
* cocoa-cb: make fullscreen resize animation duration configurableAkemi2018-02-283-2/+30
* cocoa-cb: fix stretched gl surface on window aspect ratio changeAkemi2018-02-282-2/+48
* cocoa-cb: change border and borderless window stylingAkemi2018-02-289-20/+158
* drm_common: Improve VT switching signal handling somewhatAnton Kindestam2018-02-261-1/+15
* vo_drm: Fix pageflip errors on VT switchAnton Kindestam2018-02-261-2/+5
* context_drm_egl: Repair VT switchingAnton Kindestam2018-02-261-2/+27
* context_drm_egl: Introduce 30bpp supportAnton Kindestam2018-02-264-30/+103
* egl_helpers: mpegl_cb can now signal an error conditionAnton Kindestam2018-02-262-1/+8
* cocoa-cb: fix wrong fullscreen window sizeAkemi2018-02-252-11/+21
* cocoa-cb: fix wrong drawing size on resizeAkemi2018-02-251-17/+12
* vo_gpu: fix mobius tone mapping when sig_peak <= 1.0Niklas Haas2018-02-251-0/+2
* vo_gpu: don't tone-map for pure gamut reductionsNiklas Haas2018-02-251-3/+0
* stream_file: add mode for reading appended fileswm42018-02-212-7/+61
* audio: improve behavior if filters output nothing during probingwm42018-02-212-1/+9
* cocoa-cb: fix invalid framebuffer operation errorAkemi2018-02-211-1/+5
* drm_vo: pixel aspect from --monitoraspectMarco Migliori2018-02-211-1/+7
* vf_vapoursynth: fix freezewm42018-02-201-5/+7
* vo_gpu: introduce --target-peakNiklas Haas2018-02-204-7/+49
* vo_gpu: correctly parametrize the HLG OOTF by the display peakNiklas Haas2018-02-201-20/+31
* vo_gpu: simplify and correct color scale handlingNiklas Haas2018-02-203-33/+40
* vo_mediacodec_embed: fix forgotten VO_CAP_NOREDRAW→VO_CAP_NORETAINJan Ekström2018-02-201-1/+1
* video: fix --video-rotate in some caseswm42018-02-181-1/+1
* cocoa-cb: fix hwdec when drawing off-screenAkemi2018-02-171-0/+1
* video: do not buffer extra frames with VO_CAP_NORETAIN outputsAman Gupta2018-02-171-0/+3
* video: rename VO_CAP_NOREDRAW to VO_CAP_NORETAINAman Gupta2018-02-172-4/+4
* vo_gpu: hwdec_drmprime_drm: cosmetic simplificationwm42018-02-161-6/+3
* filter: fix potential NULL pointer derefwm42018-02-161-1/+1
* command: simplify mp_property_filter_metadatawm42018-02-161-19/+11
* github: recommend 0x0.st rather than sprunge.us for logfilesKevin Mitchell2018-02-161-1/+1
* build: fix dependency check on macOSAkemi2018-02-162-9/+8
* cocoa-cb: fix drawing on macOS 10.11Akemi2018-02-161-3/+19
* build: fix linking libmpv when swift features are builtAkemi2018-02-132-0/+3
* build: remove shell usage from swift build scriptsAkemi2018-02-131-4/+5
* build: fix swift detection with python2Akemi2018-02-131-6/+2
* lua+js: Implement utils.getpid()sfan52018-02-135-0/+51
* vo_gpu: remove old window screenshot glue code and GL implementationwm42018-02-134-42/+0
* f_lavfi: extend filter help outputwm42018-02-131-1/+41
* options: minor cleanup to --no-... handlingwm42018-02-133-7/+14
* options: prefix option with "--" in one case in help outputwm42018-02-131-1/+1
* vo: make opengl-cb first in the autoprobing orderwm42018-02-134-5/+12
* Fix recent FFmpeg deprecationswm42018-02-137-56/+56
* filter: extend documentation commentswm42018-02-131-6/+43
* filter: simplify/fix external filter graph usagewm42018-02-131-34/+37
* audio: don't touch spdif frames in mp_aframe_clip_timestamps()wm42018-02-131-0/+3
* f_lavfi: fix typo in commentwm42018-02-131-1/+1
* demux: lower demuxer cache default sizeswm42018-02-131-2/+2
* filter: adjust root log prefixwm42018-02-131-2/+3
* vf_vavpp: select best quality deinterlacing algorithm by defaultwm42018-02-133-6/+28
* manpage: remove mention of --vf=eqwm42018-02-131-1/+1
* input: add a keybinding to toggle hardware decodingwm42018-02-133-0/+5
* video: make --deinterlace and HW deinterlace filters always deinterlacewm42018-02-137-8/+13
* build: drop support for SDL1wm42018-02-133-8/+1
* audio: move back PTS jump detection to before filter chainwm42018-02-134-21/+20
* DOCS/interface-changes.rst: fix typowm42018-02-131-1/+1
* vo_gpu: d3d11: implement tex_download()James Ross-Gowan2018-02-135-102/+57
* vo_gpu: use a variable for the RA_CAP_FRAGCOORD flagJames Ross-Gowan2018-02-131-4/+3
* vo_gpu: check for HDR peak detection in dumb mode tooJames Ross-Gowan2018-02-131-7/+8
* build: fix swift detection on major swift versionsAkemi2018-02-121-2/+2
* build: fix swift detection with python3Akemi2018-02-121-1/+1
* build: fix configure on windowsAkemi2018-02-121-7/+8
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-1223-82/+2054
* build: fix linking to dev SDK on macOSAkemi2018-02-121-1/+21
* osx: always deactivate the early opengl flush on macOSAkemi2018-02-122-2/+9
* ytdl_hook: add ytdl:// prefix again for non-youtube playlistsRicardo Constantino2018-02-111-2/+6
* ytdl_hook: add script opt for using manifest URLsRicardo Constantino2018-02-112-2/+7
* ytdl_hook: parse youtube playlist urls to set start indexRicardo Constantino2018-02-111-5/+53
* ytdl_hook: exit early, save an indentation levelRicardo Constantino2018-02-111-164/+165
* ytdl_hook: various nitRicardo Constantino2018-02-111-9/+5
* ytdl_hook: whitelist subtitle URLs as wellRicardo Constantino2018-02-111-2/+4
* ytdl_hook: use fallback if there's no demuxer-lavf-list propRicardo Constantino2018-02-111-3/+3
* appveyor: trigger build on pushing to 'ci'Kevin Mitchell2018-02-111-0/+1
* vo_drm: support --monitorpixelaspectMarco Migliori2018-02-111-0/+2
* vo_drm: reset last input image on reconfigMarco Migliori2018-02-111-0/+3
* vo_drm: make the osd as large as the screenMarco Migliori2018-02-111-18/+18
* vo_gpu: make screenshots use the GL rendererwm42018-02-1116-33/+219
* vo_gpu: add internal ability to skip osd/subs for renderingwm42018-02-115-18/+40
* vo_gpu: use blit() only if target ra_tex supports itwm42018-02-111-2/+3
* vo_gpu: add memory barrier on the HDR peak detectionNiklas Haas2018-02-111-0/+1
* vo_gpu: correctly infer HDR peak detection supportNiklas Haas2018-02-111-1/+4
* vo_gpu: refactor HDR peak detection algorithmNiklas Haas2018-02-113-16/+41
* appveyor: use undocumented --ask to force yes for all questionsRicardo Constantino2018-02-111-3/+3
* player: correctly set track information on adding external filesZehua Chen2018-02-103-34/+44
* wayland_common: fix idle_inhibitor protocol segfaultRostislav Pehlivanov2018-02-091-0/+1
* drmprime interop : Add frames triple bufferingLongChair2018-02-071-3/+8
* vd_lavc: fix stall with some uses of --hwdec=copywm42018-02-051-3/+6
* vo_gpu: port HDR tone mapping algorithm from libplaceboNiklas Haas2018-02-054-81/+123
* vo_gpu: add RA_CAP for gl_NumWorkGroupsNiklas Haas2018-02-053-1/+3
* vo_gpu: vulkan: correctly enable textureGatherOffsetNiklas Haas2018-02-052-2/+3
* vo_gpu: vulkan: don't issue queries for unused timersNiklas Haas2018-02-051-5/+13
* vo_gpu: vulkan: try enabling required featuresNiklas Haas2018-02-052-0/+10
* vo_gpu: vulkan: add missing buffer barrier fieldsNiklas Haas2018-02-051-0/+2
* f_decoder_wrapper: fix log message incorrect for audiowm42018-02-051-1/+1
* f_demux_in: give it a slightly better filter namewm42018-02-051-1/+1
* filter: don't randomly lose async wakeup notificationswm42018-02-051-5/+4
* vd_lavc: fix recently broken hardware decode fallbackwm42018-02-041-7/+16
* vf_vapoursynth: always keep input frame array filledwm42018-02-031-1/+3
* vf_vapoursynth: fix lockingwm42018-02-031-1/+2
* tests: stop comparing floats against DBL_EPSILON, use FLT_EPSILONIlya Tumaykin2018-02-032-6/+7
* swresample: minor simplificationwm42018-02-031-7/+6
* swresample: remove unnecessary request for new inputwm42018-02-031-1/+2
* swresample: actually reinit resampler on large speed changeswm42018-02-031-5/+13
* loadfile: make --lavfi-complex runtime changes more flexiblewm42018-02-031-18/+27
* loadfile: initialize decoders after outputs for --lavfi-complexwm42018-02-031-37/+31
* loadfile: fix crash in some cases of setting --lavfi-complex at runtimewm42018-02-031-1/+1
* loadfile: remove minor unneeded things from --lavfi-complex setupwm42018-02-031-3/+1
* f_output_chain: remove unused got_input_eof fieldwm42018-02-032-4/+1
* vf_vapoursynth: fix obscure/impossible leakwm42018-02-031-0/+1
* vf_vapoursynth: fix output colorspace flags and other attributeswm42018-02-031-0/+2
* vf_vapoursynth: fix potential deadlock on init failurewm42018-02-031-1/+1
* vf_vapoursynth: initialize start timestamp properlywm42018-02-031-1/+1
* f_utils: fix leak in frame duration filterwm42018-02-031-0/+1
* video: fix passing down FPS to vf_vapoursynthwm42018-02-033-11/+11
* swresample: limit output size of audio frameswm42018-02-033-35/+67
* af_scaletempo: output minimally sized audio framewm42018-02-031-57/+76
* filter: add/use a convenience functionwm42018-02-033-2/+12
* options: slightly improve filter help output for lavfi bridgewm42018-02-036-10/+97
* options: pretty print default values with --list-optionswm42018-02-011-1/+1
* codecs: remove unused family fieldwm42018-02-016-20/+8
* manpage: clarify some --vf optionswm42018-01-312-16/+28
* Revert "demux_mkv: remove remaining GPL code"wm42018-01-311-1/+4
* Copyright: fix missing wordwm42018-01-311-1/+1
* cue: strip quotes and leading whitespace from tagswm42018-01-301-2/+10
* ytdl_hook: pass http proxy to ffmpegRicardo Constantino2018-01-302-15/+35
* input.conf: use exact value for [ bindingwm42018-01-301-1/+1
* audio: move to decoder wrapperwm42018-01-3018-797/+330
* ao_null: add --ao-null-format option for debuggingwm42018-01-302-0/+8
* video: make decoder wrapper a filterwm42018-01-3026-1040/+1094
* demux: add a per stream wakeup callbackwm42018-01-302-13/+56
*