]> git.sesse.net Git - ffmpeg/history - libavcodec/wmadec.c
DirectDraw Surface image decoder
[ffmpeg] / libavcodec / wmadec.c
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-09-03 Gabriel Dumewma: K&R formatting cosmetics
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-03-08 Anton Khirnovwmadec: require block_align to be set.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Ruggleswma: decode directly to the user-provided AVFrame
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-01 Justin Ruggleswma: do not keep private copies of some AVCodecContext...
2012-10-14 Justin Ruggleswmadec: use float planar sample format output
2012-10-01 Diego Biurrunwmadec: Adjust debug printf argument length modifier
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
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
next