aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* af: prevent endless loop when removing filters due to spdifGravatar wm42015-10-26
* af_lavrresample: fix unintended audio drift when setting playback speedGravatar wm42015-10-14
* af_lavrresample: reinit resampler on large speed changesGravatar wm42015-10-12
* af_lavrresample: use libswsresample dynamic rate adjustment featureGravatar wm42015-10-07
* audio/filter: remove reentrancy flagGravatar wm42015-09-20
* af_lavfi: implement af-metadata propertyGravatar wm42015-09-11
* af: use generic statuc codesGravatar wm42015-09-11
* af_lavrresample: remove unnecessary indirectionsGravatar wm42015-09-08
* af_lavrresample: add normalize suboptionGravatar wm42015-09-08
* af_lavrresample: add missing include statementGravatar wm42015-09-04
* audio/filter: remove af_bs2b tooGravatar wm42015-09-04
* audio/filter: remove some useless filtersGravatar wm42015-09-03
* audio: remove unused legacy libavutil headerGravatar wm42015-08-07
* audio: remove af_dummyGravatar wm42015-08-01
* af_lavrresample: always reinit resampler on filter reinitGravatar wm42015-07-19
* af_lavrresample: don't unnecessarily print remix messageGravatar wm42015-07-19
* af: fix behavior with pathologic filter chainsGravatar wm42015-07-07
* af_lavrresample: log actual channel layout conversionsGravatar wm42015-06-30
* audio: fix format function consistency issuesGravatar wm42015-06-26
* af: move af_from_dB() function to af_volume.cGravatar wm42015-06-23
* af_volume: add a replaygain fallback optionGravatar wm42015-06-23
* af_lavrresample: free and reallocate resample context on reconfigGravatar wm42015-06-22
* af_lavrresample: fix commentGravatar wm42015-06-22
* af: restore detaching of PCM filters when using spdifGravatar wm42015-06-22
* af_lavrresample: don't flush in uninitialized stateGravatar wm42015-06-22
* Various spelling fixesGravatar Marcin Kurczewski2015-06-18
* af_lavrresample: include osdep/endian.hGravatar wm42015-06-17
* af: remove conversion filter searchGravatar wm42015-06-16
* af_convert24: remove this filterGravatar wm42015-06-16
* af_lavrresample: integrate 24 bit (3 bytes per sample) outputGravatar wm42015-06-16
* af_lavrresample: always fill reorderGravatar wm42015-06-16
* audio: remove S8, U16, U24, U32 formatsGravatar wm42015-06-16
* af_lavcac3enc: fix A/V syncGravatar wm42015-06-15
* af: fix an aspect of filter chain flushingGravatar wm42015-06-15
* audio: fill NA channels with silenceGravatar wm42015-06-12
* af_lavrresample: slightly better computation of total delayGravatar wm42015-06-04
* af_lavrresample: use a new libswresample function if availableGravatar wm42015-06-04
* af_lavrresample: change output samples calculationGravatar wm42015-06-04
* af_lavrresample: use native libavresample function for output sizeGravatar wm42015-06-02
* af_lavrresample: fix and simplify flushing on playback speed changeGravatar wm42015-06-02
* audio: make softvol scale cubicGravatar wm42015-05-22
* af: don't attempt to remove last filter for spdif filter removalGravatar wm42015-05-05
* af_lavrresample: remove dead undefsGravatar wm42015-05-05
* audio: introduce support for padding channelsGravatar wm42015-05-05
* af_lavrresample: fix drainingGravatar wm42015-04-18
* Update license headersGravatar Marcin Kurczewski2015-04-13
* af_lavrresample: minor simplificationGravatar wm42015-04-12
* af_lavrresample: allow resetting output sample formatGravatar wm42015-04-12
* audio/filter: fully renegotiate audio formats on every reconfigGravatar wm42015-04-12
* audio: automatically deatch filters if spdif prevents their useGravatar wm42015-04-07