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 (Collapse)Author
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
Originally committed as revision 19931 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-25Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stackReimar Döffinger
into the context to avoid issues when stack variables can not be aligned reliably. Originally committed as revision 18940 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
Scaling (i)MDCT output has no runtime overhead and can be used to improve performance of audio codecs. All the changes are only needed in 'ff_mdct_init' function and slow down initialization a bit. Originally committed as revision 18855 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-11Support 16K samplerate in Nellymoser.Alexander Chemeris
patch by Alexander Chemeris, ipse.ffmpeg gmail.com Originally committed as revision 18798 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
Originally committed as revision 17716 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-02Allocate trellis tables on heap only when needed.Benjamin Larsson
Originally committed as revision 16945 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26ASAO Nelly Moser implementation moved to a better place on mphq.Diego Biurrun
Originally committed as revision 16321 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-11nellymoserenc: flush PutBitContext after use.Ramiro Polla
Originally committed as revision 15596 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-01Remaining parts of Nellymoser encoderBartlomiej Wolowiec
Originally committed as revision 15138 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Okayed parts of nellymoserenc.cBartlomiej Wolowiec
Originally committed as revision 15126 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-30Okayed parts of nellymoserenc.cBartlomiej Wolowiec
Originally committed as revision 15039 to svn://svn.ffmpeg.org/ffmpeg/trunk