aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* build: move copyright statement to a shared locationGravatar wm42018-01-01
* Update copyright yearGravatar wm42018-01-01
* main: fix typoGravatar wm42018-01-01
* player/playloop.c: Revert --loop-file and --start interactionGravatar Leo Izen2017-12-31
* player: add internal `vo-resize` commandGravatar sfan52017-12-27
* osc: hide cache if not forced for local filesGravatar Ricardo Constantino2017-12-26
* stats: enhance cache statsGravatar Julian2017-12-26
* lua: implement mp_utils.format_bytes_humanizedGravatar Julian2017-12-26
* osc: make seek ranges rendering optionalGravatar pavelxdd2017-12-26
* options: drop some previously deprecated optionsGravatar wm42017-12-25
* ytdl_hook: use table concat for playlist buildingGravatar Ricardo Constantino2017-12-24
* ytdl_hook: don't preappend ytdl:// to non-youtube links in playlistsGravatar Ricardo Constantino2017-12-24
* player: update duration based on highest timestamp demuxedGravatar wm42017-12-24
* player: allow seeking in cached parts of unseekable streamsGravatar wm42017-12-24
* command: use IEC symbols for file size formattingGravatar Martin Herkt2017-12-24
* player: make track language matching case insensitiveGravatar wm42017-12-23
* osc: show demuxer cache buffered amount in bytesGravatar wm42017-12-23
* player: show demuxer cache buffered amount in bytes in the status lineGravatar wm42017-12-23
* options: deprecate --ff- options and propertiesGravatar wm42017-12-21
* command: make video-frame-info property observableGravatar wm42017-12-20
* dvb: Fix long channel switching: next/prev channelGravatar rim2017-12-16
* js: implement mp.msg.trace()Gravatar TheAMM2017-12-16
* lua: implement mp.msg.traceGravatar Niklas Haas2017-12-15
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* lua+js: implement utils.file_info()Gravatar TSaaristo2017-12-13
* osd: fix a compiler warning by adding parentheses in if conditionGravatar pavelxdd2017-12-10
* video: add a shitty hack to avoid missing subtitles with vf_subGravatar wm42017-12-08
* player: when loading external file, always add all track typesGravatar wm42017-12-07
* player: rebase start time even for subtitle streamsGravatar wm42017-12-07
* Revert "ytdl: handle HLS with FFmpeg"Gravatar Kevin Mitchell2017-12-07
* ytdl: handle HLS with FFmpegGravatar wm42017-12-06
* player/osd.c: fix putting --start time on OSDGravatar Leo Izen2017-12-05
* player/playloop.c: fix --loop-file without --startGravatar Leo Izen2017-12-05
* player/misc.c: allow both --length and --end to control play endpointGravatar Leo Izen2017-12-04
* player/playloop.c: respect playback start time when using --loop-fileGravatar Leo Izen2017-12-03
* player: use start timestamp for ab-looping if --ab-loop-a is absentGravatar Leo Izen2017-12-03
* player: add get_play_start_ptsGravatar Leo Izen2017-12-03
* Fix various typos in log messagesGravatar Nicolas F2017-12-03
* audio: fix missing volume update on init and reinitGravatar wm42017-12-01
* scripting: report dlerror() outputGravatar Nicolas F2017-12-01
* vd_lavc: rewrite how --hwdec is handledGravatar wm42017-12-01
* vo_gpu: make it possible to load multiple hwdec interop driversGravatar wm42017-12-01
* client: Allow "C.UTF-8" as LC_NUMERIC localeGravatar sfan52017-11-30
* audio: add audio softvol processing to AOGravatar wm42017-11-29
* af: remove deprecated audio filtersGravatar wm42017-11-29
* video: remove automatic stereo3d filter insertionGravatar wm42017-11-29
* video: fix rotation and deinterlace auto filtersGravatar wm42017-11-29
* player: match subtitles with language tags with --sub-auto=exactGravatar wm42017-11-27
* player: change 3 remaining GPL-only code pieces to LGPLGravatar wm42017-11-24
* player: minor fix/simplification of OSD time/duration handlingGravatar wm42017-11-24