aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* command: export more information under track-listGravatar wm42016-02-29
* lavc_conv: fix Libav srt subtitlesGravatar wm42016-02-29
* video: fix hr-seekGravatar wm42016-02-28
* player: simplify mp_seek()Gravatar wm42016-02-28
* demux: remove relative seekingGravatar wm42016-02-28
* vo_opengl: remove redundant codeGravatar igv2016-02-28
* osc: add always-on mode and unify visibility mode (always/never/auto)Gravatar Avi Halachmi (:avih)2016-02-27
* osc: fix runtime enable_osc(true/false)Gravatar Avi Halachmi (:avih)2016-02-27
* player: minor simplificationGravatar wm42016-02-27
* ao_wasapi: make wait for audio thread termination infiniteGravatar Kevin Mitchell2016-02-26
* ao_wasapi: further flatten/simplify volume controlGravatar Kevin Mitchell2016-02-26
* ao_wasapi: use MP_FATAL for stuff that leads to init failureGravatar Kevin Mitchell2016-02-26
* ao_wasapi: move pre-resume reset into resume functionGravatar Kevin Mitchell2016-02-26
* ao_wasapi: move resetting the thread state into main loopGravatar Kevin Mitchell2016-02-26
* ao_wasapi: set buffer size to device period in exclusive modeGravatar Kevin Mitchell2016-02-26
* ao_wasapi: replace laggy COM messaging with mp_dispatch_queueGravatar Kevin Mitchell2016-02-26
* ao_wasapi: avoid under-run cascade in exclusive mode.Gravatar Kevin Mitchell2016-02-26
* ao_wasapi: fix typo in commentGravatar Kevin Mitchell2016-02-26
* ao_wasapi: use SUCCEEDED/FAILED macrosGravatar Kevin Mitchell2016-02-26
* manpage: add showvolume example to --lavfi-complexGravatar wm42016-02-27
* ao: initial OpenSL ES supportGravatar Ilya Zhuravlev2016-02-27
* dispatch: clarify lifetime issuesGravatar wm42016-02-26
* vo_opengl: set uniform variable "pixel_size" for internal shadersGravatar igv2016-02-26
* vo_opengl: dxinterop: fix compatibility issue with VistaGravatar igv2016-02-26
* demux_timeline: slightly improve reported file formatGravatar wm42016-02-25
* player: slightly simplify how demuxer streams are enabled/disabledGravatar wm42016-02-25
* player: fix --force-window behaviorGravatar wm42016-02-25
* player: honor --force-window if video is selected, but inactiveGravatar wm42016-02-24
* demux: avoid lost wakeup on queue overflowGravatar wm42016-02-24
* demux_mkv: don't trust DefaultDuration for audioGravatar wm42016-02-24
* vo_opengl, vo_rpi: unbreak a few thingsGravatar wm42016-02-24
* player: remove pointless callGravatar wm42016-02-23
* player: simplify enabling demuxer threadsGravatar wm42016-02-23
* player: remove unused MPContext.stream fieldGravatar wm42016-02-23
* player: remove MPContext.sources fieldsGravatar wm42016-02-23
* vo_opengl: declare vec4 color inside fragment shader stubGravatar Niklas Haas2016-02-23
* vo_opengl: set uniform variable "pixel_size"Gravatar igv2016-02-22
* vo_opengl: set the correct size of the input imageGravatar igv2016-02-22
* vo_x11: add 16bpp supportGravatar Gusar3212016-02-22
* wscript: don’t install the encoding profiles with encoding disabledGravatar Emmanuel Gil Peyrot2016-02-22
* demux_mkv: fix opus gapless behavior (2)Gravatar wm42016-02-22
* demux_lavf: adjust seeks by maximum codec delayGravatar wm42016-02-22
* audio: make mp_audio_skip_samples() adjust the PTSGravatar wm42016-02-22
* ad_lavc: skip AVCodecContext.delay samples at beginningGravatar wm42016-02-22
* ad_lavc: make sample trimming symmetric to skippingGravatar wm42016-02-22
* ad_lavc: move skipping logic out of the HAVE_AVFRAME_SKIP_SAMPLES blockGravatar wm42016-02-22
* ad_lavc: interpolate missing timestampsGravatar wm42016-02-22
* audio: move frame clipping to a generic functionGravatar wm42016-02-21
* demux_mkv: add hack to fix opus gapless behaviorGravatar wm42016-02-21
* manpage: fix typoGravatar wm42016-02-21