aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* audio: increase a buffer sizeGravatar Ben Boeckel2018-10-31
* stats: show file formatGravatar wm42018-10-01
* ytdl_hook: fix audio not being picked up for some sitesGravatar Ricardo Constantino2018-09-26
* encode: fix expected streams when using --lavfi-complexGravatar TSaaristo2018-09-26
* ytdl_hook: always load ytdl:// links with ytdl_hook firstGravatar Ricardo Constantino2018-08-17
* player: expose hearing/visual impaired flags on audio tracksGravatar Aman Gupta2018-08-13
* stats: remove superfluous line breaksGravatar Julian2018-06-09
* osc: fix accidentally skipping files when seeking with sliderGravatar fatalis2018-06-04
* player: fix coding styleGravatar wm42018-05-31
* player: remove deprecated vo/ao auto profilesGravatar wm42018-05-31
* player: simplify edition switchingGravatar wm42018-05-31
* player: use canonical playback time for video refreshesGravatar wm42018-05-25
* video: trust container FPS early on if possibleGravatar wm42018-05-25
* input: add a define for the number of mouse buttons and use itGravatar wm42018-05-25
* demux, player: fix playback of sparse video streams (w/ still images)Gravatar Aman Gupta2018-05-24
* stats: show sample format of audio trackGravatar sfan52018-05-17
* ytdl_hook: try to set video track first if availableGravatar Ricardo Constantino2018-05-03
* player: add more logging around buffering stateGravatar Aman Gupta2018-05-03
* command: fix condition for failure when parsing cycle-value paramsGravatar wm42018-05-03
* command: simplify option property initGravatar wm42018-05-03
* input: merge cmd_list.c with cmd.cGravatar wm42018-05-03
* command: split big command handler switch into separate functionsGravatar wm42018-05-03
* input: remove some explicit uses of command IDsGravatar wm42018-05-03
* input: move command list to command.cGravatar wm42018-05-03
* build: make encoding mode non-optionalGravatar wm42018-05-03
* encode: get rid of the output packet queueGravatar wm42018-05-03
* video: actually wait for last frame being rendered on EOFGravatar wm42018-05-03
* command: change cycle-value command behaviorGravatar wm42018-04-29
* command: make track properties cycle through no/auto if uninitializedGravatar wm42018-04-29
* command: fix coding styleGravatar wm42018-04-29
* player: don't wait for last video frame in encode modeGravatar wm42018-04-29
* encode: rewrite half of itGravatar wm42018-04-29
* vo: add vo_reconfig2()Gravatar wm42018-04-29
* encode: some more cleanupsGravatar wm42018-04-29
* video: remove internal stereo_out flagGravatar wm42018-04-29
* client API: preparations for allowing render API to use DR etc.Gravatar wm42018-04-29
* audio: fix EOF handling if there was no data at allGravatar wm42018-04-20
* player: remove in_dispatch fieldGravatar wm42018-04-18
* scripting: change when/how player waits for scripts being loadedGravatar wm42018-04-18
* demux, player: mark dependent tracksGravatar Aman Gupta2018-04-17
* client API: make sure to send IDLE event after mpv_initialize()Gravatar wm42018-04-16
* client API: fix potential sporadic freezes on terminationGravatar wm42018-04-16
* audio: don't recreate AO if a filter changes the output formatGravatar wm42018-04-15
* ytdl_hook: don't log error when loading is abortedGravatar wm42018-04-15
* js: use new hooks API (match f60826c3)Gravatar Avi Halachmi (:avih)2018-04-07
* js: dump(..): fix incorrect <VISITED> with array argumentGravatar Avi Halachmi (:avih)2018-04-07
* js: implement mp.register_idleGravatar Avi Halachmi (:avih)2018-04-07
* js: implement mp.options.read_optionsGravatar Avi Halachmi (:avih)2018-04-07
* config: replace config dir lua-settings/ with dir script-opts/Gravatar Avi Halachmi (:avih)2018-04-07
* player: fix hook processing consistency and code duplication issuesGravatar wm42018-03-26