aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/audio.h
Commit message (Expand)AuthorAge
* audio: make libaf derived code optionalGravatar wm42017-09-21
* audio: move libswresample wrapper out of audio filter codeGravatar wm42017-09-21
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* af_lavcac3enc: use common code for AVFrame setupGravatar wm42016-07-24
* audio: add a helper for getting frame end PTSGravatar wm42016-06-27
* audio: move frame clipping to a generic functionGravatar wm42016-02-21
* audio: move mp_audio->AVFrame conversion to a functionGravatar wm42016-01-29
* audio: move PTS setting out of the decoderGravatar wm42015-11-08
* audio/filter: remove some useless filtersGravatar wm42015-09-03
* audio: fix format function consistency issuesGravatar wm42015-06-26
* audio: remove unused readonly fieldGravatar wm42015-06-15
* audio: deal with AVFrame-style buffer assignmentsGravatar wm42015-06-12
* audio: introduce mp_audio readonly bitGravatar wm42015-05-04
* audio: add missing declarationGravatar wm42015-01-14
* audio: add some utility functions for refcounted framesGravatar wm42015-01-13
* audio: make mp_audio_config_to_str return a stack-allocated stringGravatar wm42014-11-25
* audio: add mp_audio_make_writeable()Gravatar wm42014-11-10
* audio: add function to convert AVFrame to mp_audio referencesGravatar wm42014-11-10
* audio: add mp_audio_poolGravatar wm42014-11-10
* audio: use AVBufferRef to allocate audio framesGravatar wm42014-11-10
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateGravatar Marcoen Hirschberg2014-05-28
* audio: better rejection of invalid formatsGravatar wm42013-11-27
* mp_audio: use av_malloc (cargo cult for libav*)Gravatar wm42013-11-12
* audio/filter: prepare filter chain for non-interleaved audioGravatar wm42013-11-12
* audio/filters: add af_forceGravatar wm42013-05-12
* audio: print channel map additionally to channel count on terminalGravatar wm42013-05-12
* af: use mp_chmap for mp_audio, include channel map in format negotiationGravatar wm42013-05-12
* audio: add some setters for mp_audio, and require filters to use themGravatar wm42013-05-12