OSDN Git Service

fate: Add a mixed NAL coding sample
[android-x86/external-ffmpeg.git] / libavresample /
2016-05-29 Diego Biurrunbuild: Change structure of the linker version script...
2016-05-13 Diego Biurruntests: Move all test programs to a subdirectory
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-07 Diego Biurrunbuild: miscellaneous cosmetics
2015-12-14 Kip Warneravresample: Mark avresample_buffer() as pointer to...
2015-11-05 Luca Barbatoavresample: Document avresample_open() a little better
2015-09-29 Ganesh Ajjanagaddeavresample: Remove an unused variable
2015-09-13 Vittorio Giovaralavr: Remove unreachable code
2015-08-31 Vittorio Giovaralavr: Remove unused label
2015-08-28 Vittorio GiovaraBump major versions of all libraries
2015-08-28 Vittorio Giovaralavr: Drop deprecated context reinitialization if resam...
2015-08-11 Henrik Gramnerx86inc: Drop SECTION_TEXT macro
2015-05-31 James Almerx86: check for AV_CPU_FLAG_AVXSLOW where useful
2015-04-28 Luca Barbatoavresample: Reallocate the internal buffer to the corre...
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-02-21 Peter Meerwaldlibavresample: NEON optimized FIR audio resampling
2015-02-20 Peter Meerwaldlibavresample: Annotate AARCH64 init function with...
2014-10-18 Luca Barbatoavresample: Make sure the even check does not overflow
2014-10-18 Vittorio Giovaraavresample: prevent theoretical division by zero
2014-08-17 Luca Barbatolavr: Update the planar check in ff_audio_convert
2014-08-10 Luca Barbatoavresample: Introduce AVFrame-based API
2014-08-09 Anton KhirnovBump major versions of all libraries.
2014-08-09 Anton KhirnovPostpone API-incompatible changes until the next bump.
2014-08-03 Justin Ruggleslavr: Do not change the sample format for mono audio
2014-05-28 Luca Barbatoavresample: Add avresample_get_out_samples
2014-05-13 Janne Grunaubuild: handle library dependencies in configure
2014-04-24 Janne Grunauaarch64: NEON optimized FIR audio resampling
2014-04-24 Janne Grunaulavr: define ResampleContext in resample.h
2014-04-22 Janne Grunauaarch64: NEON float to s16 audio conversion
2014-04-17 Anton Khirnovresample: remove an unneeded context variable
2014-04-13 Anton Khirnovlavr: allocate the resampling buffer with a positive...
2014-04-13 Anton Khirnovresample: implement flushing
2014-04-11 Anton Khirnovresample: split linear into its own function
2014-04-11 Anton Khirnovresample: add initial padding explicitly
2014-04-11 Anton Khirnovresample: drop useless abs()
2014-04-11 Anton Khirnovresample: reindent
2014-04-11 Anton Khirnovresample: split the nearest neighbour path into a separ...
2014-04-11 Anton Khirnovresample: fix avresample_get_delay() return value
2014-04-04 Diego Biurrunx86: Drop some unnecessary YASM ifdefs
2014-03-26 Diego BiurrunAdd missing headers to make template files compile...
2014-02-22 Anton Khirnovlavr: return an error if a avresample_open() is called...
2014-02-22 Anton Khirnovlavr: add a function for checking whether AVAudioResamp...
2014-02-08 Tim Walkerlavr: mix front center channel as indicated in the...
2014-02-07 Martin Storsjöarm: Add X() around all references to extern symbols
2014-01-15 Janne Grunauaarch64: port neon clobber test from arm
2014-01-13 Martin Storsjöx86/arm: Add clobber tests to libavresample
2014-01-03 Anton Khirnovaudio_mix: print (SKIP) instead of 0.0 for matrix colum...
2014-01-03 Anton Khirnovaudio_mix: fix zeroing output channels in certain cases
2014-01-03 Anton Khirnovaudio_mix: initialize the data pointers to NULL
2013-12-26 Diego Biurrunavutil: Move library version related macros to version.h
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-10-27 Justin Ruggleslavr: check that current_buffer is not NULL before...
2013-10-14 Derek Buitenhuisx86inc: Remove our FMA4 support
2013-10-14 Derek Buitenhuisavresample/x86: Switch operand order for mulps
2013-10-12 Anton Khirnovaudio_mix: fix channel order in mix_1_to_2_fltp_flt_c
2013-08-02 Diego BiurrunGive less generic names to global library option arrays
2013-07-25 Diego Biurrunmiscellaneous typo fixes
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-05-17 Anton Khirnovlavr doxy: add version.h to the lavr group
2013-05-04 Diego Biurrunavresample: Add av_cold attributes to init functions...
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.
next