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
2013-11-26metasound: add last missing modes (8kHz @ 6kbps per channel)Kostya Shishkov
2013-11-14twinvq: consume block_align+1 packets as full onesKostya Shishkov
2013-11-14twinvq: support multiple frames per packetKostya Shishkov
2013-08-26twinvq: set block align for codecs and use it in size checksKostya Shishkov
2013-08-08Voxware MetaSound decoderKostya Shishkov
2013-08-05twinvq: Split VQF-specific part from common TwinVQ decoder coreKostya Shishkov
2013-08-05twinvq: Prefix enums and defines shared with VoxWare MetaSoundDiego Biurrun
2013-08-05twinvq: move all bitstream reading into single placeKostya Shishkov
2013-08-01twinvq: Add proper twinvq prefixes to identifiersDiego Biurrun
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun
2013-07-25twinvq: K&R formatting cosmeticsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-12twinvq: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-01twinvq: validate sample rate codeJustin Ruggles
2012-11-01twinvq: set channel layoutJustin Ruggles
2012-11-01twinvq: validate that channels is not <= 0Justin Ruggles
2012-10-01twinvq: use planar sample formatJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-05-01twinvq: fix out of bounds array accessMans Rullgard
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-11twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles
2011-11-11vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles
2011-11-11twinvq: check for allocation failure in init_mdct_win()Justin Ruggles
2011-10-22twinvq: check output buffer size before decodingJustin Ruggles
2011-10-22twinvq: return an error when the packet size is too smallJustin Ruggles
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-04-23vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun
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-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-25twinvq: remove VLAsMåns Rullgård
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
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-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2009-11-24Add missing include. Fix the following compiler warnings:Vitor Sessak