Brian Brice
|
812f29ffb8
Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.
|
17 лет назад |
Brian Brice
|
4a69055bad
Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.
|
17 лет назад |
Martin Lindhe
|
3240941b25
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation
|
17 лет назад |
Aurelien Jacobs
|
aee481cebe
use av_clip_int16() where it makes sense
|
17 лет назад |
Alex Beregszaszi
|
7ae7300ee3
use skip_bits where appropriate
|
17 лет назад |
Alex Beregszaszi
|
5fc32c275e
use get_bits1(..) instead get_bits(.., 1)
|
17 лет назад |
Måns Rullgård
|
c2d08dc0d7
move a couple of macros and structs to mpegaudio.h
|
17 лет назад |
Ramiro Polla
|
2c124cb65c
Use AV_xx throughout libavcodec
|
17 лет назад |
Michael Niedermayer
|
d5aa01cd30
make decoder decode the first frame properly if theres more than just one
|
17 лет назад |
Aurelien Jacobs
|
08aa2c9bd2
remove dependency of mpeg audio encoder over mpeg audio decoder
|
17 лет назад |
Aurelien Jacobs
|
ca6e50afc1
add a ff_ prefix to some mpegaudio funcs
|
17 лет назад |
Aurelien Jacobs
|
4bd8e17c8d
loosen dependencies over mpegaudiodec
|
17 лет назад |
Aurelien Jacobs
|
677fe2e226
add proper prefix to extern mpeg audio data tables
|
17 лет назад |
Aurelien Jacobs
|
4991c0516d
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
|
17 лет назад |
Reimar Döffinger
|
c6bcbb2cd3
Use DECLARE_ALIGNED to ease porting
|
17 лет назад |
Diego Biurrun
|
5a6a6cc7dc
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
|
17 лет назад |
Diego Biurrun
|
fe0372296a
typos
|
17 лет назад |
Michael Niedermayer
|
9608652dc1
kill another 2 av_mallocz_static()
|
17 лет назад |
Michel Bardiaux
|
318c5e0524
Give context to dprintf
|
17 лет назад |
Michael Niedermayer
|
5773d46009
factorize switch_buffer()
|
18 лет назад |
Michael Niedermayer
|
e0cf92048a
fix decoding of takethat.mp3
|
18 лет назад |
Michael Niedermayer
|
2f5560ee49
fix playback of mp3_bits_left.avi
|
18 лет назад |
Måns Rullgård
|
8da9266cea
use the standard INT64_C() macro for 64-bit constants
|
18 лет назад |
Michael Niedermayer
|
8e5606bfcd
detect a few more errors (fixes libmp3-bug.avi again)
|
18 лет назад |
Michael Niedermayer
|
ee50a7c1e5
making decoding more error robust
|
18 лет назад |
Michael Niedermayer
|
9bb328d397
reset internal buffer during seeking
|
18 лет назад |
Michael Niedermayer
|
bd60e11bf4
more checks and error messages
|
18 лет назад |
Michael Niedermayer
|
498c544ad2
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3)
|
18 лет назад |
Michael Niedermayer
|
c0d8052b50
avoid random noise on damaged frames
|
18 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Diego Biurrun
|
e1931c59f6
message typo fixes
|
18 лет назад |
Måns Rullgård
|
62bb489b13
add some #ifdef CONFIG_ENCODERS/DECODERS
|
18 лет назад |
Måns Rullgård
|
191e8ca752
fix some signedness warnings
|
18 лет назад |
Luca Barbato
|
004390a639
Use mathops
|
18 лет назад |
Michael Niedermayer
|
39e1b5cf8e
use correct rounding functions
|
18 лет назад |
Baptiste Coudurier
|
8e453fc3c7
remove unused, uninitialized free format frame size
|
18 лет назад |
Siarhei Siamashka
|
1839e854e5
Proper armv5te instructions support detection.
|
18 лет назад |
Siarhei Siamashka
|
024da4b146
armv5 optimizations
|
18 лет назад |
Michael Niedermayer
|
7b95bc5842
print more correct error messges
|
18 лет назад |
Måns Rullgård
|
0e176c3eb5
remove redundant declarations
|
18 лет назад |
Michael Niedermayer
|
1b4f17fafa
fix buffer handling
|
18 лет назад |
Michael Niedermayer
|
ee3bc9d386
overread AV_LOG_ERROR -> AV_LOG_DEBUG
|
18 лет назад |
Michael Niedermayer
|
c0c66dd81d
fix low bitrate mp3
|
18 лет назад |
Michael Niedermayer
|
39b434c6ae
check the validity of the amount of the remaining bytes in the bitsteam before memcpy
|
18 лет назад |
Michael Niedermayer
|
716d73b47d
unused var
|
18 лет назад |
Michael Niedermayer
|
d6bea62338
make mpa_decode_header() 10 times faster
|
18 лет назад |
Michael Niedermayer
|
731d0b1aaa
another silly typo which surprisingly neither valgrind nor cmp of the file output cought
|
18 лет назад |
Michael Niedermayer
|
d37bb9d8c1
10l found by valgrind
|
18 лет назад |
Michael Niedermayer
|
06e7fb82a4
remove duplicated parser, people who pass random gibblets of the bitstream into the decoder will have to pass it through a AVParser like for all other codecs too
|
18 лет назад |
Michael Niedermayer
|
9bffa9e7af
avoid branch
|
18 лет назад |