]> git.sesse.net Git - ffmpeg/history - libavcodec/wmadec.c
libopenjpeg: support YUV and deep RGB pixel formats
[ffmpeg] / libavcodec / wmadec.c
2012-03-07 Ronald S. Bultjewma: fix off-by-one in array bounds check.
2012-03-02 Ronald S. Bultjewma: fix invalid buffer size assumptions causing random...
2012-02-18 Ronald S. Bultjewma: don't return 0 on invalid packets.
2012-01-30 Alex Conversewmadec: Verify bitstream size makes sense before callin...
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-28 Justin Ruggleswmadec: consolidate 2 output buffer size checks into...
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-28 Justin Rugglescosmetics: indentation and spacing
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-07 Eli FriedmanSilence warning "new qualifiers in middle of multi...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-09 Carl Eugen HoyosFix indentation after r22414.
2010-03-09 Zhou ZongyiSIMD optimization using float_to_int16_interleave.
2010-02-19 Stefan Gehrerremove a Huffman table from WMA which also exists in AAC
2010-01-30 Michael NiedermayerFlush the bitreservour.
2009-12-07 Michael NiedermayerPrint error messages on errors.
2009-12-06 Michael NiedermayerFix apparent 10l typos introduced in r8627.
2009-11-24 Måns RullgårdWMA: extend exponent range to 95
2009-11-23 Måns RullgårdWMA: extend exponent table up to 75
2009-09-29 Måns RullgårdWMA: fix loop unrolling in decode_exp_vlc()
2009-09-29 Måns RullgårdWMA: use type punning and unroll loops in decode_exp_vlc()
2009-09-29 Måns RullgårdWMA: use a table instead of pow() in decode_exp_vlc
2009-09-27 Måns RullgårdDrop unused args from vector_fmul_add_add, simpify...
2009-09-26 Måns RullgårdWMA: remove some unused variables
2009-09-23 Diego BiurrunRemove unused variables, fixes the warnings:
2009-09-23 Måns RullgårdWMA: use DSPContext.butterflies_float
2009-06-20 Sascha SommerIntroduce WMACoef typedef for decoded coefficients
2009-06-12 Sascha SommerMove run level decode functionality to ff_wma_run_level...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-04-17 Michael NiedermayerRemove unused variable from wma_decode_block() found...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-08-28 Michael NiedermayerFix mid/side stereo buggy output zeroing, fixes issue26...
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-11 Michael Niedermayerindent
2008-07-11 Michael NiedermayerFix not coded channels / silence decoding.
2008-07-11 Michael NiedermayerCheck that we have enough output space available.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-02-01 Michael Niedermayerconst
2007-11-30 Reimar Döffingerwma_decode_superframe always returns s->block_align...
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
next