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-21qdm2dec: fix buffer overflow.Michael Niedermayer
2011-11-19qdm2dec: check remaining input bits in the mainloop of qdm2_fft_decode_tones()Michael Niedermayer
2011-11-04qdm2: check output buffer size before decodingJustin Ruggles
2011-10-01Check for out of bound writes in the QDM2 decoder.Laurent Aimar
2011-10-01Fix out of bound reads in the QDM2 decoder.Laurent Aimar
2011-06-18qdm2: Fix alignment of local array.Michael Niedermayer
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-20qdm2: Use floating point synthesis filter.Vitor Sessak
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-17mpegaudio: add _fixed suffix to some namesMans Rullgard
2011-05-17qdm2: include correct header for rdftMans Rullgard
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-13Return the amount of input data actually used in the qdm2 decoder,Reimar Döffinger
2010-11-19Fix qdm2 decoder packet handling to match the apiBaptiste Coudurier
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-08-24Fix undefined expressions that use multiple calls to get_bits().Alex Converse
2010-07-02Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
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-14Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger
2010-03-08Give RDFT types more meaningful namesMåns Rullgård
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
2009-10-19mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger
2009-05-17IndentBenjamin Larsson
2009-05-17Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson
2009-04-22Remove redundant code, found by CSABenjamin Larsson
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Use the new RDFT code in the QDM2 decoder.Alex Converse
2009-01-14Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-19Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2Benjamin Larsson
2008-07-19Fix for possible null pointer dereferencing, closes Coverity report 68 run 2.Benjamin Larsson
2008-07-19minor simplification of qdm2_decode_fft_packets()Michael Niedermayer
2008-06-25mark read-only data as constStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun