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
2007-04-18Remove unused vars, patch by Ramiro Polla.Ramiro Polla
2007-04-18Remove unused vars, patch by Ramiro Polla.Ramiro Polla
2007-04-18Cosmetics, patch by Ramiro Polla.Ramiro Polla
2007-04-12As usual Real actually took something existing and rebranded it.Benjamin Larsson
2007-03-20Small simplifications to subband coefficient handling and use av_random().Ian Braithwaite
2007-03-16subband_coef_noise -> subband_coef_signIan Braithwaite
2007-03-13Combine the window and overlap loops,Ian Braithwaite
2007-03-11Replace custom modified discrete cosine transform with ffmpeg's own.Ian Braithwaite
2007-03-08Simplify gain block handling.Ian Braithwaite
2007-03-08Don't output the first two frames, since they don't contain valid audio.Ian Braithwaite
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-18Clairyfication of the gain tool struct.Benjamin Larsson
2007-02-18Don't use byte swaps and use the more portable wayBenjamin Larsson
2007-01-29Check that js_vlc_bits from the extradata is in a valid range.Benjamin Larsson
2007-01-29Get rid of the COOKextradata struct. And use valid C to parse the extradata.Benjamin Larsson
2007-01-29Kill a warning and don't use modulus.Benjamin Larsson
2007-01-29decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk.Benjamin Larsson
2007-01-28Sort out the diffrent cook versions.Benjamin Larsson
2007-01-28Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.Benjamin Larsson
2007-01-27Get rid of one warning.Benjamin Larsson
2006-12-14av_log(NULL,... -> av_log(avctx,.. where appropriate.Benjamin Larsson
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-25cook shouldn't try to enforce the bitstream reader typeAurelien Jacobs
2006-05-13sanity checks, some might have been exploitable ...Michael Niedermayer
2006-02-10Don't use pow/powf functions where we just need integer arithmetic.Alexander Strasser
2006-02-06Fix broken cosmetics commit and add a check for valid headers.Benjamin Larsson
2006-02-06Small cosmetics and better variable names.Benjamin Larsson
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-08Incorrect check removed.Benjamin Larsson
2006-01-06Dual mono stereo strems sound ok now, added sanity checks and removedBenjamin Larsson
2006-01-04Fix an out of array access and some minor cleanup of the code.Benjamin Larsson
2005-12-11This patch adds some support for non-joint stereo streams. It alsoBenjamin Larsson
2005-12-09Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson