]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudiodec.c
remove invalid free() forgotten in r12300
[ffmpeg] / libavcodec / mpegaudiodec.c
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
2006-08-22 Michael Niedermayermake high precission synth filter 3 times faster on x86
2006-08-22 Michael Niedermayerreplace MULL by MULH + shift in dct32() (code is very...
2006-08-21 Michael Niedermayerreplace a few MULL by MULH
2006-08-20 Michael Niedermayerreorder butterflies to reduce memory load/store
2006-07-07 Michael Niedermayertable contains vlc with 19 bits and 8*2 < 19
2006-03-08 Steve L'Homme(f)printf --> av_log conversion
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-08 Benjamin Larssonget_vlc -> get_vlc2 transition.
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-18 Roberto TogniQDM2 compatible decoder
2005-10-15 Roberto TogniReverse patch 1.59->1.60, it break mp3 in ffplay and...
2005-10-12 Alex Beregszasziremoved unused CONFIG_AUDIO_NONSHORT
2005-06-01 Michael Niedermayeradding a few const
2005-05-05 Michael Niedermayercheck for error
2005-03-02 Michael Niedermayercast to uint32 as the table is uint32_t, this also...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-15 Roberto TogniMultichannel mp3 in mp4 support ISO/IEC 14496-3:2001...
2005-02-03 Michael Niedermayermerge a few shifts into the dequantization, faster...
2005-02-02 Michael Niedermayeroptimizing imdct12
2005-02-02 Michael Niedermayeroptimize antialias
2005-02-01 Michael Niedermayerfaster, simpler and more accurate l3_unscale()
2005-02-01 Michael Niedermayeroptimizing imdct36()
2005-01-31 Michael Niedermayersupport 32bit output for the mpeg audio decoder
2005-01-31 Michael Niedermayermore accurate dequant of near zero coefficients
2005-01-31 Michael Niedermayer10l (missing overflow check)
next