aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* lavfi: fix minor memory leakGravatar wm42017-02-13
* atomic: remove __atomic builtin usageGravatar wm42017-02-13
* ytdl_hook: support livestream segmented DASH VODsGravatar Ricardo Constantino2017-02-10
* lavfi: cosmetics: more consistent variable namingGravatar wm42017-02-09
* lavfi: slightly better disconnected output handlingGravatar wm42017-02-08
* player: add experimental stream recording featureGravatar wm42017-02-07
* ytdl_hook: reenable support for length-less segments in EDLGravatar Ricardo Constantino2017-02-06
* ytdl_hook: fix EDL syntaxGravatar wm42017-02-05
* ytdl_hook: Add non-dash fallbacks to default formatsGravatar Ricardo Constantino2017-02-04
* ytdl_hook, edl: implement pseudo-DASH supportGravatar wm42017-02-04
* ytdl: support segmented dashGravatar Ricardo Constantino2017-02-04
* sub: remove .txt as text subtitle extensionGravatar wm42017-02-03
* player: different way to auto-enable the demuxer cacheGravatar wm42017-02-02
* osx: consistent normalisation when searching for external filesGravatar Akemi2017-02-02
* osc: allow playlist buttons when loopingGravatar Ricardo Constantino2017-02-01
* osc: box: clip with ellipsis after too much stretchingGravatar Ricardo Constantino2017-01-31
* osc: bottom/topbar: clip title instead of stretchingGravatar Ricardo Constantino2017-01-31
* player: add .scc subtitle extensionGravatar wm42017-01-31
* command: nicer OSd-formatting for loop-fileGravatar wm42017-01-31
* ytdl_hook: refactor edl track joiningGravatar Ricardo Constantino2017-01-30
* ytdl_hook: respect --no-audio, don't force-select trackGravatar Ricardo Constantino2017-01-30
* player: print hw format on "VO: " line tooGravatar wm42017-01-29
* ytdl_hook: fix opening hitbox.tv rtmp streamGravatar Ricardo Constantino2017-01-29
* win32: snap to screen edgesGravatar pavelxdd2017-01-27
* command: shorten long playlists on OSDGravatar wm42017-01-26
* stream_lavf: add support for data URIsGravatar Ricardo Constantino2017-01-25
* osc: fix crashes related to field eventresponder being nilGravatar Roland Hieber2017-01-25
* command: fix potential crash for script-binding with multi-commandsGravatar wm42017-01-24
* player: actually initialize/destroy MPContext.lockGravatar wm42017-01-22
* player: remove --stream-capture option/propertyGravatar wm42017-01-21
* command: rename framedrop propertiesGravatar wm42017-01-20
* player: actually let cache readahead after opening demuxer for prefetchGravatar wm42017-01-19
* player: also log if completely prefetched URL is discardedGravatar wm42017-01-19
* player: add prefetching of the next playlist entryGravatar wm42017-01-18
* player: restructure cancel callbackGravatar wm42017-01-18
* player: move some minor demuxer setup codeGravatar wm42017-01-18
* lua: close directory after reading its entriesGravatar William Woodruff2017-01-17
* video: support filtering hardware frames via libavfilterGravatar wm42017-01-16
* lua: allow unregistration of idle handlersGravatar Olivier Perret2017-01-15
* scripting: don't call dlclose() on C pluginsGravatar wm42017-01-14
* scripting: minor logging improvementsGravatar wm42017-01-14
* player: add experimental C plugin interfaceGravatar wm42017-01-12
* client API: fix freeze when destroying mpv_handle before mpv_initializeGravatar wm42017-01-12
* cuda: use libavutil functions for copying hw surfaces to memoryGravatar wm42017-01-12
* player: change aspects of cover art handlingGravatar wm42017-01-10
* command: remove worthless error handling codeGravatar wm42017-01-09
* client API: handle missing MPV_FORMAT_BYTE_ARRAY case in compare_valueGravatar wm42017-01-09
* audio: stop being dumbGravatar wm42017-01-08
* player: remove dysfunctional edition switching OSD codeGravatar wm42017-01-05
* client API: fix mpv_set_property() return value before initGravatar wm42017-01-04