aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* vo_opengl: minimal EGL on X11 supportGravatar wm42014-11-04
* x11: rely on the Atom cacheGravatar wm42014-11-03
* demux: unbreak build with LibavGravatar wm42014-11-03
* demux: don't account known range for streams that are EOFGravatar wm42014-11-03
* demux: fix PTS comparisonGravatar wm42014-11-03
* demux: don't consider stream EOF an underrunGravatar wm42014-11-03
* demux_mkv: remove minor code duplicationGravatar wm42014-11-03
* demux_mkv: implement audio skipping/trimmingGravatar wm42014-11-03
* ad_lavc: allow skip samples amount to be larger than 1 packetGravatar wm42014-11-03
* command: add window-minimized property (X11 only)Gravatar wm42014-11-02
* command: make window-scale property observableGravatar wm42014-11-02
* client API: nothing uses the result parameter of mpv_command_node()Gravatar wm42014-11-02
* command: expose mpv version as propertyGravatar wm42014-11-02
* common: fix version variable declarationsGravatar wm42014-11-02
* player: print anamorphic size only if video is anamorphicGravatar wm42014-11-02
* player: always use demux_chapterGravatar wm42014-11-02
* player: add --chapters-file optionGravatar wm42014-11-02
* manpage: update --playlist commentsGravatar wm42014-11-02
* osd: properly wakeup when the OSD function disappearsGravatar wm42014-11-01
* cocoa: fix fullscreen delay when pausedGravatar Stefano Pigozzi2014-11-01
* build: remove bundle support from wafGravatar Stefano Pigozzi2014-11-01
* ipc: make it possible to receive log messagesGravatar wm42014-11-01
* ipc: add a command to retrieve API versionGravatar wm42014-11-01
* ipc: verify resume/suspend commandsGravatar wm42014-11-01
* manpage: ipc: fix command name for observe_propertyGravatar wm42014-11-01
* build: remove bundle support from wafGravatar Stefano Pigozzi2014-11-01
* player: update meaning of drop_frame_cntGravatar wm42014-11-01
* player: show AV-desync message in all framedrop modesGravatar wm42014-11-01
* build: fix 'ar' invocation when cross-compilingGravatar wm42014-11-01
* cache: don't relay STREAM_CTRL_AVSEEK if it's unsupportedGravatar wm42014-11-01
* sub: remove osd_get_sub()Gravatar wm42014-11-01
* command: don't require whitespace before ';' or '#'Gravatar wm42014-10-31
* sub: be more flexible about changes to how subtitles are renderedGravatar wm42014-10-31
* osdep: potentially fix compilation on OpenBSDGravatar wm42014-10-31
* ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatalGravatar wm42014-10-31
* player: change framedrop display in the status lineGravatar wm42014-10-31
* player: improve exit message in some scenariosGravatar wm42014-10-31
* options: accept --audio-channels=autoGravatar wm42014-10-30
* demux_lavf, stream_lavf: drop local buffers on time-seeksGravatar wm42014-10-30
* demux_lavf: mark as seekable if protocol supports seeking by timeGravatar wm42014-10-30
* demux_playlist: redirect ASF streaming to mmsh://Gravatar wm42014-10-30
* client API: qthelper: add set_option_variant()Gravatar wm42014-10-30
* vo_opengl: draw OSD twice in 3D mode caseGravatar wm42014-10-29
* input: cascade-load input.confGravatar wm42014-10-29
* demux: fix demux_seek signatureGravatar wm42014-10-29
* demux: move some seek flag sanitation to generic codeGravatar wm42014-10-29
* demux_mkv: implement percentage seeking with no indexGravatar wm42014-10-29
* demux_mkv: export packet file positionGravatar wm42014-10-29
* player: don't display zero duration for files with unknown durationGravatar wm42014-10-29
* player: add an option to abort playback on partial init failuresGravatar wm42014-10-28