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
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-01nellymoserdec: Saner and faster IMDCT windowingVitor Sessak
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-12nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMTAnton Khirnov
2012-01-03lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_*Paul B Mahol
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22nellymoserdec: Indicate that the decoder can handle changed parametersMartin Storsjö
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-12-01nellymoserdec: Use sidedata to support mid stream sample rate changes.Michael Niedermayer
2011-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-28nellymoserdec: use dsp functions for overlap and windowingJustin Ruggles
2011-10-28nellymoserdec: do not fail if there is extra data in the packetJustin Ruggles
2011-10-28nellymoserdec: fail if output buffer is too smallJustin Ruggles
2011-10-28nellymoserdec: remove pointless buffer size check.Justin Ruggles
2011-10-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-09-22Check output buffer size in nellymoser decoder.Laurent Aimar
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