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
2008-04-16commutative law based cleanupMichael Niedermayer
2008-04-16do the -1 outside of the transformMichael Niedermayer
2008-04-16normalize signsMichael Niedermayer
2008-04-16100l lost add_biasMichael Niedermayer
2008-04-16simplify transformMichael Niedermayer
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2007-11-18Use memcpy instead of for loopBenjamin Larsson
2007-11-14Small simplificationBenjamin Larsson
2007-11-14Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi
2007-11-14Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi
2007-11-14Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi
2007-11-14Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini
2007-11-04Remove unused variableBenjamin Larsson
2007-11-03Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel...Fabrice Bellard
2007-10-18Unaligned memory access rcrash fixBenjamin Larsson
2007-10-15Nellymoser ASAO decoderBenjamin Larsson