aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
...
* 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
* audio: change a detail about filter insertionGravatar wm42015-04-07
* audio: make all format query shortcuts macrosGravatar Kevin Mitchell2015-04-03
* af_lavrresample: always normalize (libswresample is stupid)Gravatar wm42015-04-02
* af: remove unused functionsGravatar wm42015-04-01
* af_bs2b: fix option default valueGravatar wm42015-03-22
* af_lavfi: handle seekingGravatar wm42015-03-17
* audio: refuse to change playback speed with spdifGravatar wm42015-03-07
* af_scaletempo: minor simplificationGravatar wm42015-03-06
* af_scaletempo: restore confusing mplayer behaviorGravatar wm42015-03-06
* audio: change playback speed directly in resamplerGravatar wm42015-03-02
* af_rubberband: actually fix deadlockGravatar Martin Herkt2015-02-12
* af_rubberband: fix filter error deadlockGravatar wm42015-02-12