]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudiodec.c
Make lsf_sf_expand() 4 times faster.
[ffmpeg] / libavcodec / mpegaudiodec.c
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...
2008-04-26 Baptiste Coudurierfix 1 frame config decoding
2008-04-26 Baptiste Coudurierremove old draft last case not present anymore in iso...
2008-04-26 Baptiste Coudurieruse mpeg4audio common code
2008-04-26 Baptiste Couduriersimplify
2008-04-26 Baptiste Couduriercorrectly compute out_size and samples number
2008-04-26 Baptiste Coudurierfsize is 12 bits according to specs
2008-04-26 Baptiste Couduriersimplify using FFMIN3
2008-04-26 Baptiste Coudurierreturn error if buf_size is too small
2008-04-26 Baptiste Couduriervalues can fit uint8_t
2008-04-26 Baptiste Coudurieradd const
2008-03-20 Baptiste Coudurieromg, fix compilation
2008-03-20 Baptiste Couduriercorrectly set avctx->frame_size for mp3on4 and mp3adu
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-01 Michael Niedermayerconsts
2008-01-11 Michael NiedermayerFactorize some code into functions, had this in my...
2008-01-11 Brian BriceClear synth_buf on flush(). Part of a patch by Brian...
2008-01-11 Brian BriceFlush mp2 as well on seeking. Part of a patch by Brian...
2007-11-08 Martin LindheMove 2 defines from mpegaudiodec.c to mpegaudiodata...
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 Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-06-16 Måns Rullgårdmove a couple of macros and structs to mpegaudio.h
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-05-27 Michael Niedermayermake decoder decode the first frame properly if theres...
2007-05-20 Aurelien Jacobsremove dependency of mpeg audio encoder over mpeg audio...
2007-05-20 Aurelien Jacobsadd a ff_ prefix to some mpegaudio funcs
2007-05-20 Aurelien Jacobsloosen dependencies over mpegaudiodec
2007-05-19 Aurelien Jacobsadd proper prefix to extern mpeg audio data tables
2007-05-19 Aurelien Jacobsmove some common mpeg audio tables from mpegaudiodectab...
2007-05-15 Reimar DöffingerUse DECLARE_ALIGNED to ease porting
2007-05-05 Diego BiurrunFix multiple "‘inline/static’ is not at beginning of...
2007-04-07 Diego Biurruntypos
2007-03-14 Michael Niedermayerkill another 2 av_mallocz_static()
2007-03-12 Michel BardiauxGive context to dprintf
2007-02-03 Michael Niedermayerfactorize switch_buffer()
2007-02-03 Michael Niedermayerfix decoding of takethat.mp3
2006-12-11 Michael Niedermayerfix playback of mp3_bits_left.avi
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-11-15 Michael Niedermayerdetect a few more errors (fixes libmp3-bug.avi again)
2006-11-14 Michael Niedermayermaking decoding more error robust
2006-11-14 Michael Niedermayerreset internal buffer during seeking
2006-11-14 Michael Niedermayermore checks and error messages
2006-10-30 Michael Niedermayerdont set the sampling rate just because 1 mp3 packet...
next