aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* command: add a property that returns filename without extensionGravatar wm42016-08-11
* player: add --no-autoload-files optionGravatar wm42016-08-10
* player: add --audio-wait-open optionsGravatar wm42016-08-09
* player: add --audio-stream-silenceGravatar wm42016-08-09
* client API: add stream_cb API for user-defined stream implementationsGravatar Aman Gupta2016-08-07
* client API: add MPV_ERROR_GENERICGravatar wm42016-08-07
* player: gross hack to improve non-hr seeking with external audio tracksGravatar wm42016-08-07
* player: fix mid-stream audio sync conditionGravatar wm42016-08-07
* player: fix display-sync timing if audio take long on resumeGravatar wm42016-08-07
* player: sync audio as well when enabling it mid-streamGravatar wm42016-08-06
* player: improve instant track switchingGravatar wm42016-08-06
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* player: remove special-case for DL/DR speakersGravatar wm42016-08-04
* player: offset demuxer on start/seek properly with audio/sub delayGravatar wm42016-08-04
* ytdl: Error out with http_dash_segmentsGravatar Ricardo Constantino2016-07-30
* player: disable DS with spdif transcoding tooGravatar wm42016-07-24
* audio: refactor mixer code and delete mixer.cGravatar wm42016-07-17
* player: do not cut off terminal status line if it contains newlinesGravatar wm42016-07-15
* Use - as command-name separator everywhereGravatar Timotej Lazar2016-07-14
* command: add properties for HDR metadataGravatar Niklas Haas2016-07-13
* video: respect --deinterlace=autoGravatar wm42016-07-12
* audio: show an osd bar when changing ao-volumeGravatar Uros Vampl2016-07-10
* audio: drop --softvol=no and --softvol=autoGravatar wm42016-07-09
* command: don't delay progress updates to next video frameGravatar wm42016-07-08
* video: fix midstream video configuration changesGravatar wm42016-07-08
* video: limit number of frames sent to VO to the VO requested amountGravatar wm42016-07-07
* player: cut off status line on terminal widthGravatar wm42016-07-06
* video: fix deinterlace filter handling for VFCTRL_SET_DEINTERLACE filtersGravatar wm42016-07-06
* video: fix deinterlace filter handling on pixel format changesGravatar wm42016-07-06
* player: it's not --force-seeking but --force-seekableGravatar wm42016-07-06
* player: rewrite deinterlace filter auto-insertionGravatar wm42016-07-05
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* player: add missing space to error messageGravatar wm42016-07-02
* player: fatal error if linked and compiled FFmpeg versions mismatchGravatar wm42016-07-01
* command: pack sub image data in overlay-add commandGravatar wm42016-07-01
* command: improve playlist* properties change notificationsGravatar wm42016-06-20
* player: fix previous commitGravatar wm42016-06-12
* player: do not update OSD all the time when pausedGravatar wm42016-06-11
* vo_opengl: refactor performance data propertiesGravatar Niklas Haas2016-06-08
* player: remove unused return valueGravatar wm42016-06-08
* player: tell user about --force-seeking if demuxer is not seekableGravatar wm42016-06-08
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* vo_opengl: expose performance timers as propertiesGravatar Niklas Haas2016-06-07
* ytdl: fix brightcove urlsGravatar Ricardo Constantino2016-05-30
* video: remove d3d11 video processor use from OpenGL interopGravatar wm42016-05-29
* vf_d3d11vpp: add a D3D11 video processor filterGravatar wm42016-05-28
* command: add playlist-pos-1 propertyGravatar wm42016-05-26
* ytdl_hook: support multi-arc subtitlesGravatar Ricardo Constantino2016-05-23
* ta: remove old and redundant macroGravatar wm42016-05-17
* lua: add timer:is_enabled() functionGravatar Julian2016-05-14