]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mpegaudiodec.c
typos
[frescor/ffmpeg.git] / libavcodec / mpegaudiodec.c
2007-04-07 diegotypos
2007-03-14 michaelkill another 2 av_mallocz_static()
2007-03-12 mbardiauxGive context to dprintf
2007-02-03 michaelfactorize switch_buffer()
2007-02-03 michaelfix decoding of takethat.mp3
2006-12-11 michaelfix playback of mp3_bits_left.avi
2006-12-06 mruuse the standard INT64_C() macro for 64-bit constants
2006-11-15 michaeldetect a few more errors (fixes libmp3-bug.avi again)
2006-11-14 michaelmaking decoding more error robust
2006-11-14 michaelreset internal buffer during seeking
2006-11-14 michaelmore checks and error messages
2006-10-30 michaeldont set the sampling rate just because 1 mp3 packet...
2006-10-30 michaelavoid random noise on damaged frames
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-05 diegomessage typo fixes
2006-09-27 mruadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-27 mrufix some signedness warnings
2006-09-22 lu_zeroUse mathops
2006-09-19 michaeluse correct rounding functions
2006-09-15 bcoudurierremove unused, uninitialized free format frame size
2006-09-13 diegoProper armv5te instructions support detection.
2006-09-10 diegoarmv5 optimizations
2006-09-08 michaelprint more correct error messges
2006-09-02 mruremove redundant declarations
2006-08-28 michaelfix buffer handling
2006-08-27 michaeloverread AV_LOG_ERROR -> AV_LOG_DEBUG
2006-08-27 michaelfix low bitrate mp3
2006-08-27 michaelcheck the validity of the amount of the remaining bytes...
2006-08-26 michaelunused var
2006-08-26 michaelmake mpa_decode_header() 10 times faster
2006-08-26 michaelanother silly typo which surprisingly neither valgrind...
2006-08-26 michael10l found by valgrind
2006-08-26 michaelremove duplicated parser, people who pass random gibble...
2006-08-25 michaelavoid branch
2006-08-25 michaelmove variable declarations so that their scope is smaller
2006-08-25 michaelmove the +400 out of the innermost loop
2006-08-25 michaelavoid reading exponent twice
2006-08-25 michaelreduce size of vlc table, thats slightly faster here
2006-08-25 michaeltry to avoid l3_unscale() by using a table
2006-08-25 michaelreplace l3_unscale(1, exponents[pos]) by LUT
2006-08-25 michaelmaybe fixing the segfault on ARM
2006-08-24 michael10l typo
2006-08-24 michaelavoid a few if(x==0) checks in the inner loops
2006-08-24 michaeloptimize reorder_block() though this function seems...
2006-08-24 michaelsimplify
2006-08-24 michaeldont copy the whole GetBitContext around
2006-08-24 michaelfaster handling of zero coeffs in the low freq decode
2006-08-24 michaeloptimizing high freq decode
2006-08-24 michaeluse memset() instead of slow c loops
2006-08-23 michaelsimplify
2006-08-23 aurelfix arm asm compilation in mpegaudiodec
2006-08-22 michaelMUL* for ARM code based on a patch by Siarhei Siamashka
2006-08-22 michaelreplace MULL with asm too, no significnat speedup but...
2006-08-22 michaelreplacing MULH by asm for x86
2006-08-22 michaelindent preprocessor directives
2006-08-22 michaelmake high precission synth filter 3 times faster on x86
2006-08-22 michaelreplace MULL by MULH + shift in dct32() (code is very...
2006-08-21 michaelreplace a few MULL by MULH
2006-08-20 michaelreorder butterflies to reduce memory load/store
2006-07-07 michaeltable contains vlc with 19 bits and 8*2 < 19
2006-03-08 diego(f)printf --> av_log conversion
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2006-01-08 bananget_vlc -> get_vlc2 transition.
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-10-18 rtognimpQDM2 compatible decoder
2005-10-15 rtognimpReverse patch 1.59->1.60, it break mp3 in ffplay and...
2005-10-12 alexremoved unused CONFIG_AUDIO_NONSHORT
2005-06-01 michaeladding a few const
2005-05-05 michaelcheck for error
2005-03-02 michaelcast to uint32 as the table is uint32_t, this also...
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-15 rtognimpMultichannel mp3 in mp4 support ISO/IEC 14496-3:2001...
2005-02-03 michaelmerge a few shifts into the dequantization, faster...
2005-02-02 michaeloptimizing imdct12
2005-02-02 michaeloptimize antialias
2005-02-01 michaelfaster, simpler and more accurate l3_unscale()
2005-02-01 michaeloptimizing imdct36()
2005-01-31 michaelsupport 32bit output for the mpeg audio decoder
2005-01-31 michaelmore accurate dequant of near zero coefficients
2005-01-31 michael10l (missing overflow check)
2005-01-30 michael10l (didnt test code after cvs up ...)
2005-01-30 michaeldithering for the mpeg audio decoder
2005-01-28 alexexported ff_mpa_synth_filter for upcoming qdm2 decoder
2005-01-15 rtognimpDecode MP3 in ADU format
2005-01-12 michaeldissallow sprintf
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...
2004-11-27 michaelMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-06-26 alexwarning fix
2004-05-21 michaeldata_size = 0 cleanup
2004-03-21 michaelstatic allocation rewrite (old code was plain a broken...
2004-02-04 michaelfixes by Gildas Bazin <gbazin at altern dot org>
2004-01-26 michael10l
2004-01-08 michaellrintf patch by ("Steven M. Schultz" <sms at 2BSD dot...
2004-01-08 michaeloptimize compute_antialias() and add a floating point...
2003-11-10 bellardexported mpa_decode_header for new parser API
2003-09-08 bellardupdate sub_id in mpegaudio decoding (might need same...
2003-09-08 bellardCODEC_ID_MP3LAME is obsolete
2003-08-28 bellardfixed audio frame buffering problem (should correct...
2003-08-24 bellardmemmove fixes (Jon Burgess)
next