]> git.sesse.net Git - ffmpeg/history - libavresample
dfa: check for invalid access in decode_wdlt().
[ffmpeg] / libavresample /
2013-03-27 Diego Biurruncosmetics: Remove unnecessary extern keywords from...
2013-02-23 Justin Ruggleslavr: allow setting internal_sample_fmt option by string
2013-02-23 Justin Ruggleslavr: Add "resample_cutoff" option as a duplicate of...
2013-02-12 Justin Ruggleslavr: fix mixing matrix reduction when normalization...
2013-02-12 Justin Ruggleslavr: fix matrix reduction for upmixing in certain...
2013-02-12 Justin Ruggleslavr: cosmetics: reindent
2013-02-12 Justin Ruggleslavr: make sure that the mix function is reset even...
2013-02-12 Justin Ruggleslavr: print out the mix matrix in ff_audio_mix_set_matrix()
2013-01-18 Justin Ruggleslavr: always reset mix function names and pointers...
2013-01-18 Justin Ruggleslavr: call mix_function_init() in ff_audio_mix_set_matrix()
2013-01-08 Justin Rugglesx86: lavr: add SSE2/AVX dither_int_to_float()
2013-01-08 Justin Rugglesx86: lavr: add SSE2 quantize() for dithering
2013-01-08 Justin Ruggleslavr: log channel conversion description for any-to...
2013-01-08 Justin Ruggleslavr: mix: reduce the mixing matrix when possible
2013-01-08 Justin Ruggleslavr: cosmetics: reindent
2013-01-08 Justin Ruggleslavr: add a public function for setting a custom channe...
2013-01-08 Justin Ruggleslavr: typedef internal structs in internal.h
2013-01-05 Justin Rugglesx86: lavr: use the x86inc.asm automatic stack alignment...
2013-01-04 Peter Meerwaldlavr: fix missing " in header documentation
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-12-19 Justin Ruggleslavr: add option for dithering during sample format...
2012-12-17 Hendrik Leppkesavresample: use valid log context in mixing functions
2012-12-17 Justin Ruggleslavr: remove automatic context close/open for resamplin...
2012-12-17 Justin Ruggleslavr: only save/restore the mixing matrix if mixing...
2012-12-15 Justin Ruggleslavr: move AudioMix struct definition to audio_mix.c
2012-12-12 Justin Ruggleslavr: fix segfault due to overlooked change needed...
2012-12-11 Justin Ruggleslavr: temporarily store custom matrix in AVAudioResampl...
2012-12-11 Justin Ruggleslavr: clarify documentation for avresample_get/set_matrix()
2012-11-27 Justin Ruggleslavr: do not pass consumed samples as a parameter to...
2012-11-27 Justin Ruggleslavr: correct the documentation for the ff_audio_resamp...
2012-11-27 Justin Ruggleslavr: do not pass sample count as a parameter to ff_aud...
2012-11-18 Ronald S. Bultjex86: lavr: fix stack allocation for 7 and 8 channel...
2012-11-18 Justin Ruggleslavr: fix the decision for writing directly to the...
2012-11-11 Diego Biurrunbuild: Drop AVX assembly ifdefs
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-09 Diego Biurrunx86: PALIGNR: port to cpuflags
2012-11-06 Diego Biurrunx86: avresample: Add missing colons to assembly labels
2012-10-30 Diego Biurrunx86: yasm: Use complete source path for macro helper...
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-10-29 Anton Khirnovlavr: document upper bound on number of output samples.
2012-10-29 Anton Khirnovlavr: add general API usage doxy
2012-10-13 Justin Ruggleslavr: handle clipping in the float to s32 conversion
2012-10-05 Anton Khirnovlavr: bump major to 1 and declare it stable.
2012-10-05 Anton Khirnovlavr: change the type of the data buffers to uint8_t**.
2012-09-13 Mans RullgardARM: libavresample: NEON optimised generic fltp to...
2012-09-13 Mans RullgardARM: libavresample: NEON optimised stereo fltp to s16...
2012-09-13 Mans RullgardARM: libavresample: NEON optimised flat float to s16...
2012-09-12 Tim Walkerlavr/audio_mix_matrix: acknowledge the existence of...
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-09-04 Martin Storsjöavopt: Explicitly store float/double option defaults...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-24 Anton KhirnovAVOptions: store defaults for INT64 options in int64...
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel flt to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel flt to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel flt to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel flt to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16 to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel s16 to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16 to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel s16 to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel fltp to flt conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel fltp to s16 conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel fltp to s16 conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16p to flt conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel s16p to flt conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16p to s16 conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel s16p to s16 conversion
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-14 John Stebbinslibavresample: add mix level normalization option
2012-08-11 Diego Biurrunavresample: De-doxygenize some comments where Doxygen...
2012-08-09 Diego Biurrundoxygen: Fix function parameter names to match the...
2012-08-07 Mans Rullgardx86: add colons after labels
2012-08-04 Justin Ruggleslavr: fix handling of custom mix matrices
2012-07-27 Justin Ruggleslavr: x86: improve non-SSE4 version of S16_TO_S32_SX...
2012-07-27 Justin Ruggleslavr: add x86-optimized mixing functions
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-07-25 Justin Ruggleslavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp...
2012-07-08 Justin Ruggleslavr: resampling: add support for s32p, fltp, and dblp...
2012-07-08 Justin Ruggleslavr: resampling: add filter type and Kaiser window...
2012-07-08 Justin Ruggleslavr: Use AV_SAMPLE_FMT_NONE to auto-select the interna...
2012-07-08 Justin Ruggleslavr: mix: validate internal sample format in ff_audio_...
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-06-26 Justin Ruggleslavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypes
2012-06-25 Justin Ruggleslavr: x86: merge some branches
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for flt to s32 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for flt to s16 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s32 to flt conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s32 to s16 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s16 to flt conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for s16 to s32 conversion
2012-06-18 Justin Ruggleslavr: add x86-optimized functions for mixing 1-to-2...
2012-06-18 Justin Ruggleslavr: add x86-optimized functions for mixing 1-to-2...
2012-06-18 John StebbinsAdd Dolby/DPLII downmix support to libavresample
2012-05-29 Justin Ruggleslavr: add x86-optimized function for mixing 2 to 1...
2012-05-29 Justin Ruggleslavr: add x86-optimized functions for mixing 2 to 1...
2012-05-29 Justin Ruggleslavr: add C functions for mixing 2 to 1 channels with...
2012-05-09 Justin Ruggleslavr: replace the SSE version of ff_conv_fltp_to_flt_6c...
next