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
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-28cosmetics: indentation and spacingJustin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-06-14nellymoserdec: Increase the log level of messages when failing to decode dataMartin Storsjö
2010-06-14ReindentMartin Storsjö
2010-06-14nellymoserdec: Simplify calculation of numbers of blocksMartin Storsjö
2010-06-14ReindentMartin Storsjö
2010-06-14nellymoserdec: Allow using unusual input block sizesMartin Storsjö
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2009-11-29nellymoser: use constant seed for dithering RNGMåns Rullgård
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