aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* demux_cue: use stream_peek()Gravatar wm42014-11-16
* restore-old-bindings.conf: add recently changed bindingGravatar wm42014-11-16
* lua: subprocess: add Windows implementationGravatar James Ross-Gowan2014-11-16
* input.conf: Don't make ENTER exit the playerGravatar ChrisK22014-11-15
* man: document osc seekbarstyle optionGravatar ahoka2014-11-15
* osc: add validation for string user optionsGravatar ahoka2014-11-15
* osc: add seekbarstyle optionGravatar ahoka2014-11-15
* umpv: update comment for the new FIFO locationGravatar Ben Boeckel2014-11-15
* sub: workaround braindead libass APIGravatar wm42014-11-15
* demux_mkv: adjust subtitle preroll again (2)Gravatar wm42014-11-15
* vo_opengl: allow setting different filters for downscalingGravatar wm42014-11-14
* command: list filters/VOs/AOs with option-infoGravatar wm42014-11-14
* command: export some option metadataGravatar wm42014-11-13
* command: rename "option-flags" property to "option-info"Gravatar wm42014-11-13
* command: make sub-properties more flexibleGravatar wm42014-11-13
* command: fix weird stuffGravatar wm42014-11-13
* command: export mpv configure arguments as propertyGravatar wm42014-11-13
* terminal-unix: Add some comments about FD use.Gravatar Rudolf Polzer2014-11-13
* terminal-unix: Fix initial terminal state.Gravatar Rudolf Polzer2014-11-13
* demux: update cache state when pausedGravatar wm42014-11-12
* af: remove redundant functionGravatar wm42014-11-12
* af: check audio params for validityGravatar wm42014-11-12
* mp_image: slightly better image params verbose infoGravatar wm42014-11-12
* video: move formatting of image parameters to separate functionGravatar wm42014-11-12
* vf: minor simplificationGravatar wm42014-11-12
* manpage: adjust --hwdec docsGravatar wm42014-11-12
* player: simplify audio uninit on segment switchesGravatar wm42014-11-12
* audio: fix some issues when reloading the AOGravatar wm42014-11-12
* ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts.Gravatar Rudolf Polzer2014-11-12
* player: make the osd-msg prefix work for playlist_next/prevGravatar wm42014-11-11
* audio: make sure AVFrame is actually refcountedGravatar wm42014-11-11
* audio: refuse to allocate frames in invalid formatGravatar wm42014-11-11
* demux_mkv: adjust subtitle preroll againGravatar wm42014-11-11
* vf_sub: fix previous commitGravatar wm42014-11-11
* vf_sub: don't crash if no subtitle context is availableGravatar wm42014-11-11
* encode: don't segfault when bailing out due to resolution changeGravatar wm42014-11-11
* vo_opengl: don't reset user-set gamma when using vo_cmdlineGravatar wm42014-11-11
* audio: make decoders output refcounted framesGravatar wm42014-11-10
* audio: add mp_audio_make_writeable()Gravatar wm42014-11-10
* audio: clear buffer array too with mp_audio_set_null_data()Gravatar wm42014-11-10
* audio: change how filters are inserted on playback speed changesGravatar wm42014-11-10
* af_format: remove redundant message prefixesGravatar wm42014-11-10
* audio: add function to convert AVFrame to mp_audio referencesGravatar wm42014-11-10
* audio: add mp_audio_poolGravatar wm42014-11-10
* player: don't try to use duration 0Gravatar wm42014-11-10
* dvd, bluray: reload demuxer on title changesGravatar wm42014-11-10
* audio: use AVBufferRef to allocate audio framesGravatar wm42014-11-10
* command: send property-change event on playlist changeGravatar Alessandro Ghedini2014-11-09
* audio/out/pull: avoid deadlock if audio callback stopsGravatar wm42014-11-09
* atomics: add atomic_compare_exchange_strong()Gravatar wm42014-11-09