]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudiodec.c
g726dec: set channel layout at initialization instead of validating it
[ffmpeg] / libavcodec / mpegaudiodec.c
2012-10-23 Luca Barbatomp3: properly forward mp_decode_frame errors
2012-10-23 Luca Barbatomp3: exit on parsing error in mp_decode_frame
2012-10-23 Michael Niedermayermpegaudiodec: Fix buffer handling on random access
2012-10-23 Diego Biurrunmpegaudio: Refactor mp3on4 flush function
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-09-28 Luca Barbatompegaudiodec: fix short_start calculation
2012-08-08 Anton Khirnovmpegaudiodec: don't print an error on > 1 frame in...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-20 Kostya Shishkovmp3: fix start band index for block type 2 in 8kHz...
2012-04-18 Diego Biurrunmpegaudiodec: Do not discard mp_decode_frame() return...
2012-03-29 Kostya Shishkovmp3dec: perform I/S and M/S only when frame mode is...
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-04 Anton Khirnovlavc: deprecate AVCodecContext.sub_id.
2012-02-29 Vitor Sessakmpegaudiodec: use DSPUtil.butterflies_float().
2012-02-24 Dale Curtismpegaudiodec: Prevent premature clipping of mp3 input...
2012-02-17 Ronald S. Bultjemp3on4: require a minimum framesize.
2012-01-31 Alex Conversemp3dec: Fix a heap-buffer-overflow
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_PARSE_FRAME cruft.
2012-01-21 Dustin Brodympegaudiodec: switch error detection check to AV_EF_BUFFER
2012-01-09 Vitor Sessakmpegaudiodec: optimized iMDCT transform
2012-01-09 Vitor Sessakmpegaudiodec: move imdct and windowing function to...
2012-01-09 Vitor Sessakmpegaudiodec: interleave iMDCT buffer to simplify futur...
2012-01-07 Vitor Sessakmpegaudiodec: Use clearer pointer math
2012-01-02 Justin Rugglesmpegaudiodec: skip all channels when skipping granules
2011-12-31 Ronald S. Bultjempegaudiodec: fix seeking.
2011-12-31 Justin Rugglesmpegaudiodec: fix compilation when testing the unchecke...
2011-12-17 Mans Rullgardmp3dec: hack: fix decoding with safe bitstream reader
2011-12-02 Janne Grunaulatmdec: fix audio specific config parsing
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-27 Justin Rugglesmpegaudio: do not use init_static_data() for initializi...
2011-11-16 Martin Storsjömpegaudiodec: Don't use a nonexistent log context for...
2011-11-15 Justin Rugglescosmetics: indentation
2011-11-15 Justin Rugglesmpegaudiodec: init static tables in AVCodec.init_static...
2011-10-28 Justin Rugglesmp3on4: do not needlessly set data_size to 0
2011-10-28 Justin Rugglesmp3adu: return error instead of just consuming bad...
2011-10-28 Justin Rugglesmpegaudiodec: check output data size based on avctx...
2011-10-28 Justin Rugglesavcodec: remove avcodec_parse_frame and deprecate assoc...
2011-10-28 Justin Rugglesmpegaudiodec: cosmetics: basic pretty-printing
2011-10-28 Justin Rugglesmpegaudiodec: remove frame_count field from MPADecodeCo...
2011-10-28 Justin Rugglesmpegaudiodec: return AVERROR return codes instead of -1
2011-10-28 Justin Rugglesmpegaudiodec: Skip only bad frames instead of the whole...
2011-10-22 Dustin Brodylavc: replace references to deprecated AVCodecContext...
2011-10-21 Justin Rugglesmp3on4: check for allocation failures in decode_init_mp...
2011-10-21 Justin Rugglesmp3on4: create a separate flush function for MP3onMP4.
2011-10-21 Justin Rugglesmp3on4: ensure that the frame channel count does not...
2011-10-21 Justin Rugglesmp3on4: set channel layout
2011-10-21 Justin Rugglesmp3on4: fix the output channel order
2011-10-21 Justin Rugglesmp3on4: allocate temp buffer with av_malloc() instead...
2011-10-21 Justin Rugglesmp3on4: copy MPADSPContext from first context to all...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpeg4audio symbols...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpegaudio symbols...
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
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.
next