]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudiodec.c
Add avcodec_decode_audio4().
[ffmpeg] / libavcodec / mpegaudiodec.c
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.
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...
next