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
2011-11-04wmavoice: fix a signed overflowMans Rullgard
2011-10-01Check for corrupted extra data in wmavoice decoder.Laurent Aimar
2011-10-01Check for out of bound writes in the wmavoice decoder.Laurent Aimar
2011-07-26Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2011-07-03doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-05-07Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-06wmavoice: Use proper size in memeset().Alex Converse
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-1810l, commit that should have been stashed into the merge.Michael Niedermayer
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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