aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* video: fix seek-to-last-frameGravatar wm42015-03-26
* player: relax assertion on mp_set_playlist_entryGravatar Niklas Haas2015-03-26
* video: make frame skipping code slightly more readableGravatar wm42015-03-25
* video: refactor aspects of queue and EOF handlingGravatar wm42015-03-25
* lua: replace getcwd() implementationGravatar wm42015-03-24
* command: add property returning current working directoryGravatar wm42015-03-24
* audio: increase maximum amount of audio skipped for seekingGravatar wm42015-03-24
* client API: remove dead assignmentGravatar wm42015-03-23
* video: use less technical language for PTS warningGravatar wm42015-03-23
* encode: make --audio-channels=auto workGravatar wm42015-03-23
* video: fix update of vo-configured propertyGravatar wm42015-03-23
* vo_opengl_cb: don't render OSD while VO is not createdGravatar wm42015-03-23
* command: use mp_set_playlist_entryGravatar Sai Ke WANG2015-03-22
* player: fix seekability testGravatar wm42015-03-20
* player: warn against non-monotonic video PTS only onceGravatar wm42015-03-18
* player: refuse to write resume file with unseekable filesGravatar wm42015-03-18
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* command: don't drop audio buffers when switching filtersGravatar wm42015-03-16
* command: make "media-title" observableGravatar wm42015-03-15
* command: fix display-fps property (again)Gravatar wm42015-03-13
* command: display-fps is the display FPS as assumed by the VOGravatar wm42015-03-12
* player: dump list of satisfied deps instead of config.h with -vGravatar wm42015-03-11
* command: allow changing some VO options even if VO wasn't created yetGravatar wm42015-03-11
* player: fix crash when taking screenshots in idle modeGravatar wm42015-03-11
* audio: cut audio with spdif too on playback restartGravatar wm42015-03-10
* command: add display-fps propertyGravatar wm42015-03-10
* player: restore --dump-statsGravatar wm42015-03-10
* audio: refuse to change playback speed with spdifGravatar wm42015-03-07
* audio: make changing playback speed slightly more robustGravatar wm42015-03-07
* Lua: add unpack shim for Lua 5.2/5.3 compatibility.Gravatar torque2015-03-06
* player: allow changing playback speed in early audio init stagesGravatar wm42015-03-06
* player: fix operation if command line is emptyGravatar wm42015-03-06
* player, client API: refactor cplayer init, reduce client API differencesGravatar wm42015-03-05
* player: minor simplificationGravatar wm42015-03-05
* player: use symbolic constant for seek precisionGravatar wm42015-03-04
* input: use flag option type for some input commandsGravatar wm42015-03-04
* build: fix warnings with --disable-libassGravatar wm42015-03-04
* audio: change playback speed directly in resamplerGravatar wm42015-03-02
* player: refine rar:// playlist-safety handlingGravatar wm42015-03-02
* Lua: add mp.get_screen_margins().Gravatar torque2015-03-01
* client API: make some more properties observableGravatar wm42015-02-27
* player: adjust A/V desync messageGravatar wm42015-02-26
* ytdl: add "--ytdl-params" optionGravatar Thiago Kenji Okada2015-02-25
* ytdl: add --no-warningsGravatar wm42015-02-24
* ytdl: Adapt to new subtitles structureGravatar Jaime Marquínez Ferrándiz2015-02-24
* encoding: allow encoding to channel configurations other than stereoGravatar wm42015-02-23
* player: fix demuxer lifetime managementGravatar wm42015-02-22
* demux: add a demux_open_url() functionGravatar wm42015-02-20
* demux: change demux_open() signatureGravatar wm42015-02-20
* demux: add free_demuxer_and_stream() functionGravatar wm42015-02-20