summaryrefslogtreecommitdiffstats
path: root/audio/audio.c
Commit message (Expand)AuthorAgeFilesLines
* audio: fix pool allocationwm42015-02-111-1/+2
* audio: add some utility functions for refcounted frameswm42015-01-131-10/+58
* audio: make mp_audio_config_to_str return a stack-allocated stringwm42014-11-251-10/+5
* audio: make mp_chmap_to_str() return a stack-allocated stringwm42014-11-241-4/+3
* audio: make sure AVFrame is actually refcountedwm42014-11-111-0/+12
* audio: refuse to allocate frames in invalid formatwm42014-11-111-1/+1
* audio: add mp_audio_make_writeable()wm42014-11-101-0/+26
* audio: clear buffer array too with mp_audio_set_null_data()wm42014-11-101-1/+3
* audio: add function to convert AVFrame to mp_audio referenceswm42014-11-101-0/+48
* audio: add mp_audio_poolwm42014-11-101-4/+62
* audio: use AVBufferRef to allocate audio frameswm42014-11-101-19/+9
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateMarcoen Hirschberg2014-05-281-1/+1
* audio: preallocate audio buffers on resizewm42014-04-181-2/+7
* audio: check for overflowswm42014-01-031-0/+5
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Merge mp_talloc.h into ta/ta_talloc.hwm42013-12-171-1/+1
* audio: better rejection of invalid formatswm42013-11-271-0/+6
* audio: fix audio data memory leakwm42013-11-141-1/+1
* mp_audio: use av_malloc (cargo cult for libav*)wm42013-11-121-3/+27
* audio/filter: prepare filter chain for non-interleaved audiowm42013-11-121-11/+137
* audio: replace af_fmt2str_short -> af_fmt_to_strwm42013-11-071-1/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* audio: add channel map selection functionwm42013-05-121-2/+1
* audio/filters: add af_forcewm42013-05-121-0/+6
* audio: print channel map additionally to channel count on terminalwm42013-05-121-0/+15
* af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-121-2/+20
* audio: add some setters for mp_audio, and require filters to use themwm42013-05-121-0/+38