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-02-17wmapro: change max. block size to 13 bits.Ronald S. Bultje
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-11wmapro: use av_float2int()Mans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-28wmapro: fix strict-aliasing violations by using av_alias32Justin Ruggles
2011-10-28wmapro: use FmtConvertContext.float_interleave() to interleave output samplesJustin Ruggles
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-10-07wmapro: Validate the number of audio channels before using itLaurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-03Mark some variables with av_unusedMans Rullgard
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-16support decoding of files that contain the numberSascha Sommer
2011-01-15do not read over the end of the packetSascha Sommer
2011-01-15also support decoding of AVPackets with multiple wma packetsSascha Sommer
2011-01-14add support for blocksize 64Sascha Sommer
2011-01-08skip unsupported postproc informationSascha Sommer
2011-01-08add support for files that do not allow more than 4 subframesSascha Sommer
2011-01-08fix indentationSascha Sommer
2011-01-08add support for files where the frames do not have a length prefixSascha Sommer
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-08-02Change a doxy comment to a normal one.Benoit Fouet
2010-07-27Fix doxy that refers to the wrong variable.Michael Niedermayer
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
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-29Simplify interleaving code.Ronald S. Bultje
2010-03-26Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /Stefano Sabatini
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-10-18WMAPRO: use some type punning in decode_coeffs()Måns Rullgård
2009-10-03increase maximum compressed frame sizeSascha Sommer
2009-10-03return AVERROR_INVALIDDATA when the bitstream could not be decodedSascha Sommer
2009-09-29WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård
2009-09-27WMAPRO: use vector_fmul_scalar from dsputil where possibleMåns Rullgård
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-16Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer
2009-09-15Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak
2009-09-11reinit get_bits for every decode_packet callSascha Sommer
2009-09-06do not decode more than one audio frame in a decode packet callSascha Sommer
2009-09-06avoid extra memcpy during scale factor decodingSascha Sommer
2009-09-05fix handling of packet loss when the output buffer is fullSascha Sommer
2009-09-05reindentSascha Sommer