aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* options.lua: call msg.debug after resolving 'identifier'Gravatar Otto Modinos2014-09-16
* command: avoid a double -> int castGravatar Ben Boeckel2014-09-16
* sanitizer: avoid divide-by-zero instancesGravatar Ben Boeckel2014-09-14
* player: shorten skip heuristic for playlist_prev to 1 secondGravatar wm42014-09-14
* client API: use playback abort mechanismGravatar wm42014-09-13
* stream: redo playback abort handlingGravatar wm42014-09-13
* player: fix idle mode event handlingGravatar wm42014-09-13
* input: remove central select() callGravatar wm42014-09-10
* terminal-unix: move to threadGravatar wm42014-09-10
* player: reset some VO state when video is terminatedGravatar wm42014-09-09
* player: deal with some corner cases with playlist navigationGravatar wm42014-09-09
* player: normalize playlist entries on addGravatar wm42014-09-09
* player: some more input refactoringGravatar wm42014-09-07
* lua: synchronously wait until scripts are loadedGravatar wm42014-09-06
* player: minor refactoringGravatar wm42014-09-06
* audio: fix initial sync with huge AO bufferGravatar wm42014-09-06
* sub: fix possible deadlock with --no-sub-ass and similarGravatar wm42014-09-06
* audio: correctly initialize output bufferGravatar wm42014-09-05
* player: check for null in resume config searchGravatar James Ross-Gowan2014-09-05
* audio: fix random crashes on uninitGravatar wm42014-09-05
* audio: fix obscure audio resync failure with timelinesGravatar wm42014-09-05
* cosmetics: remove a stray ';'Gravatar wm42014-09-05
* video: rename VOCTRL_GET_WINDOW_SIZEGravatar wm42014-09-05
* player: add --media-title optionGravatar wm42014-09-02
* player: properly resume playlists loaded at runtimeGravatar wm42014-09-02
* player: add --osd-playing-msg optionGravatar wm42014-09-02
* player: simplistic HLS bitrate selectionGravatar wm42014-09-01
* command: remove broken quvi-format propertyGravatar wm42014-09-01
* demux: get rid of old wrapperGravatar wm42014-09-01
* command: disable some commands/properties properly in idle modeGravatar wm42014-09-01
* player: reset playback-related fields right on startGravatar wm42014-09-01
* player: don't allow remote playlists to load local filesGravatar wm42014-09-01
* client API: fix memory leak with rejected eventsGravatar wm42014-08-31
* player: always load playlistsGravatar wm42014-08-31
* audio: go to draining state instead of EOF if audio starts laterGravatar wm42014-08-31
* lua: expose mp_getcwd through mp.utilsGravatar Otto Modinos2014-08-31
* video: initial Matroska 3D supportGravatar wm42014-08-30
* player: fix quit handling when seeking past EOF while pausedGravatar wm42014-08-29
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* command: remove extra spaceGravatar Ryan Jacobs2014-08-29
* command: export demuxer cache info propertiesGravatar wm42014-08-28
* player: update cache state only if requestedGravatar wm42014-08-28
* audio: restore old speed change behaviorGravatar wm42014-08-28
* player: simplify chapter display name codeGravatar Ben Boeckel2014-08-28
* player: don't sort a NULL listGravatar Ben Boeckel2014-08-28
* player: dynamically change cache wait timesGravatar wm42014-08-27
* player: slightly better cache underrun detectionGravatar wm42014-08-27
* player: better cache status on status lineGravatar wm42014-08-27
* player: fix basic playbackGravatar wm42014-08-27
* player: redo how stream caching and pausing on low cache worksGravatar wm42014-08-27