projects
/
libav.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Optimize decoding high freqs.
[libav.git]
/
libavcodec
/
mpegaudiodec.c
2010-05-11
Michael Niedermayer
Optimize decoding high freqs.
blob
|
commitdiff
2010-05-11
Michael Niedermayer
Make lsf_sf_expand() 4 times faster.
blob
|
commitdiff
|
diff to current
2010-05-11
Michael Niedermayer
float based mp1/mp2/mp3 decoders.
blob
|
commitdiff
|
diff to current
2010-05-11
Michael Niedermayer
Remove unused FRAC_RND() macro from mpegaudiodec.c.
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-03-30
Stefano Sabatini
Define AVMediaType enum, and use it instead of enum...
blob
|
commitdiff
|
diff to current
2010-03-06
Måns Rullgård
Make some functions static
blob
|
commitdiff
|
diff to current
2010-03-06
Måns Rullgård
Remove DECLARE_ALIGNED_{8,16} macros
blob
|
commitdiff
|
diff to current
2010-01-22
Måns Rullgård
Move array specifiers outside DECLARE_ALIGNED() invocations
blob
|
commitdiff
|
diff to current
2009-11-16
Ronald S. Bultje
Use get_bits_left() instead of size_in_bits - get_bits_...
blob
|
commitdiff
|
diff to current
2009-11-04
Vitor Sessak
Reduce stack memory allocation in MP3 decoder
blob
|
commitdiff
|
diff to current
2009-10-28
Reimar Döffinger
Add support for hardcoding the mpegaudiodec tables.
blob
|
commitdiff
|
diff to current
2009-10-19
Reimar Döffinger
mpegaudiodec, mpc and qdm2 all use the same mpa_synth...
blob
|
commitdiff
|
diff to current
2009-10-15
Reimar Döffinger
Partially revert r20233, exp2f is not available on...
blob
|
commitdiff
|
diff to current
2009-10-15
Reimar Döffinger
Use cbrtf and exp2f instead of pow to calculate tables...
blob
|
commitdiff
|
diff to current
2009-09-23
Michael Niedermayer
Set data_size to 0 to avoid having it uninitialized.
blob
|
commitdiff
|
diff to current
2009-09-23
Michael Niedermayer
Check data_size in decode_frame_mp3on4().
blob
|
commitdiff
|
diff to current
2009-09-23
Michael Niedermayer
check data_size in decode_frame()
blob
|
commitdiff
|
diff to current
2009-09-04
Diego Biurrun
Reduce pointless verbosity after seeks in the MP3 decoder.
blob
|
commitdiff
|
diff to current
2009-06-30
Michael Niedermayer
Drop code that attempts to decode frames that are prefi...
blob
|
commitdiff
|
diff to current
2009-05-05
Måns Rullgård
mpegaudio: enclose SUM8() macro args in parens when...
blob
|
commitdiff
|
diff to current
2009-05-05
Måns Rullgård
mpegaudio: avoid unnecessary copy in high-precision...
blob
|
commitdiff
|
diff to current
2009-05-05
Måns Rullgård
mpegaudio: use av_clip()
blob
|
commitdiff
|
diff to current
2009-05-04
Zdenek Kabelac
Do not scan for MP3 header after the given buffer and...
blob
|
commitdiff
|
diff to current
2009-04-17
Michael Niedermayer
Remove unused variable from decode_init() found by...
blob
|
commitdiff
|
diff to current
2009-04-13
Stefano Sabatini
Rename bitstream.h to get_bits.h.
blob
|
commitdiff
|
diff to current
2009-04-07
Thilo Borgmann
Implement avcodec_decode_video2(), _audio3() and _subti...
blob
|
commitdiff
|
diff to current
2009-02-22
Daniel Verkamp
Add missing av_cold in static init/close functions.
blob
|
commitdiff
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
diff to current
2009-01-23
Andreas Öman
Avoid allocating MPADecodeContext on stack.
blob
|
commitdiff
|
diff to current
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
next