OSDN Git Service

Fixed invalid access in wavpack decoder on corrupted bitstream.
[coroid/libav_saccubus.git] / libavcodec / mpegaudiodec.c
2011-06-01 Diego Biurrunmpegaudiodec: Fix av_dlog() invocation.
2011-05-31 Mans Rullgardmpegaudiodec: remove unusued code and variables
2011-05-31 Mans Rullgardmpegaudio: clean up compute_antialias() definition
2011-05-21 Vitor Sessakdct32: Add AVX implementation of 32-point DCT
2011-05-20 Mans Rullgardmpegaudio: clean up #includes
2011-05-19 Mans Rullgardmpegaudio: move some struct definitions from mpegaudio.h
2011-05-19 Mans RullgardMove some mpegaudio functions to new mpegaudiodsp subsystem
2011-05-18 Mans Rullgardmpegaudio: sanitise compute_antialias_* names
2011-05-17 Mans Rullgardmpegaudio: add _fixed suffix to some names
2011-05-17 Mans Rullgarddct: build dct32 as separate object files
2011-05-16 Mans Rullgardmpegaudio: move OUT_FMT macro to mpegaudiodec.c
2011-05-16 Mans Rullgardmpegaudio: remove OUT_MIN/MAX macros
2011-05-09 Mans Rullgardmpegaudiodec: group #includes more sanely
2011-05-09 Mans Rullgardmpegaudio: remove #if 0 blocks
2011-05-09 Mans Rullgardmpegaudio: remove CONFIG_MPEGAUDIO_HP option
2011-04-02 Anton Khirnovlavc: add missing audioconvert includes
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-06 Kieran KunhyaSet channel_layout for mpegaudio
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-22 Clément BœschMove ID3v1 skip from decoder to demuxer
2011-01-10 Clément BœschHandle ID3v1 tag while decoding mp[123] frames
2010-07-27 Alexander KojevnikovShow correct bitrate for VBR MP3 files.
2010-07-07 Michael NiedermayerMove ff_dct_init(context) out of if(one time init)
2010-07-01 Måns Rullgårdmpegaudio: move compute_antialias_float() to mpegaudiod...
2010-07-01 Måns Rullgårdmpegaudio: call ff_mpegaudiodec_init_mmx() only from...
2010-07-01 Aurelien Jacobsadu and mp3on4 functions are also needed by their respe...
2010-07-01 Vitor SessakAltivec-optimized mp{1,2,3} windowing
2010-06-30 Vitor SessakMore mp{1,2,3} 32-point DCT transform to our common...
2010-06-28 Vitor SessakUse lookup table to avoid division in mp2 decoder
2010-06-24 Vitor SessakSSE-optimized MP3 floating point windowing functions
2010-06-23 Vitor SessakMove float-specific function to mpegaudiodec_float.c
2010-06-23 Vitor SessakRemove pointless condition in #if
2010-06-20 Vitor SessakFix breakage in compilation with --disable-mpegaudio...
2010-06-19 Vitor SessakFactorize the mpegaudio windowing code in a function...
2010-06-07 Vitor SessakOptimize 1D DCT transform used in MP{1,2,3}. Makes...
2010-05-13 Michael Niedermayer1.0 and the resulting exactly representable value must...
2010-05-13 Michael NiedermayerCast constants to float to avoid gcc converting to...
2010-05-13 Michael NiedermayerFix compilation with low precission mpeg audio decoding.
2010-05-11 Michael NiedermayerDo the same sign flip optimization to the low freq...
2010-05-11 Michael NiedermayerFactorize READ_FLIP_SIGN() optimization out
2010-05-11 Michael NiedermayerOptimize decoding high freqs.
2010-05-11 Michael NiedermayerMake lsf_sf_expand() 4 times faster.
2010-05-11 Michael Niedermayerfloat based mp1/mp2/mp3 decoders.
2010-05-11 Michael NiedermayerRemove unused FRAC_RND() macro from mpegaudiodec.c.
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-06 Måns RullgårdMake some functions static
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-11-04 Vitor SessakReduce stack memory allocation in MP3 decoder
2009-10-28 Reimar DöffingerAdd support for hardcoding the mpegaudiodec tables.
2009-10-19 Reimar Döffingermpegaudiodec, mpc and qdm2 all use the same mpa_synth...
2009-10-15 Reimar DöffingerPartially revert r20233, exp2f is not available on...
2009-10-15 Reimar DöffingerUse cbrtf and exp2f instead of pow to calculate tables...
2009-09-23 Michael NiedermayerSet data_size to 0 to avoid having it uninitialized.
2009-09-23 Michael NiedermayerCheck data_size in decode_frame_mp3on4().
2009-09-23 Michael Niedermayercheck data_size in decode_frame()
2009-09-04 Diego BiurrunReduce pointless verbosity after seeks in the MP3 decoder.
2009-06-30 Michael NiedermayerDrop code that attempts to decode frames that are prefi...
2009-05-05 Måns Rullgårdmpegaudio: enclose SUM8() macro args in parens when...
2009-05-05 Måns Rullgårdmpegaudio: avoid unnecessary copy in high-precision...
2009-05-05 Måns Rullgårdmpegaudio: use av_clip()
2009-05-04 Zdenek KabelacDo not scan for MP3 header after the given buffer and...
2009-04-17 Michael NiedermayerRemove unused variable from decode_init() found by...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-23 Andreas ÖmanAvoid allocating MPADecodeContext on stack.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien Jacobssimplify: group all the AUDIO_NONSHORT parameters in...
2009-01-14 Diego BiurrunReplace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
2009-01-14 Diego BiurrunUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 Michael NiedermayerAdd dummy mp1_decoder to complement the existing dummy...
2008-12-22 Andreas ÖmanRevert r16257:
2008-12-21 Andreas ÖmanInclude "libavutil/common.h" where we use llrint()...
2008-11-24 Måns RullgårdAdd shift argument to MULL() macro
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-09-16 Michael NiedermayerOnly print "invalid new backstep" when it is really...
2008-09-16 Michael NiedermayerMake decoder more robust by default against broken...
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-08-31 Michael NiedermayerRemove debuging junk that probably hasnt been used...
2008-07-31 Art ClarkeUse static vlc structure to decode layer 3 huffman...
2008-07-20 Andreas ÖmanDecrease severity of 'invalid new backstep' log message...
2008-07-20 Andreas ÖmanSupply context argument to av_log() in mpeg audio decoder.
2008-07-13 Måns Rullgårdmpegaudio: use MAC/MLS macros in ff_mpa_synth_filter
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-04-26 Baptiste Coudurierbreak if error in header so it can output already decod...
2008-04-26 Baptiste Couduriermerge init with declaration
2008-04-26 Baptiste Couduriercosmetics: merge decls
2008-04-26 Baptiste Couduriersimplify: merge loops
2008-04-26 Baptiste Couduriersimplify
2008-04-26 Baptiste Couduriersimplify: remove useless fields and vars
2008-04-26 Baptiste Couduriermove MP3On4DecodeContext def near the code and under...
2008-04-26 Baptiste Couduriercorrectly patch syncword for samples rates < 16000...
next