summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* swr: check that the context for swr_convert() has been initializedMichael Niedermayer2014-02-24
* swresample: add swr_is_initialized()Michael Niedermayer2014-02-24
* swresample: factorize clear_context() outMichael Niedermayer2014-02-22
* Fix libswresample compilation with Apple Neon assembler.Reimar Döffinger2014-02-17
* swresample: Add arm&x86 clobber testsMartin Storsjö2014-01-18
* Avoid using empty macro arguments.Reimar Döffinger2013-12-31
* lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...Stefano Sabatini2013-12-26
* Add Windows resource file support for shared librariesJames Almer2013-12-05
* swresample: use the internal buffer for resampling the last few samplesMichael Niedermayer2013-12-04
* lswr: fix assert failure on unknown layouts.Nicolas George2013-11-03
* lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini2013-10-17
* x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje2013-10-08
* swr: fix example code and doxy indent.Clément Bœsch2013-09-29
* swresample: replace 2 av_free() by av_freep()Michael Niedermayer2013-09-16
* swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX outputMichael Niedermayer2013-08-20
* swr: clean layouts before checking sanityMichael Niedermayer2013-08-20
* swresample: fix negative rematrix volumnsMichael Niedermayer2013-07-22
* swresample: Make rematrix maxvalue user settableMichael Niedermayer2013-07-22
* cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-29
* swresample/x86/audio_convert: add emms to CONVMichael Niedermayer2013-06-18
* swresample/rematrix_template: Fix integer overflow in mix8to2Michael Niedermayer2013-06-10
* swresample/rematrix_template: Fix integer overflow in mix6to2Michael Niedermayer2013-06-10
* swr: dont treat 32 and 24 as equal in simple copy checkMichael Niedermayer2013-06-05
* swr: set scale for 32->32/24 ditherMichael Niedermayer2013-06-05
* swresample: set flags & description and add documentation for output_sample_bitsPaul B Mahol2013-06-04
* swr: Fix dithering of s16 with SIMDMichael Niedermayer2013-06-04
* swr: add native_simd_oneMichael Niedermayer2013-06-04
* swresample/rematrix: add S32 mixing codeMichael Niedermayer2013-06-04
* wresample/rematrix_template: fix internal typesMichael Niedermayer2013-06-04
* swr/rematrix: use av_calloc()Michael Niedermayer2013-04-15
* buildsys: only include log2_tab per library for shared buildsMichael Niedermayer2013-03-04
* soxr: libsoxr 0.1.1 supportRob Sykes2013-03-01
* swr: make the default of nopts for first_pts actually workMichael Niedermayer2013-02-25
* swr: support a seperate output sample bits.Michael Niedermayer2013-02-24
* swr: add duplicate cutoff for compatibilityMichael Niedermayer2013-02-24
* swr: check channel layouts before using them.Michael Niedermayer2013-02-13
* swr: Dont use floats for S32->S32 when possibleMichael Niedermayer2013-02-04
* swr: reorder init code to make rematrix status available earlierMichael Niedermayer2013-02-04
* swr-test: Fix clip to 32bitMichael Niedermayer2013-02-04
* swr/resample: fix integer overflow, add missing castMichael Niedermayer2013-02-04
* swr/resample: fix filter rounding and cliping for s32Michael Niedermayer2013-02-04
* swr/ build_filter: use av_calloc() fix buffer overflowMichael Niedermayer2013-01-27
* swr: limit phase_shift to a less insane value.Michael Niedermayer2013-01-27
* swr: support first_ptsMichael Niedermayer2013-01-21
* swr: fix "may be used uninitialized in this function" warningsMichael Niedermayer2013-01-20
* swr/dither: fix division by 0Michael Niedermayer2013-01-14
* swr: fix handling of timestamps that cause multiple drops or silence injectionsMichael Niedermayer2013-01-13
* swr: limit buffer size for silence injectionMichael Niedermayer2013-01-13
* swr: limit buffer size for discarding.Michael Niedermayer2013-01-13
* swr: move silence buffer to context to avoid per use malloc/freeMichael Niedermayer2013-01-13