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
2011-10-02nellymoserdec: allocate float_buf only when decoding to int16Justin Ruggles
2011-10-02nellymoserdec: use NELLY_BUF_LEN instead of 128Justin Ruggles
2011-10-02nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.Justin Ruggles
2011-10-02nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.Justin Ruggles
2011-10-02nellymoser: check output buffer size before decodingJustin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-02Separate 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-26Add 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