]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/wmadec.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / wmadec.c
2009-04-17 michaelRemove unused variable from wma_decode_block() found...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-08-28 michaelFix mid/side stereo buggy output zeroing, fixes issue26...
2008-08-12 lorenmmdct wrapper function to match fft
2008-08-12 lorenmremove mdct tmp buffer
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-11 michaelindent
2008-07-11 michaelFix not coded channels / silence decoding.
2008-07-11 michaelCheck that we have enough output space available.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-02-01 michaelconst
2007-11-30 reimarwma_decode_superframe always returns s->block_align...
2007-08-11 aurelvarious simplifications around recent av_clip_int16...
2007-08-11 aureluse av_clip_int16() where it makes sens
2007-08-09 alexuse skip_bits where appropriate
2007-08-09 alexfix compilation with TRACE enabled
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-06-02 ramiroUse AV_xx throughout libavcodec
2007-05-30 michaelsanity checks (should prevent hypothetical div by zero...
2007-04-04 bananWMA decoder improvement, output closer to the dmo binary.
2007-03-26 bananOptimize by building the mdct window and multipying...
2007-02-27 mbardiauxRename WMADecodeContext to WMACodecContext
2007-02-27 mbardiauxSupply context to tprintf
2007-02-07 michaeldoxygenize
2007-02-06 michaelkill debuging code
2007-02-06 michaelwma encoder
2006-12-14 bananBug fix for crashes when SSE is used on unaligned arrays.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mrufix some signedness warnings
2006-09-10 lu_zeroCleanup, from Emanuele Giaquinta <exg@gentoo.org>
2006-08-22 bananAlignment of the LT window, segfault fix patch by Bapti...
2006-08-19 bananSIMD vector optimizations. 3% faster overall decoding.
2006-08-08 lorenm3dnow2 implementation of imdct.
2006-06-27 reimarDo not read full byte when less than 8 bits are still...
2006-06-27 reimarIgnore overrun in spectral RLE decoding, fixes
2006-03-30 michaelreverting 1.31->1.33
2006-03-13 michaelfix coverity warning CID: 255 (uninitalized variable...
2006-03-08 bananInit simplification and 2% faster wma_decode_block...
2006-02-11 henry- fix insufficient code length for exp_vlc
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2006-01-08 bananget_vlc -> get_vlc2 transition.
2005-12-27 rtognimpFix wma2 audio decoder
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-06-28 michaelWMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark...
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...
2004-11-27 michaelMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-08-19 michaelk6 pop fix patch by (Diego Biurrun <diego at biurrun...
2004-06-26 alexaltivec workaround
2004-04-24 melansonadd the minimal documentation to make this decoder...
2004-01-18 michaelsegfault fix
2003-07-04 al3xmoved frame_count to wmadeccontext
2003-07-04 al3xuniformization (now it uses the same trace functions...
2003-06-10 bellardworks with old gcc versions too
2003-03-06 michaelniper file doxy
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-01-23 bellarduse av_malloc() functions - added av_strdup and av_real...
2003-01-21 michaelniGetBitContext.size is allways multiplied by 8 -> use...
2003-01-07 bellardalign fixes for sse/altivec
2003-01-06 bellardoops : better error resilience - should fix most wma...
2002-10-31 kabi* avoid negative numbers as well
2002-10-31 nickols_k10l
2002-10-31 nickols_kreverse first hunk
2002-10-31 nickols_kfixed debug compilation
2002-10-31 bellardfixed nb_block_sizes detection - fixed codec_id test...
2002-10-29 bellarduse lrintf to avoid double conversion
2002-10-29 bellardavoid name clash - fixed again block size selection
2002-10-28 bellardfixed block size selection
2002-10-28 bellardadded wma decoder