aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* af_lavrresample: fix build on LibavGravatar wm42015-11-26
* af_lavrresample: clamp float output to rangeGravatar wm42015-11-25
* af_lavrresample: simplify set_compensation usageGravatar wm42015-11-11
* audio: do not require full audio chain reinit for speed changesGravatar wm42015-11-04
* af_lavcac3enc: simplify/fix AVPacket handlingGravatar wm42015-11-04
* Revert "af_lavrresample: don't drop sl/sr channels for 7.1 on ALSA"Gravatar wm42015-11-04
* af_lavrresample: don't drop sl/sr channels for 7.1 on ALSAGravatar wm42015-11-03
* Replace deprecated av_free_packet() callsGravatar wm42015-10-28
* audio: use AVFrames with more than 8 channels correctlyGravatar wm42015-10-26
* af_lavrresample: make planarization pass work with >8 channelsGravatar wm42015-10-26
* 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