aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* command: make time properties unavailable if timestamp is unknownGravatar wm42015-10-16
* player: fix an adjustment in display sync modeGravatar wm42015-10-14
* player: fix inverted conditionGravatar wm42015-10-13
* ytdl: Set a proper label for external audio tracksGravatar ChrisK22015-10-11
* ytdl: Remove DASH hacks, use DASH by defaultGravatar ChrisK22015-10-11
* player: fix missed wakeup on video EOFGravatar wm42015-10-09
* audio: add AO deviation loggingGravatar wm42015-10-08
* audio: make spdif re-probe from normal decoding workGravatar wm42015-10-06
* audio: re-probe spdif if AO is reloadedGravatar wm42015-10-06
* player: make stop command actually stopGravatar wm42015-10-06
* video: remove user-controllable PTS sorting (--pts-association-mode)Gravatar wm42015-10-06
* ytdl: Remove version check and minor cleanupGravatar ChrisK22015-10-06
* audio: add option for falling back to ao_nullGravatar wm42015-10-05
* player: add wav to list of external audio file extensionsGravatar wm42015-10-04
* video/out: remove an unused parameterGravatar wm42015-10-03
* player: print tags under different log prefixGravatar wm42015-10-01
* ytdl: Don't override user-set format in no-video modeGravatar ChrisK22015-09-30
* video: replace vf_format outputlevels option with global optionGravatar wm42015-09-29
* player: fix another --force-window bugGravatar wm42015-09-23
* player: fix excessive CPU usage in audio-only modeGravatar wm42015-09-22
* player: some more --force-window fixesGravatar wm42015-09-21
* player: do not destroy VO prematurely when initializing playbackGravatar wm42015-09-20
* player: rename and move find_subfiles.cGravatar wm42015-09-20
* player: make force-window in auto-profiles actually workGravatar wm42015-09-20
* player: make force-window=immediate work in auto-profilesGravatar wm42015-09-20
* af_lavfi: implement af-metadata propertyGravatar wm42015-09-11
* command: make "add <property> 0" not change the valueGravatar wm42015-09-10
* osd: delay libass initialization as far as possibleGravatar wm42015-09-07
* options: fix --no-configGravatar wm42015-09-05
* player: log error code on playback exitGravatar wm42015-09-03
* screenshot: avoid confusing template error message with no fileGravatar Kevin Mitchell2015-09-02
* osc: reinit on playlist changesGravatar Kevin Mitchell2015-08-29
* player: slightly better error reporting when opening file failsGravatar wm42015-08-28
* client API: improve an error messageGravatar wm42015-08-28
* osc: exit tick immediately if disabled.Gravatar torque2015-08-28
* ytdl: catch bogous extractor infoGravatar ChrisK22015-08-27
* video: disable interpolation during framesteppingGravatar wm42015-08-25
* audio: don't sleep when finishing audio resyncGravatar wm42015-08-23
* player: add --playlist-pos optionGravatar wm42015-08-22
* command: make the playback-time property writableGravatar wm42015-08-21
* player: return better guess for playback time during seeksGravatar wm42015-08-21
* player: deliver IDLE event after uninitializing stateGravatar wm42015-08-20
* video: don't decode 2 frames ahead with display-syncGravatar wm42015-08-19
* stream: provide a stream_get_size() convenience functionGravatar wm42015-08-18
* player: actually close files on playback endGravatar wm42015-08-15
* player: use OSD formattin for DS on the terminal status lineGravatar wm42015-08-12
* demux: remove redundant demux_chapter.name fieldGravatar wm42015-08-12
* osc: avoid annoying verbose mode log spamGravatar wm42015-08-10
* player: add display sync modeGravatar wm42015-08-10
* player: separate controls for user and video controlled speedGravatar wm42015-08-10