summaryrefslogtreecommitdiff
path: root/libswresample/swresample_internal.h
Commit message (Expand)AuthorAge
* swresample: convert to new channel layout APIJames Almer2022-03-15
* swresample: Use double and float for matrixes for best quality and speedMichael Niedermayer2016-09-27
* swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer2016-08-18
* swresample: add exact_rational optionMuhammad Faiz2016-06-13
* all: Make header guard names consistentTimothy Gu2016-01-31
* swresample: allow double precision beta value for the Kaiser windowGanesh Ajjanagadde2015-11-08
* swresample/swresample_internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-15
* lswr: Allow 64 channels internally.Carl Eugen Hoyos2015-07-17
* swr: Remember previously set int_sample_format from userMichael Niedermayer2015-06-22
* swresample: soxr implementation for swr_get_out_samples()Rob Sykes2015-06-21
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-04
* swresample/dither: check memory allocationGanesh Ajjanagadde2015-06-03
* swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer2015-04-12
* swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer2015-04-12
* swresample: Add prefix to soxr_resamplerMichael Niedermayer2015-02-27
* swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer2015-02-09
* swresample: Use int instead of enum for fields which are accessed through AVO...Michael Niedermayer2015-02-02
* swresample_internal.h: Move struct declaration before first use.Reimar Döffinger2015-01-27
* swr: aarch64 audio_convert and neon clobber testMichael Niedermayer2014-08-27
* bump libpostproc and libswresampleMichael Niedermayer2014-08-10
* fix spelling errorsAndreas Cadhalpun2014-07-12
* swr: remove obsolete resample prototypesJames Almer2014-07-02
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-14
* swresample: Make rematrix maxvalue user settableMichael Niedermayer2013-07-22
* swr: add native_simd_oneMichael Niedermayer2013-06-04
* swr: support a seperate output sample bits.Michael Niedermayer2013-02-24
* swr: support first_ptsMichael Niedermayer2013-01-21
* swr: move silence buffer to context to avoid per use malloc/freeMichael Niedermayer2013-01-13
* swr: move buffer used to discard sample to contextMichael Niedermayer2013-01-13
* swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer2013-01-10
* swr: mark noise data for noise shaping as constMichael Niedermayer2013-01-10
* swr: add seperate in/out pointers to the noise shaping codeMichael Niedermayer2013-01-10
* swr: rename dither_pos to noise_posMichael Niedermayer2013-01-10
* swr: add noise_scale field to seperate it from the noise shaping scalesMichael Niedermayer2013-01-10
* swr: fix the noise sample type for noise shapingMichael Niedermayer2013-01-09
* swr: split swri_dither_init() outMichael Niedermayer2013-01-09
* swr: move dither related fields to their own contextMichael Niedermayer2013-01-09
* swr: update copyright years of a few files iam working onMichael Niedermayer2013-01-09
* swr: Implement Noise shaping ditherMichael Niedermayer2013-01-09
* docs: add soxr documentationRob Sykes2012-12-27
* swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer2012-12-25
* swr: Add SOX resampler supportRob Sykes2012-12-11
* swr: move flush into ResamplerMichael Niedermayer2012-12-11
* swr: make realloc_audio() available outside swresample.cMichael Niedermayer2012-12-11
* swr: Add API to make resample engine selectable.Rob Sykes2012-12-11
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* swr: use 64bit index/len for x86_64 mixMichael Niedermayer2012-10-28
* ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard2012-09-24
* Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer2012-09-07
* swr: update copyright yearsMichael Niedermayer2012-09-07