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
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-05-14Use skip_bits_long() for large skipsDavid Conrad
2009-05-11Support 16K samplerate in Nellymoser.Alexander Chemeris
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-21Get rid of av_random in nellymoserdec.cBenjamin Larsson
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19Replace calls to the deprecated function av_init_random() withStefano Sabatini
2009-01-17Use shared sine window instead of defining another one.Vitor Sessak
2008-11-16Set channel_layoutBenjamin Larsson
2008-08-12mdct wrapper function to match fftLoren Merritt
2008-08-12remove mdct tmp bufferLoren Merritt
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-23Reduce the loglevel on a log message in the Nellymoser decoder. Related to Ro...Benjamin Larsson
2008-07-05Remove unused variable, fixes the warning:Diego Biurrun
2008-06-22Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-09Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-03Move declaration a little.Michael Niedermayer
2008-05-03Setting i to 0 once should do.Michael Niedermayer
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