aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* video/out: minor simplification to event query functionGravatar wm42014-11-09
* audio/out: make ao_request_reload() idempotentGravatar wm42014-11-09
* audio: handle reinit after AO reload slightly cleanerGravatar wm42014-11-09
* mp_image: check memory allocationGravatar wm42014-11-08
* player: improve audio time displayGravatar wm42014-11-08
* w32_common: open window menu on Alt+SpaceGravatar James Ross-Gowan2014-11-08
* Revert "w32_common: don't override alt+space"Gravatar wm42014-11-08
* w32_common: don't override alt+spaceGravatar wm42014-11-08
* win32: silence some warningsGravatar James Ross-Gowan2014-11-08
* command: silence a warning on win32Gravatar wm42014-11-08
* demux_mkv: fix undefined shiftsGravatar wm42014-11-08
* command: fix option-flags propertyGravatar wm42014-11-08
* client API: deprecate some eventsGravatar wm42014-11-08
* command: export the flag whether an option was set on commandlineGravatar wm42014-11-07
* client API: additional documentation commentsGravatar wm42014-11-07
* client: remove redundant assignmentGravatar wm42014-11-07
* client API: silence silly clang warningGravatar wm42014-11-07
* audio: add --audio-client-name optionGravatar wm42014-11-07