git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Avoid allocating MPADecodeContext on stack.
[ffmpeg.git]
/
libavcodec
/
mpegaudiodec.c
2009-01-23
Andreas Öman
Avoid allocating MPADecodeContext on stack.
blob
|
commitdiff
2009-01-19
Diego Biurrun
cosmetics: Remove pointless period after copyright...
blob
|
commitdiff
|
diff to current
2009-01-14
Aurelien Jacobs
simplify: group all the AUDIO_NONSHORT parameters in...
blob
|
commitdiff
|
diff to current
2009-01-14
Diego Biurrun
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
blob
|
commitdiff
|
diff to current
2009-01-14
Diego Biurrun
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
blob
|
commitdiff
|
diff to current
2009-01-13
Aurelien Jacobs
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
blob
|
commitdiff
|
diff to current
2009-01-13
Michael Niedermayer
Add dummy mp1_decoder to complement the existing dummy...
blob
|
commitdiff
|
diff to current
2008-12-22
Andreas Öman
Revert r16257:
blob
|
commitdiff
|
diff to current
2008-12-21
Andreas Öman
Include "libavutil/common.h" where we use llrint()...
blob
|
commitdiff
|
diff to current
2008-11-24
Måns Rullgård
Add shift argument to MULL() macro
blob
|
commitdiff
|
diff to current
2008-10-21
Aurelien Jacobs
uses FF_ARRAY_ELEMS() where appropriate
blob
|
commitdiff
|
diff to current
2008-09-16
Michael Niedermayer
Only print "invalid new backstep" when it is really...
blob
|
commitdiff
|
diff to current
2008-09-16
Michael Niedermayer
Make decoder more robust by default against broken...
blob
|
commitdiff
|
diff to current
2008-09-08
Michael Niedermayer
Rename error_resilience to error_recognition.
blob
|
commitdiff
|
diff to current
2008-08-31
Michael Niedermayer
Remove debuging junk that probably hasnt been used...
blob
|
commitdiff
|
diff to current
2008-07-31
Art Clarke
Use static vlc structure to decode layer 3 huffman...
blob
|
commitdiff
|
diff to current
2008-07-20
Andreas Öman
Decrease severity of 'invalid new backstep' log message...
blob
|
commitdiff
|
diff to current
2008-07-20
Andreas Öman
Supply context argument to av_log() in mpeg audio decoder.
blob
|
commitdiff
|
diff to current
2008-07-13
Måns Rullgård
mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter
blob
|
commitdiff
|
diff to current
2008-06-12
Stefano Sabatini
Make AVCodec long_names definition conditional dependin...
blob
|
commitdiff
|
diff to current
2008-04-27
Stefano Sabatini
Add long names to AVCodec declarations.
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
break if error in header so it can output already decod...
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
merge init with declaration
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
cosmetics: merge decls
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
simplify: merge loops
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
simplify
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
simplify: remove useless fields and vars
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
move MP3On4DecodeContext def near the code and under...
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
correctly patch syncword for samples rates < 16000...
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
fix 1 frame config decoding
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
remove old draft last case not present anymore in iso...
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
use mpeg4audio common code
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
simplify
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
correctly compute out_size and samples number
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
fsize is 12 bits according to specs
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
simplify using FFMIN3
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
return error if buf_size is too small
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
values can fit uint8_t
blob
|
commitdiff
|
diff to current
2008-04-26
Baptiste Coudurier
add const
blob
|
commitdiff
|
diff to current
2008-03-20
Baptiste Coudurier
omg, fix compilation
blob
|
commitdiff
|
diff to current
2008-03-20
Baptiste Coudurier
correctly set avctx->frame_size for mp3on4 and mp3adu
blob
|
commitdiff
|
diff to current
2008-02-13
Diego Biurrun
typo fix: inited --> initialized
blob
|
commitdiff
|
diff to current
2008-02-01
Michael Niedermayer
consts
blob
|
commitdiff
|
diff to current
2008-01-11
Michael Niedermayer
Factorize some code into functions, had this in my...
blob
|
commitdiff
|
diff to current
2008-01-11
Brian Brice
Clear synth_buf on flush(). Part of a patch by Brian...
blob
|
commitdiff
|
diff to current
2008-01-11
Brian Brice
Flush mp2 as well on seeking. Part of a patch by Brian...
blob
|
commitdiff
|
diff to current
2007-11-08
Martin Lindhe
Move 2 defines from mpegaudiodec.c to mpegaudiodata...
blob
|
commitdiff
|
diff to current
2007-08-11
Aurelien Jacobs
use av_clip_int16() where it makes sense
blob
|
commitdiff
|
diff to current
2007-08-09
Alex Beregszaszi
use skip_bits where appropriate
blob
|
commitdiff
|
diff to current
2007-08-09
Alex Beregszaszi
use get_bits1(..) instead get_bits(.., 1)
blob
|
commitdiff
|
diff to current
2007-06-16
Måns Rullgård
move a couple of macros and structs to mpegaudio.h
blob
|
commitdiff
|
diff to current
2007-06-02
Ramiro Polla
Use AV_xx throughout libavcodec
blob
|
commitdiff
|
diff to current
2007-05-27
Michael Niedermayer
make decoder decode the first frame properly if theres...
blob
|
commitdiff
|
diff to current
2007-05-20
Aurelien Jacobs
remove dependency of mpeg audio encoder over mpeg audio...
blob
|
commitdiff
|
diff to current
2007-05-20
Aurelien Jacobs
add a ff_ prefix to some mpegaudio funcs
blob
|
commitdiff
|
diff to current
2007-05-20
Aurelien Jacobs
loosen dependencies over mpegaudiodec
blob
|
commitdiff
|
diff to current
2007-05-19
Aurelien Jacobs
add proper prefix to extern mpeg audio data tables
blob
|
commitdiff
|
diff to current
2007-05-19
Aurelien Jacobs
move some common mpeg audio tables from mpegaudiodectab...
blob
|
commitdiff
|
diff to current
2007-05-15
Reimar Döffinger
Use DECLARE_ALIGNED to ease porting
blob
|
commitdiff
|
diff to current
2007-05-05
Diego Biurrun
Fix multiple "‘inline/static’ is not at beginning of...
blob
|
commitdiff
|
diff to current
2007-04-07
Diego Biurrun
typos
blob
|
commitdiff
|
diff to current
2007-03-14
Michael Niedermayer
kill another 2 av_mallocz_static()
blob
|
commitdiff
|
diff to current
2007-03-12
Michel Bardiaux
Give context to dprintf
blob
|
commitdiff
|
diff to current
2007-02-03
Michael Niedermayer
factorize switch_buffer()
blob
|
commitdiff
|
diff to current
2007-02-03
Michael Niedermayer
fix decoding of takethat.mp3
blob
|
commitdiff
|
diff to current
2006-12-11
Michael Niedermayer
fix playback of mp3_bits_left.avi
blob
|
commitdiff
|
diff to current
2006-12-06
Måns Rullgård
use the standard INT64_C() macro for 64-bit constants
blob
|
commitdiff
|
diff to current
2006-11-15
Michael Niedermayer
detect a few more errors (fixes libmp3-bug.avi again)
blob
|
commitdiff
|
diff to current
2006-11-14
Michael Niedermayer
making decoding more error robust
blob
|
commitdiff
|
diff to current
2006-11-14
Michael Niedermayer
reset internal buffer during seeking
blob
|
commitdiff
|
diff to current
2006-11-14
Michael Niedermayer
more checks and error messages
blob
|
commitdiff
|
diff to current
2006-10-30
Michael Niedermayer
dont set the sampling rate just because 1 mp3 packet...
blob
|
commitdiff
|
diff to current
2006-10-30
Michael Niedermayer
avoid random noise on damaged frames
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-10-05
Diego Biurrun
message typo fixes
blob
|
commitdiff
|
diff to current
2006-09-27
Måns Rullgård
add some #ifdef CONFIG_ENCODERS/DECODERS
blob
|
commitdiff
|
diff to current
2006-09-27
Måns Rullgård
fix some signedness warnings
blob
|
commitdiff
|
diff to current
2006-09-22
Luca Barbato
Use mathops
blob
|
commitdiff
|
diff to current
2006-09-19
Michael Niedermayer
use correct rounding functions
blob
|
commitdiff
|
diff to current
2006-09-15
Baptiste Coudurier
remove unused, uninitialized free format frame size
blob
|
commitdiff
|
diff to current
2006-09-13
Siarhei Siamashka
Proper armv5te instructions support detection.
blob
|
commitdiff
|
diff to current
2006-09-10
Siarhei Siamashka
armv5 optimizations
blob
|
commitdiff
|
diff to current
2006-09-08
Michael Niedermayer
print more correct error messges
blob
|
commitdiff
|
diff to current
2006-09-02
Måns Rullgård
remove redundant declarations
blob
|
commitdiff
|
diff to current
2006-08-28
Michael Niedermayer
fix buffer handling
blob
|
commitdiff
|
diff to current
2006-08-27
Michael Niedermayer
overread AV_LOG_ERROR -> AV_LOG_DEBUG
blob
|
commitdiff
|
diff to current
2006-08-27
Michael Niedermayer
fix low bitrate mp3
blob
|
commitdiff
|
diff to current
2006-08-27
Michael Niedermayer
check the validity of the amount of the remaining bytes...
blob
|
commitdiff
|
diff to current
2006-08-26
Michael Niedermayer
unused var
blob
|
commitdiff
|
diff to current
2006-08-26
Michael Niedermayer
make mpa_decode_header() 10 times faster
blob
|
commitdiff
|
diff to current
2006-08-26
Michael Niedermayer
another silly typo which surprisingly neither valgrind...
blob
|
commitdiff
|
diff to current
2006-08-26
Michael Niedermayer
10l found by valgrind
blob
|
commitdiff
|
diff to current
2006-08-26
Michael Niedermayer
remove duplicated parser, people who pass random gibble...
blob
|
commitdiff
|
diff to current
2006-08-25
Michael Niedermayer
avoid branch
blob
|
commitdiff
|
diff to current
2006-08-25
Michael Niedermayer
move variable declarations so that their scope is smaller
blob
|
commitdiff
|
diff to current
2006-08-25
Michael Niedermayer
move the +400 out of the innermost loop
blob
|
commitdiff
|
diff to current
2006-08-25
Michael Niedermayer
avoid reading exponent twice
blob
|
commitdiff
|
diff to current
2006-08-25
Michael Niedermayer
reduce size of vlc table, thats slightly faster here
blob
|
commitdiff
|
diff to current
2006-08-25
Michael Niedermayer
try to avoid l3_unscale() by using a table
blob
|
commitdiff
|
diff to current
2006-08-25
Michael Niedermayer
replace l3_unscale(1, exponents[pos]) by LUT
blob
|
commitdiff
|
diff to current
next