summaryrefslogtreecommitdiffstats
path: root/audio/audio.h
Commit message (Expand)AuthorAgeFilesLines
* audio: add missing declarationwm42015-01-141-0/+1
* audio: add some utility functions for refcounted frameswm42015-01-131-0/+6
* audio: make mp_audio_config_to_str return a stack-allocated stringwm42014-11-251-2/+2
* audio: add mp_audio_make_writeable()wm42014-11-101-0/+2
* audio: add function to convert AVFrame to mp_audio referenceswm42014-11-101-0/+3
* audio: add mp_audio_poolwm42014-11-101-0/+4
* audio: use AVBufferRef to allocate audio frameswm42014-11-101-1/+1
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateMarcoen Hirschberg2014-05-281-1/+1
* audio: better rejection of invalid formatswm42013-11-271-0/+1
* mp_audio: use av_malloc (cargo cult for libav*)wm42013-11-121-0/+3
* audio/filter: prepare filter chain for non-interleaved audiowm42013-11-121-5/+26
* audio/filters: add af_forcewm42013-05-121-0/+1
* audio: print channel map additionally to channel count on terminalwm42013-05-121-0/+3
* af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-121-1/+5
* audio: add some setters for mp_audio, and require filters to use themwm42013-05-121-0/+38