]> git.sesse.net Git - ffmpeg/history - libavcodec/wmadec.c
Ministry of English Composition, reporting for duty (and the word is "skipped", not...
[ffmpeg] / libavcodec / wmadec.c
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