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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-03Long name spelling fixesBenjamin Larsson
2008-05-01Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.Diego Pettenò
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-04-16unusedMichael Niedermayer
2008-04-16cosmeticMichael Niedermayer
2008-04-16Move the *-1 to a more sane place as well.Michael Niedermayer
2008-04-16Move scale_bias to a more sane place. I am starting to wonder how thisMichael Niedermayer
2008-04-16simplifyMichael Niedermayer
2008-04-16Avoid reverse addressing, not sure if this is faster or slower but peopleMichael Niedermayer
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