index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
mpegaudiodec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use av_clip_int16() where it makes sense
Aurelien Jacobs
2007-08-11
1
-4
/
+1
*
use skip_bits where appropriate
Alex Beregszaszi
2007-08-09
1
-1
/
+1
*
use get_bits1(..) instead get_bits(.., 1)
Alex Beregszaszi
2007-08-09
1
-5
/
+5
*
move a couple of macros and structs to mpegaudio.h
Måns Rullgård
2007-06-16
1
-10
/
+0
*
Use AV_xx throughout libavcodec
Ramiro Polla
2007-06-02
1
-3
/
+3
*
make decoder decode the first frame properly if theres more than just one
Michael Niedermayer
2007-05-27
1
-0
/
+1
*
remove dependency of mpeg audio encoder over mpeg audio decoder
Aurelien Jacobs
2007-05-20
1
-23
/
+1
*
add a ff_ prefix to some mpegaudio funcs
Aurelien Jacobs
2007-05-20
1
-3
/
+3
*
loosen dependencies over mpegaudiodec
Aurelien Jacobs
2007-05-20
1
-153
/
+1
*
add proper prefix to extern mpeg audio data tables
Aurelien Jacobs
2007-05-19
1
-9
/
+9
*
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
Aurelien Jacobs
2007-05-19
1
-0
/
+1
*
Use DECLARE_ALIGNED to ease porting
Reimar Döffinger
2007-05-15
1
-3
/
+3
*
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
Diego Biurrun
2007-05-05
1
-1
/
+1
*
typos
Diego Biurrun
2007-04-07
1
-1
/
+1
*
kill another 2 av_mallocz_static()
Michael Niedermayer
2007-03-14
1
-8
/
+2
*
Give context to dprintf
Michel Bardiaux
2007-03-12
1
-32
/
+37
*
factorize switch_buffer()
Michael Niedermayer
2007-02-03
1
-24
/
+16
*
fix decoding of takethat.mp3
Michael Niedermayer
2007-02-03
1
-2
/
+10
*
fix playback of mp3_bits_left.avi
Michael Niedermayer
2006-12-11
1
-1
/
+1
*
use the standard INT64_C() macro for 64-bit constants
Måns Rullgård
2006-12-06
1
-1
/
+1
*
detect a few more errors (fixes libmp3-bug.avi again)
Michael Niedermayer
2006-11-15
1
-3
/
+10
*
making decoding more error robust
Michael Niedermayer
2006-11-14
1
-11
/
+19
*
reset internal buffer during seeking
Michael Niedermayer
2006-11-14
1
-1
/
+8
*
more checks and error messages
Michael Niedermayer
2006-11-14
1
-1
/
+8
*
dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...
Michael Niedermayer
2006-10-30
1
-5
/
+6
*
avoid random noise on damaged frames
Michael Niedermayer
2006-10-30
1
-1
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
message typo fixes
Diego Biurrun
2006-10-05
1
-2
/
+2
*
add some #ifdef CONFIG_ENCODERS/DECODERS
Måns Rullgård
2006-09-27
1
-6
/
+12
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-1
/
+1
*
Use mathops
Luca Barbato
2006-09-22
1
-55
/
+6
*
use correct rounding functions
Michael Niedermayer
2006-09-19
1
-2
/
+2
*
remove unused, uninitialized free format frame size
Baptiste Coudurier
2006-09-15
1
-22
/
+1
*
Proper armv5te instructions support detection.
Siarhei Siamashka
2006-09-13
1
-6
/
+1
*
armv5 optimizations
Siarhei Siamashka
2006-09-10
1
-0
/
+16
*
print more correct error messges
Michael Niedermayer
2006-09-08
1
-1
/
+3
*
remove redundant declarations
Måns Rullgård
2006-09-02
1
-1
/
+0
*
fix buffer handling
Michael Niedermayer
2006-08-28
1
-14
/
+23
*
overread AV_LOG_ERROR -> AV_LOG_DEBUG
Michael Niedermayer
2006-08-27
1
-1
/
+1
*
fix low bitrate mp3
Michael Niedermayer
2006-08-27
1
-6
/
+17
*
check the validity of the amount of the remaining bytes in the bitsteam befor...
Michael Niedermayer
2006-08-27
1
-1
/
+4
*
unused var
Michael Niedermayer
2006-08-26
1
-3
/
+0
*
make mpa_decode_header() 10 times faster
Michael Niedermayer
2006-08-26
1
-1
/
+0
*
another silly typo which surprisingly neither valgrind nor cmp of the file ou...
Michael Niedermayer
2006-08-26
1
-1
/
+1
*
10l found by valgrind
Michael Niedermayer
2006-08-26
1
-0
/
+1
*
remove duplicated parser, people who pass random gibblets of the bitstream in...
Michael Niedermayer
2006-08-26
1
-223
/
+123
*
avoid branch
Michael Niedermayer
2006-08-25
1
-28
/
+24
*
move variable declarations so that their scope is smaller
Michael Niedermayer
2006-08-25
1
-2
/
+5
*
move the +400 out of the innermost loop
Michael Niedermayer
2006-08-25
1
-11
/
+12
*
avoid reading exponent twice
Michael Niedermayer
2006-08-25
1
-7
/
+11
[next]