Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-18swresample: Add arm&x86 clobber testsMartin Storsjö
2013-12-31Avoid using empty macro arguments.Reimar Döffinger
2013-12-26lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...Stefano Sabatini
2013-12-06Add Windows resource file support for shared librariesJames Almer
2013-12-04swresample: use the internal buffer for resampling the last few samplesMichael Niedermayer
2013-11-03lswr: fix assert failure on unknown layouts.Nicolas George
2013-10-17lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini
2013-10-08x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje
2013-09-30swr: fix example code and doxy indent.Clément Bœsch
2013-09-17swresample: replace 2 av_free() by av_freep()Michael Niedermayer
2013-08-20swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX outputMichael Niedermayer
2013-08-20swr: clean layouts before checking sanityMichael Niedermayer
2013-07-22swresample: fix negative rematrix volumnsMichael Niedermayer
2013-07-22swresample: Make rematrix maxvalue user settableMichael Niedermayer
2013-06-29cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu
2013-06-18swresample/x86/audio_convert: add emms to CONVMichael Niedermayer
2013-06-10swresample/rematrix_template: Fix integer overflow in mix8to2Michael Niedermayer
2013-06-10swresample/rematrix_template: Fix integer overflow in mix6to2Michael Niedermayer
2013-06-05swr: dont treat 32 and 24 as equal in simple copy checkMichael Niedermayer
2013-06-05swr: set scale for 32->32/24 ditherMichael Niedermayer
2013-06-05swresample: set flags & description and add documentation for output_sample_bitsPaul B Mahol
2013-06-05swr: Fix dithering of s16 with SIMDMichael Niedermayer
2013-06-05swr: add native_simd_oneMichael Niedermayer
2013-06-04swresample/rematrix: add S32 mixing codeMichael Niedermayer
2013-06-04wresample/rematrix_template: fix internal typesMichael Niedermayer
2013-04-15swr/rematrix: use av_calloc()Michael Niedermayer
2013-03-04buildsys: only include log2_tab per library for shared buildsMichael Niedermayer
2013-03-01soxr: libsoxr 0.1.1 supportRob Sykes
2013-02-25swr: make the default of nopts for first_pts actually workMichael Niedermayer
2013-02-24swr: support a seperate output sample bits.Michael Niedermayer
2013-02-24swr: add duplicate cutoff for compatibilityMichael Niedermayer
2013-02-13swr: check channel layouts before using them.Michael Niedermayer
2013-02-04swr: Dont use floats for S32->S32 when possibleMichael Niedermayer
2013-02-04swr: reorder init code to make rematrix status available earlierMichael Niedermayer
2013-02-04swr-test: Fix clip to 32bitMichael Niedermayer
2013-02-04swr/resample: fix integer overflow, add missing castMichael Niedermayer
2013-02-04swr/resample: fix filter rounding and cliping for s32Michael Niedermayer
2013-01-27swr/ build_filter: use av_calloc() fix buffer overflowMichael Niedermayer
2013-01-27swr: limit phase_shift to a less insane value.Michael Niedermayer
2013-01-21swr: support first_ptsMichael Niedermayer
2013-01-20swr: fix "may be used uninitialized in this function" warningsMichael Niedermayer
2013-01-14swr/dither: fix division by 0Michael Niedermayer
2013-01-13swr: fix handling of timestamps that cause multiple drops or silence injectionsMichael Niedermayer
2013-01-13swr: limit buffer size for silence injectionMichael Niedermayer
2013-01-13swr: limit buffer size for discarding.Michael Niedermayer
2013-01-13swr: move silence buffer to context to avoid per use malloc/freeMichael Niedermayer
2013-01-13swr: move buffer used to discard sample to contextMichael Niedermayer
2013-01-12swr: work with 4 noise shaping coeffs at a timeMichael Niedermayer
2013-01-12swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 belowMichael Niedermayer
2013-01-12swr: use a local variable for ns_coeffsMichael Niedermayer