aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* audio/filter: switch remaining filters to refcountingGravatar wm42015-01-15
* audio/filter: switch remaining in-place filters to refcountingGravatar wm42015-01-15
* af: verify filter input formatsGravatar wm42015-01-15
* vo_opengl_cb: initial screenshot supportGravatar wm42015-01-15
* image_writer: check for conversion errorsGravatar wm42015-01-15
* osc: fix disabling OSCGravatar wm42015-01-15
* DOCS/client_api_examples: fix locale nonsense in qml examplesGravatar wm42015-01-15
* ao_alsa: fix a small memory leakGravatar wm42015-01-14
* af_lavcac3enc: use refcounted framesGravatar wm42015-01-14
* af_lavfi: use refcounted framesGravatar wm42015-01-14
* audio/filter: actually set fmt_in/fmt_out fieldsGravatar wm42015-01-14
* af_scaletempo: use refcounted framesGravatar wm42015-01-14
* af_lavrresample: use refcounted framesGravatar wm42015-01-14
* audio: add missing declarationGravatar wm42015-01-14
* ao_pcm: add append modeGravatar wm42015-01-14
* audio: fix initial audio PTSGravatar wm42015-01-14
* player: fallback to seek time for percent-pos propertyGravatar wm42015-01-14
* audio: fix assertion failure on audio decodingGravatar wm42015-01-14
* af_convert24: use refcounted framesGravatar wm42015-01-13
* audio/filters: use refcounted frames for some in-place filtersGravatar wm42015-01-13
* audio/filters: use refcounted frames for some simple filtersGravatar wm42015-01-13
* af_volume: use refcounted framesGravatar wm42015-01-13
* audio: use refcounted frames in the filter chainGravatar wm42015-01-13
* audio: add some utility functions for refcounted framesGravatar wm42015-01-13
* audio/filter: remove unused af_calc_filter_multiplier()Gravatar wm42015-01-13
* client API: fix log buffer overflow caseGravatar wm42015-01-13
* manpage: fix references to vf_ppGravatar wm42015-01-13
* vf: make message less confusingGravatar wm42015-01-13
* mp_image: reject invalid display aspect ratioGravatar wm42015-01-13
* player: fix crash wtih --secondary-sidGravatar wm42015-01-13
* cache: cache-position needs to be int64_tGravatar Oliver Freyermuth2015-01-13
* stream_dvb: Add MP_ERR if polling worked, but read fails.Gravatar Oliver Freyermuth2015-01-13
* wayland: implement key modifiersGravatar wm42015-01-12
* wayland: don't compute absurd window sizeGravatar wm42015-01-12
* bstr: fix possible undefined behavior with length 0 stringsGravatar wm42015-01-12
* player: don't set tag strings to NULLGravatar wm42015-01-12
* demux_mkv: fix EBML parsing checksGravatar wm42015-01-12
* manpage: improve --title descriptionGravatar wm42015-01-12
* tl_matroska: fix minor memory leak in error caseGravatar wm42015-01-12
* player: check sufficient track selection before destroying VOGravatar wm42015-01-12
* client API: reasonable behavior if window is closedGravatar wm42015-01-12
* x11: explicitly query map status when waiting for map eventGravatar wm42015-01-12
* x11: support XEmbedGravatar wm42015-01-12
* vo: don't synchronize when seekingGravatar wm42015-01-12
* player: change --display-tags behaviorGravatar wm42015-01-12
* demux_mkv: better check for some EBML parsingGravatar wm42015-01-12
* demux_mkv: avoid endless loop with broken filesGravatar wm42015-01-12
* ao_pulse: exit AO if stream failsGravatar wm42015-01-11
* win32: drop hacks for possibly broken static pthreads-win32 linkingGravatar wm42015-01-11
* command: fix property naming conventionGravatar wm42015-01-10