Luca Barbato
|
5235db68c0
mpegaudiodec: fix short_start calculation
|
12 лет назад |
Reinhard Tartler
|
3835603e7e
Set data_size to 0 to avoid having it uninitialized.
|
14 лет назад |
Reinhard Tartler
|
4b360ee2ca
Check data_size in decode_frame_mp3on4().
|
14 лет назад |
Reinhard Tartler
|
ab546a7463
check data_size in decode_frame()
|
14 лет назад |
Daniel Verkamp
|
5ef251e504
Add missing av_cold in static init/close functions.
|
15 лет назад |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 лет назад |
Andreas Öman
|
cf92cec7d8
Avoid allocating MPADecodeContext on stack.
|
16 лет назад |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 лет назад |
Aurelien Jacobs
|
49cdad8d78
simplify: group all the AUDIO_NONSHORT parameters in the same place
|
16 лет назад |
Diego Biurrun
|
0f6a659ddf
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
|
16 лет назад |
Diego Biurrun
|
ad1eebe360
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
|
16 лет назад |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
Michael Niedermayer
|
cb595b7f02
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.
|
16 лет назад |
Andreas Öman
|
11c23b64ac
Revert r16257:
|
16 лет назад |
Andreas Öman
|
1af34f094e
Include "libavutil/common.h" where we use llrint() in case ffmpeg's
|
16 лет назад |
Måns Rullgård
|
4deaa94639
Add shift argument to MULL() macro
|
16 лет назад |
Aurelien Jacobs
|
37d3e0667a
uses FF_ARRAY_ELEMS() where appropriate
|
16 лет назад |
Michael Niedermayer
|
1d4113d053
Only print "invalid new backstep" when it is really invalid.
|
16 лет назад |
Michael Niedermayer
|
bf3a971c12
Make decoder more robust by default against broken encoders.
|
16 лет назад |
Michael Niedermayer
|
047599a4ba
Rename error_resilience to error_recognition.
|
16 лет назад |
Michael Niedermayer
|
969c163f1f
Remove debuging junk that probably hasnt been used by anyone since years.
|
16 лет назад |
Art Clarke
|
bbdf87285a
Use static vlc structure to decode layer 3 huffman tables.
|
16 лет назад |
Andreas Öman
|
b000c604f2
Decrease severity of 'invalid new backstep' log message to warning
|
16 лет назад |
Andreas Öman
|
11f63a221b
Supply context argument to av_log() in mpeg audio decoder.
|
16 лет назад |
Måns Rullgård
|
9ea583e1f6
mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter
|
16 лет назад |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 лет назад |
Stefano Sabatini
|
162d4fc99d
Add long names to AVCodec declarations.
|
16 лет назад |
Baptiste Coudurier
|
169203c1d9
break if error in header so it can output already decoded frames
|
16 лет назад |
Baptiste Coudurier
|
41b8800f88
merge init with declaration
|
16 лет назад |
Baptiste Coudurier
|
f91c089812
cosmetics: merge decls
|
16 лет назад |
Baptiste Coudurier
|
5fd7a9fcdf
simplify: merge loops
|
16 лет назад |
Baptiste Coudurier
|
8da8970d01
simplify
|
16 лет назад |
Baptiste Coudurier
|
0d5b2eb445
simplify: remove useless fields and vars
|
16 лет назад |
Baptiste Coudurier
|
676e26ab6d
move MP3On4DecodeContext def near the code and under ifdef
|
16 лет назад |
Baptiste Coudurier
|
9f95bfe2b9
correctly patch syncword for samples rates < 16000, decoder now fully support all iso ref files
|
16 лет назад |
Baptiste Coudurier
|
f0f53c83ba
fix 1 frame config decoding
|
16 лет назад |
Baptiste Coudurier
|
60dfa0b8d4
remove old draft last case not present anymore in iso specs
|
16 лет назад |
Baptiste Coudurier
|
b61d2782f3
use mpeg4audio common code
|
16 лет назад |
Baptiste Coudurier
|
ec39f7d855
simplify
|
16 лет назад |
Baptiste Coudurier
|
9708d52ee8
correctly compute out_size and samples number
|
16 лет назад |
Baptiste Coudurier
|
cd3289650a
fsize is 12 bits according to specs
|
16 лет назад |
Baptiste Coudurier
|
5be25fc133
simplify using FFMIN3
|
16 лет назад |
Baptiste Coudurier
|
a82dcdffb2
return error if buf_size is too small
|
16 лет назад |
Baptiste Coudurier
|
dfcd6d91fe
values can fit uint8_t
|
16 лет назад |
Baptiste Coudurier
|
183fceaafd
add const
|
16 лет назад |
Baptiste Coudurier
|
6122b733e9
omg, fix compilation
|
16 лет назад |
Baptiste Coudurier
|
d0ed455f19
correctly set avctx->frame_size for mp3on4 and mp3adu
|
16 лет назад |
Diego Biurrun
|
5e53486545
typo fix: inited --> initialized
|
16 лет назад |
Michael Niedermayer
|
7993df6527
consts
|
17 лет назад |
Michael Niedermayer
|
9f7458b285
Factorize some code into functions, had this in my tree and will be
|
17 лет назад |