summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* video: trust container FPS early on if possiblewm42018-05-251-1/+2
* input: add a define for the number of mouse buttons and use itwm42018-05-251-1/+1
* demux, player: fix playback of sparse video streams (w/ still images)Aman Gupta2018-05-243-3/+26
* stats: show sample format of audio tracksfan52018-05-171-0/+1
* ytdl_hook: try to set video track first if availableRicardo Constantino2018-05-031-4/+4
* player: add more logging around buffering stateAman Gupta2018-05-031-2/+7
* command: fix condition for failure when parsing cycle-value paramswm42018-05-031-1/+1
* command: simplify option property initwm42018-05-031-22/+13
* input: merge cmd_list.c with cmd.cwm42018-05-031-1/+1
* command: split big command handler switch into separate functionswm42018-05-032-775/+1014
* input: remove some explicit uses of command IDswm42018-05-031-11/+17
* input: move command list to command.cwm42018-05-031-0/+216
* build: make encoding mode non-optionalwm42018-05-035-25/+5
* encode: get rid of the output packet queuewm42018-05-032-0/+7
* video: actually wait for last frame being rendered on EOFwm42018-05-031-1/+5
* command: change cycle-value command behaviorwm42018-04-291-73/+88
* command: make track properties cycle through no/auto if uninitializedwm42018-04-291-9/+18
* command: fix coding stylewm42018-04-291-5/+6
* player: don't wait for last video frame in encode modewm42018-04-291-0/+3
* encode: rewrite half of itwm42018-04-293-13/+19
* vo: add vo_reconfig2()wm42018-04-291-1/+1
* encode: some more cleanupswm42018-04-291-1/+0
* video: remove internal stereo_out flagwm42018-04-291-3/+1
* client API: preparations for allowing render API to use DR etc.wm42018-04-292-6/+28
* audio: fix EOF handling if there was no data at allwm42018-04-201-0/+7
* player: remove in_dispatch fieldwm42018-04-182-9/+5
* scripting: change when/how player waits for scripts being loadedwm42018-04-182-20/+15
* demux, player: mark dependent tracksAman Gupta2018-04-172-1/+2
* client API: make sure to send IDLE event after mpv_initialize()wm42018-04-161-0/+1
* client API: fix potential sporadic freezes on terminationwm42018-04-161-4/+4
* audio: don't recreate AO if a filter changes the output formatwm42018-04-151-1/+28
* ytdl_hook: don't log error when loading is abortedwm42018-04-151-2/+6
* 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-071-2/+37
* js: implement mp.options.read_optionsAvi Halachmi (:avih)2018-04-071-0/+52
* config: replace config dir lua-settings/ with dir script-opts/Avi Halachmi (:avih)2018-04-071-1/+9
* 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-268-67/+154
* command: remove an old compatibility hackwm42018-03-261-48/+1
* command: remove duplication of property set error message handlingwm42018-03-261-59/+36
* command: move property multiply code to m_property.cwm42018-03-261-26/+3
* command: use mpv_node helpers instead of duplicated codewm42018-03-261-26/+8
* client API: add a new way to pass X11 Display etc. to render APIwm42018-03-261-0/+3
* player: don't print error if aborted while loading external fileswm42018-03-261-1/+2
* stats: print section titles independentlyJulian2018-03-251-3/+6
* stats: improve video/audio detectionJulian2018-03-251-30/+29
* vo: pass through framedrop flag differentlywm42018-03-152-12/+2
* vo: move display-fps internal option value to VO optswm42018-03-151-11/+4
* client API: send MPV_EVENT_SHUTDOWN only oncewm42018-03-151-0/+2
* all: replace mpv_detach_destroy() with mpv_destroy()wm42018-03-151-2/+2
* client API: rename mpv_detach_destroy() to mpv_destroy()wm42018-03-151-1/+6
* client API: add mpv_create_weak_client()wm42018-03-153-2/+23
* client API: cleanup mpv_handle terminationwm42018-03-154-106/+121
* player: move locale check to mp_create()wm42018-03-152-25/+30
* player: shuffle around CLI exit code handlingwm42018-03-152-58/+44
* scripting: make a function staticwm42018-03-082-2/+1
* client: remove legacy API that is unused nowAkemi2018-03-042-44/+1
* 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
* 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-031-4/+8
* video: don't read ahead a frame in --untimed modewm42018-03-031-0/+3
* player: set thread name in opener threadwm42018-03-031-0/+3
* player: add warning comment about ignoring ABI safetywm42018-03-031-0/+3
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-286-35/+155
* audio: improve behavior if filters output nothing during probingwm42018-02-211-0/+5
* video: do not buffer extra frames with VO_CAP_NORETAIN outputsAman Gupta2018-02-171-0/+3
* command: simplify mp_property_filter_metadatawm42018-02-161-19/+11
* lua+js: Implement utils.getpid()sfan52018-02-132-0/+16
* input: add a keybinding to toggle hardware decodingwm42018-02-131-0/+1
* audio: move back PTS jump detection to before filter chainwm42018-02-132-20/+4
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-122-3/+31
* 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-111-2/+3
* 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
* vo_gpu: make screenshots use the GL rendererwm42018-02-111-7/+24
* player: correctly set track information on adding external filesZehua Chen2018-02-103-34/+44
* 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
* video: fix passing down FPS to vf_vapoursynthwm42018-02-033-11/+11
* codecs: remove unused family fieldwm42018-02-011-1/+0
* ytdl_hook: pass http proxy to ffmpegRicardo Constantino2018-01-301-15/+27
* audio: move to decoder wrapperwm42018-01-307-230/+75
* video: make decoder wrapper a filterwm42018-01-3010-257/+102
* player: replace old lavfi wrapper with new filter codewm42018-01-307-908/+103
* audio: rewrite filtering glue codewm42018-01-303-416/+199
* video: rewrite filtering glue codewm42018-01-306-239/+126
* ytdl_hook: pre-append id-only playlist items with shortened youtube URLRicardo Constantino2018-01-291-1/+1
* ytdl_hook: whitelist segmented DASH and HLS for the manifests codeRicardo Constantino2018-01-271-7/+9
* command: add --osd-on-seek option defaulting to barKevin Mitchell2018-01-261-6/+9
* Revert "command: make pause display the same osd-msg-bar as seek"Kevin Mitchell2018-01-261-3/+1
* ytdl_hook: prefer hls/dash manifest if availableRicardo Constantino2018-01-261-6/+10
* ytdl_hook: fix safe url checking with EDL urlsRicardo Constantino2018-01-261-11/+11
* ytdl_hook: move url_is_safe earlier in codeRicardo Constantino2018-01-261-9/+9
* command: make change-list show changed option on OSDwm42018-01-251-0/+1
* command: add a change-list commandwm42018-01-251-0/+31
* options: add an option type for byte sizeswm42018-01-251-18/+0
* command: make sure to redraw on overlay commandswm42018-01-251-0/+1
* ytdl_hook: whitelist protocols from urls retrieved from youtube-dlRicardo Constantino2018-01-261-7/+47
* player: redo hack for video keyframe seeks with external audiowm42018-01-184-31/+49
* ytdl_hook: support native dash demuxer, if presentRicardo Constantino2018-01-151-1/+44
* osc: leave only demuxer cache duration and limit its refresh rateRicardo Constantino2018-01-141-19/+16
* osd: treat user provided term-status-msg the same as the defaultKevin Mitchell2018-01-141-20/+24
* osd: reference local pointer to mpctx->optsKevin Mitchell2018-01-131-2/+2
* af_lavrresample: deprecate this filterwm42018-01-131-3/+7
* player: silence config file loading message on resumingwm42018-01-131-6/+7
* ytdl_hook: look for the right ytdl binary according to systemRicardo Constantino2018-01-121-1/+2
* ytdl_hook: be more informative when youtube-dl failsRicardo Constantino2018-01-121-2/+8
* input: make command argument list a dynamic arraywm42018-01-101-3/+8
* ytdl_hook: don't try to use webpage_url if non-existentRicardo Constantino2018-01-111-1/+1
* command: make pause display the same osd-msg-bar as seekKevin Mitchell2018-01-071-1/+3
* command: default to osd-msg-bar for seeksKevin Mitchell2018-01-071-4/+3
* command: remove unnecessary whitespaceKevin Mitchell2018-01-071-67/+69
* ytdl_hook: actually use the script option from 87d3af6Ricardo Constantino2018-01-071-1/+1
* ytdl_hook: add script option to revert to trying youtube-dl firstRicardo Constantino2018-01-071-2/+3
* player: handle audio playback restart in central playback start codewm42018-01-072-4/+10
* player: slightly refactor/simplify cache pausing logicwm42018-01-072-39/+37
* player: strictly never autoselect tracks from --external-fileswm42018-01-062-0/+5
* ytdl_hook: check for possible infinite loop in playlist generationRicardo Constantino2018-01-061-7/+8
* ytdl_hook: add additional check for comedycentral urlsRicardo Constantino2018-01-061-1/+2
* demux: export some debugging fields about low level demuxer behaviorwm42018-01-051-0/+5
* ytdl_hook: update obsolete warning about retrying URL if failedRicardo Constantino2018-01-041-1/+1
* player: cosmetics: rename internal variable for consistencywm42018-01-031-2/+2
* player: add --cache-pause-initial option to start in buffering statewm42018-01-031-0/+11
* player: use fixed timeout for cache pausing (buffering) durationwm42018-01-032-11/+3
* osc: add seekbarkeyframes as a user optiondudemanguy2018-01-031-2/+3
* player: remove internal `vo-resize` command againsfan52018-01-021-7/+0
* vo_gpu/context_android: replace both options with android-surface-sizesfan52018-01-021-0/+5
* options: move most subtitle and OSD rendering options to sub structswm42018-01-022-8/+10
* sub: move all subtitle timestamp messing code to a central placewm42018-01-022-9/+4
* command: add demuxer-lavf-list propertyRicardo Constantino2018-01-021-0/+15
* player: add on_load_fail hookRicardo Constantino2018-01-022-5/+12
* osc: check if demuxer cache has not reached eofRicardo Constantino2018-01-021-3/+3
* ytdl_hook: fix single-entry playlistsRicardo Constantino2018-01-021-9/+8
* build: move copyright statement to a shared locationwm42018-01-011-3/+2
* Update copyright yearwm42018-01-011-1/+1
* main: fix typowm42018-01-011-1/+1
* player/playloop.c: Revert --loop-file and --start interactionLeo Izen2017-12-311-13/+5
* player: add internal `vo-resize` commandsfan52017-12-271-0/+7
* osc: hide cache if not forced for local filesRicardo Constantino2017-12-261-13/+7
* stats: enhance cache statsJulian2017-12-261-19/+35
* lua: implement mp_utils.format_bytes_humanizedJulian2017-12-261-0/+10
* osc: make seek ranges rendering optionalpavelxdd2017-12-261-0/+4
* options: drop some previously deprecated optionswm42017-12-254-60/+1
* ytdl_hook: use table concat for playlist buildingRicardo Constantino2017-12-241-5/+4
* ytdl_hook: don't preappend ytdl:// to non-youtube links in playlistsRicardo Constantino2017-12-241-1/+5
* player: update duration based on highest timestamp demuxedwm42017-12-243-0/+4
* player: allow seeking in cached parts of unseekable streamswm42017-12-241-7/+10
* command: use IEC symbols for file size formattingMartin Herkt2017-12-241-4/+4
* player: make track language matching case insensitivewm42017-12-232-2/+2
* osc: show demuxer cache buffered amount in byteswm42017-12-231-2/+6
* player: show demuxer cache buffered amount in bytes in the status linewm42017-12-231-4/+5
* options: deprecate --ff- options and propertieswm42017-12-211-0/+2
* command: make video-frame-info property observablewm42017-12-201-1/+1
* dvb: Fix long channel switching: next/prev channelrim2017-12-161-4/+4
* js: implement mp.msg.trace()TheAMM2017-12-161-1/+1
* lua: implement mp.msg.traceNiklas Haas2017-12-151-0/+1
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-155-16/+16
* lua+js: implement utils.file_info()TSaaristo2017-12-132-0/+79
* osd: fix a compiler warning by adding parentheses in if conditionpavelxdd2017-12-101-1/+3
* video: add a shitty hack to avoid missing subtitles with vf_subwm42017-12-081-0/+2
* player: when loading external file, always add all track typeswm42017-12-071-12/+23
* player: rebase start time even for subtitle streamswm42017-12-071-1/+1
* Revert "ytdl: handle HLS with FFmpeg"Kevin Mitchell2017-12-071-4/+1
* ytdl: handle HLS with FFmpegwm42017-12-061-1/+4
* player/osd.c: fix putting --start time on OSDLeo Izen2017-12-051-1/+2
* player/playloop.c: fix --loop-file without --startLeo Izen2017-12-051-1