]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mpegaudiodec.c
Do not scan for MP3 header after the given buffer and return skipped
[frescor/ffmpeg.git] / libavcodec / mpegaudiodec.c
2009-05-04 diegoDo not scan for MP3 header after the given buffer and...
2009-04-17 michaelRemove unused variable from decode_init() found by...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-23 andomaAvoid allocating MPADecodeContext on stack.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-14 aurelsimplify: group all the AUDIO_NONSHORT parameters in...
2009-01-14 diegoReplace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
2009-01-14 diegoUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 michaelAdd dummy mp1_decoder to complement the existing dummy...
2008-12-22 andomaRevert r16257:
2008-12-21 andomaInclude "libavutil/common.h" where we use llrint()...
2008-11-24 mruAdd shift argument to MULL() macro
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-09-16 michaelOnly print "invalid new backstep" when its really invalid.
2008-09-16 michaelMake decoder more robust by default against broken...
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-08-31 michaelRemove debuging junk that probably hasnt been used...
2008-07-31 benoitUse static vlc structure to decode layer 3 huffman...
2008-07-20 andomaDecrease severity of 'invalid new backstep' log message...
2008-07-20 andomaSupply context argument to av_log() in mpeg audio decoder.
2008-07-13 mrumpegaudio: use MAC/MLS macros in ff_mpa_synth_filter
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-04-26 bcoudurierbreak if error in header so it can output already decod...
2008-04-26 bcouduriermerge init with declaration
2008-04-26 bcouduriercosmetics: merge decls
2008-04-26 bcouduriersimplify: merge loops
2008-04-26 bcouduriersimplify
2008-04-26 bcouduriersimplify: remove useless fields and vars
2008-04-26 bcouduriermove MP3On4DecodeContext def near the code and under...
2008-04-26 bcouduriercorrectly patch syncword for samples rates < 16000...
2008-04-26 bcoudurierfix 1 frame config decoding
2008-04-26 bcoudurierremove old draft last case not present anymore in iso...
2008-04-26 bcoudurieruse mpeg4audio common code
2008-04-26 bcouduriersimplify
2008-04-26 bcouduriercorrectly compute out_size and samples number
2008-04-26 bcoudurierfsize is 12 bits according to specs
2008-04-26 bcouduriersimplify using FFMIN3
2008-04-26 bcoudurierreturn error if buf_size is too small
2008-04-26 bcouduriervalues can fit uint8_t
2008-04-26 bcoudurieradd const
2008-03-20 bcoudurieromg, fix compilation
2008-03-20 bcouduriercorrectly set avctx->frame_size for mp3on4 and mp3adu
2008-02-13 diegotypo fix: inited --> initialized
2008-02-01 michaelconsts
2008-01-11 michaelFactorize some code into functions, had this in my...
2008-01-11 michaelClear synth_buf on flush(). Part of a patch by Brian...
2008-01-11 michaelFlush mp2 as well on seeking. Part of a patch by Brian...
2007-11-08 benoitMove 2 defines from mpegaudiodec.c to mpegaudiodata...
2007-08-11 aureluse av_clip_int16() where it makes sens
2007-08-09 alexuse skip_bits where appropriate
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-06-16 mrumove a couple of macros and structs to mpegaudio.h
2007-06-02 ramiroUse AV_xx throughout libavcodec
2007-05-27 michaelmake decoder decode the first frame properly if theres...
2007-05-20 aurelremove dependency of mpeg audio encoder over mpeg audio...
2007-05-20 aureladd a ff_ prefix to some mpegaudio funcs
2007-05-20 aurelloosen dependencies over mpegaudiodec
2007-05-19 aureladd proper prefix to extern mpeg audio data tables
2007-05-19 aurelmove some common mpeg audio tables from mpegaudiodectab...
2007-05-15 reimarUse DECLARE_ALIGNED to ease porting
2007-05-05 diegoFix multiple "‘inline/static’ is not at beginning of...
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
next