]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudiodec.c
Add approved chunks to AAC encoder
[ffmpeg] / libavcodec / mpegaudiodec.c
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...
2006-10-30 Michael Niedermayeravoid random noise on damaged frames
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-05 Diego Biurrunmessage typo fixes
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-22 Luca BarbatoUse mathops
2006-09-19 Michael Niedermayeruse correct rounding functions
2006-09-15 Baptiste Coudurierremove unused, uninitialized free format frame size
2006-09-13 Siarhei SiamashkaProper armv5te instructions support detection.
2006-09-10 Siarhei Siamashkaarmv5 optimizations
2006-09-08 Michael Niedermayerprint more correct error messges
2006-09-02 Måns Rullgårdremove redundant declarations
2006-08-28 Michael Niedermayerfix buffer handling
2006-08-27 Michael Niedermayeroverread AV_LOG_ERROR -> AV_LOG_DEBUG
2006-08-27 Michael Niedermayerfix low bitrate mp3
2006-08-27 Michael Niedermayercheck the validity of the amount of the remaining bytes...
2006-08-26 Michael Niedermayerunused var
2006-08-26 Michael Niedermayermake mpa_decode_header() 10 times faster
2006-08-26 Michael Niedermayeranother silly typo which surprisingly neither valgrind...
2006-08-26 Michael Niedermayer10l found by valgrind
2006-08-26 Michael Niedermayerremove duplicated parser, people who pass random gibble...
2006-08-25 Michael Niedermayeravoid branch
2006-08-25 Michael Niedermayermove variable declarations so that their scope is smaller
2006-08-25 Michael Niedermayermove the +400 out of the innermost loop
2006-08-25 Michael Niedermayeravoid reading exponent twice
2006-08-25 Michael Niedermayerreduce size of vlc table, thats slightly faster here
2006-08-25 Michael Niedermayertry to avoid l3_unscale() by using a table
2006-08-25 Michael Niedermayerreplace l3_unscale(1, exponents[pos]) by LUT
2006-08-25 Michael Niedermayermaybe fixing the segfault on ARM
2006-08-24 Michael Niedermayer10l typo
2006-08-24 Michael Niedermayeravoid a few if(x==0) checks in the inner loops
2006-08-24 Michael Niedermayeroptimize reorder_block() though this function seems...
2006-08-24 Michael Niedermayersimplify
2006-08-24 Michael Niedermayerdont copy the whole GetBitContext around
2006-08-24 Michael Niedermayerfaster handling of zero coeffs in the low freq decode
2006-08-24 Michael Niedermayeroptimizing high freq decode
2006-08-24 Michael Niedermayeruse memset() instead of slow c loops
2006-08-23 Michael Niedermayersimplify
2006-08-23 Aurelien Jacobsfix arm asm compilation in mpegaudiodec
2006-08-22 Michael NiedermayerMUL* for ARM code based on a patch by Siarhei Siamashka
2006-08-22 Michael Niedermayerreplace MULL with asm too, no significnat speedup but...
2006-08-22 Michael Niedermayerreplacing MULH by asm for x86
2006-08-22 Michael Niedermayerindent preprocessor directives
next