aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* player: redo estimated-vf-fps calculationGravatar wm42015-08-10
* command: improve A-B loop OSD messagesGravatar wm42015-08-10
* player: raise maximum idle timeGravatar wm42015-08-07
* lua: implement input_enable_section/input_disable_section via commandsGravatar wm42015-08-06
* lua: make mp.input_define_section use the define-section commandGravatar wm42015-08-06
* command: add a command for defining input bindingsGravatar wm42015-08-06
* command: always make video-aspect property accessibleGravatar wm42015-08-04
* command: fix video-aspect property update notificationGravatar wm42015-08-04
* osc: completely disable if no VO window existsGravatar wm42015-08-04
* command: make auto-deinterlacing output at field rateGravatar wm42015-08-04
* player: use demux_open_url() to open main filesGravatar wm42015-08-04
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* video: unbreak EOF with video-only files that have timestamp resetsGravatar wm42015-08-03
* audio: fix --end handling (again)Gravatar wm42015-08-03
* audio: remove questionable speed change adjustmentGravatar wm42015-08-01