]> git.sesse.net Git - ffmpeg/history - libavcodec/wmadec.c
main() --> main(void)
[ffmpeg] / libavcodec / wmadec.c
2007-08-11 Aurelien Jacobsvarious simplifications around recent av_clip_int16...
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszaszifix compilation with TRACE enabled
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-05-30 Michael Niedermayersanity checks (should prevent hypothetical div by zero...
2007-04-04 Ian BraithwaiteWMA decoder improvement, output closer to the dmo binary.
2007-03-26 Ian BraithwaiteOptimize by building the mdct window and multipying...
2007-02-27 Michel BardiauxRename WMADecodeContext to WMACodecContext
2007-02-27 Michel BardiauxSupply context to tprintf
2007-02-07 Michael Niedermayerdoxygenize
2007-02-06 Michael Niedermayerkill debuging code
2007-02-06 Michael Niedermayerwma encoder
2006-12-14 Benjamin LarssonBug fix for crashes when SSE is used on unaligned arrays.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-10 Luca BarbatoCleanup, from Emanuele Giaquinta <exg@gentoo.org>
2006-08-22 Baptiste CoudurierAlignment of the LT window, segfault fix patch by Bapti...
2006-08-19 Benjamin LarssonSIMD vector optimizations. 3% faster overall decoding.
2006-08-08 Loren Merritt3dnow2 implementation of imdct.
2006-06-27 Reimar DöffingerDo not read full byte when less than 8 bits are still...
2006-06-27 Reimar DöffingerIgnore overrun in spectral RLE decoding, fixes
2006-03-30 Michael Niedermayerreverting 1.31->1.33
2006-03-13 Michael Niedermayerfix coverity warning CID: 255 (uninitalized variable...
2006-03-08 Benjamin LarssonInit simplification and 2% faster wma_decode_block...
2006-02-11 Jindřich Makovička- fix insufficient code length for exp_vlc
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-08 Benjamin Larssonget_vlc -> get_vlc2 transition.
2005-12-27 Reimar DöffingerFix wma2 audio decoder
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-06-28 Mark WeaverWMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark...
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-08-19 Diego Biurrunk6 pop fix patch by (Diego Biurrun <diego at biurrun...
2004-06-26 Alex Beregszaszialtivec workaround
2004-04-24 Mike Melansonadd the minimal documentation to make this decoder...
2004-01-18 Michael Niedermayersegfault fix
2003-07-04 Alex Beregszaszimoved frame_count to wmadeccontext
2003-07-04 Alex Beregszasziuniformization (now it uses the same trace functions...
2003-06-10 Fabrice Bellardworks with old gcc versions too
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-23 Fabrice Bellarduse av_malloc() functions - added av_strdup and av_real...
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-07 Fabrice Bellardalign fixes for sse/altivec
2003-01-06 Fabrice Bellardoops : better error resilience - should fix most wma...
2002-10-31 Zdenek Kabelac* avoid negative numbers as well
2002-10-31 Nick Kurshev10l
2002-10-31 Nick Kurshevreverse first hunk
2002-10-31 Nick Kurshevfixed debug compilation
2002-10-31 Fabrice Bellardfixed nb_block_sizes detection - fixed codec_id test...
2002-10-29 Fabrice Bellarduse lrintf to avoid double conversion
2002-10-29 Fabrice Bellardavoid name clash - fixed again block size selection
2002-10-28 Fabrice Bellardfixed block size selection
2002-10-28 Fabrice Bellardadded wma decoder