summaryrefslogtreecommitdiffstats
path: root/audio/audio.h
Commit message (Expand)AuthorAgeFilesLines
* audio: move frame clipping to a generic functionwm42016-02-211-0/+1
* audio: move mp_audio->AVFrame conversion to a functionwm42016-01-291-0/+1
* audio: move PTS setting out of the decoderwm42015-11-081-0/+2
* audio/filter: remove some useless filterswm42015-09-031-1/+0
* audio: fix format function consistency issueswm42015-06-261-1/+1
* audio: remove unused readonly fieldwm42015-06-151-1/+0
* audio: deal with AVFrame-style buffer assignmentswm42015-06-121-1/+4
* audio: introduce mp_audio readonly bitwm42015-05-041-0/+1
* 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