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-03-26Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite
2007-02-27Rename WMADecodeContext to WMACodecContextMichel Bardiaux
2007-02-27Supply context to tprintfMichel Bardiaux
2007-02-07doxygenizeMichael Niedermayer
2007-02-07kill debuging codeMichael Niedermayer
2007-02-06wma encoderMichael Niedermayer
2006-12-14Bug fix for crashes when SSE is used on unaligned arrays.Benjamin Larsson
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-09-10Cleanup, from Emanuele Giaquinta <exg@gentoo.org>Luca Barbato
2006-08-22Alignment of the LT window, segfault fix patch by Baptiste Coudurier.Baptiste Coudurier
2006-08-19SIMD vector optimizations. 3% faster overall decoding.Benjamin Larsson
2006-08-083dnow2 implementation of imdct.Loren Merritt
2006-06-27Do not read full byte when less than 8 bits are still to be read.Reimar Döffinger
2006-06-27Ignore overrun in spectral RLE decoding, fixesReimar Döffinger
2006-03-30reverting 1.31->1.33Michael Niedermayer
2006-03-14fix coverity warning CID: 255 (uninitalized variable used to build tables whi...Michael Niedermayer
2006-03-08Init simplification and 2% faster wma_decode_block on amd64 with tables useBenjamin Larsson
2006-02-11- fix insufficient code length for exp_vlcJindřich Makovička
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-08get_vlc -> get_vlc2 transition.Benjamin Larsson
2005-12-27Fix wma2 audio decoderReimar Döffinger
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-06-28WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, np...Mark Weaver
2004-12-29common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum
2004-08-19k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)Diego Biurrun
2004-06-26altivec workaroundAlex Beregszaszi
2004-04-24add the minimal documentation to make this decoder usefulMike Melanson
2004-01-19segfault fixMichael Niedermayer
2003-07-05moved frame_count to wmadeccontextAlex Beregszaszi
2003-07-05uniformization (now it uses the same trace functions as h264, defined in comm...Alex Beregszaszi
2003-06-11works with old gcc versions tooFabrice Bellard
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-24use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard
2003-01-21GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer
2003-01-07align fixes for sse/altivecFabrice Bellard
2003-01-07oops : better error resilience - should fix most wma decoding problemsFabrice Bellard
2002-10-31* avoid negative numbers as wellZdenek Kabelac
2002-10-3110lNick Kurshev
2002-10-31reverse first hunkNick Kurshev
2002-10-31fixed debug compilationNick Kurshev
2002-10-31fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does no...Fabrice Bellard
2002-10-30use lrintf to avoid double conversionFabrice Bellard
2002-10-30avoid name clash - fixed again block size selectionFabrice Bellard
2002-10-28fixed block size selectionFabrice Bellard
2002-10-28added wma decoderFabrice Bellard