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-02-12wmavoice: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
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-01wmavoice: set channel layoutJustin Ruggles
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-22wmavoice: fix stack overread.Ronald S. Bultje
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2011-12-17get_bits: introduce safe bitreading to prevent overreads.Ronald S. Bultje
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-27wmavoice: Make format string match variable type.Alex Converse
2011-10-28wmavoice: move output buffer size check to synth_superframe().Justin Ruggles
2011-10-28wmavoice: only set data_size to 0 when necessaryJustin Ruggles
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-10-10wmavoice: fix a signed overflowMans Rullgard
2011-10-07wmavoice: Check for corrupted extra dataLaurent Aimar
2011-10-07wmavoice: Check for out of bound writesLaurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-05-06wmavoice: Use proper size in memeset().Alex Converse
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard
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-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-12-27Fix typo.Ronald S. Bultje
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-08-09Fix buffer overrun if idx is negative (it can be down to -23>>4), by prependingRonald S. Bultje
2010-07-26Rename pow variable to pwr.Axel Holzinger
2010-07-12Use correct length modifier for size comparison in printf expression, fixes:Diego Biurrun
2010-07-08Fix two doxy warnings.Ronald S. Bultje
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-30Silense one warning:Eli Friedman
2010-05-03Another buffer overflow, fixes issue1758.Ronald S. Bultje
2010-05-01Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).Ronald S. Bultje
2010-04-21WMAVoice postfilter.Ronald S. Bultje
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-30Replace @returns by @return.Benoit Fouet
2010-02-12WMAVoice decoder.Ronald S. Bultje