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
/
libavformat
/
mp3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If we find a VBR tag at the beginning of the file don't attempt to
Yoav Steinberg
2009-01-04
1
-7
/
+13
*
Change mpeg audio parser so it only sets frame_size, channels and bit_rate
Michael Niedermayer
2008-12-21
1
-1
/
+1
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-4
/
+4
*
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-02
1
-2
/
+2
*
Make the id3v1_genre_str array const, not just the strings it points to.
Reimar Döffinger
2008-08-24
1
-1
/
+1
*
strcasecmp() requires #include <strings.h>
Aurelien Jacobs
2008-08-13
1
-0
/
+1
*
Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.
Diego Biurrun
2008-07-11
1
-31
/
+31
*
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not explo...
Michael Niedermayer
2008-07-04
1
-1
/
+1
*
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas
Michael Niedermayer
2008-07-04
1
-0
/
+2
*
remove useless close funcs
Baptiste Coudurier
2008-06-19
1
-6
/
+0
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-3
/
+3
*
Replace some occurrences of 0 with CODEC_ID_NONE.
Carl Eugen Hoyos
2008-05-12
1
-2
/
+2
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-3
/
+4
*
Remove unnecessary parentheses from return calls.
Diego Biurrun
2008-05-06
1
-2
/
+2
*
Another const found by -Wwrite-strings.
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
return a slightly larger score if we find more than 500 valid mp3 frames in a...
Michael Niedermayer
2007-12-03
1
-0
/
+1
*
ensure that the probe code runs in O(n)
Michael Niedermayer
2007-12-03
1
-3
/
+1
*
remove arbitrary 4096 limit for probing
Michael Niedermayer
2007-12-03
1
-1
/
+1
*
prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files
Michael Niedermayer
2007-12-03
1
-0
/
+2
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-49
/
+49
*
cosmetics: whitespace
Aurelien Jacobs
2007-11-14
1
-2
/
+2
*
remove unnecessary -1 from snprintf len
Andreas Öman
2007-11-14
1
-1
/
+1
*
Add support for ID3v2 year tag
Patrice Bensoussan
2007-11-14
1
-0
/
+5
*
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_de...
Andreas Öman
2007-11-04
1
-1
/
+5
*
add support for reading duration from VBRI-tag in mp3 files
Andreas Öman
2007-10-24
1
-3
/
+15
*
fix indent
Andreas Öman
2007-10-23
1
-5
/
+5
*
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support
Andreas Öman
2007-10-23
1
-14
/
+18
*
add support for reading duration from Xing-tag in mp3 files
Andreas Öman
2007-10-23
1
-0
/
+33
*
set start_time to 0 to enable seeking in mp3-files
Thorsten Jordan
2007-10-18
1
-0
/
+1
*
do not write id3v2 header when writing .mp2 files
Baptiste Coudurier
2007-08-05
1
-1
/
+1
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
kill uninitialised variable warning in mp3_read_probe()
Måns Rullgård
2007-07-08
1
-1
/
+1
*
* Getting rid of the use of GCC language extensions
Roman Shaposhnik
2007-07-08
1
-1
/
+2
*
Use AV_RB* macros where appropriate.
Ronald S. Bultje
2007-07-06
1
-1
/
+1
*
use new string functions
Måns Rullgård
2007-06-23
1
-1
/
+2
*
id3v2 writer
Andreas Öman
2007-05-22
1
-0
/
+56
*
id3v2 reader
Andreas Öman
2007-05-22
1
-2
/
+145
*
cosmetic v1/v2 renaming
Andreas Öman
2007-05-22
1
-36
/
+36
*
add a ff_ prefix to some mpegaudio funcs
Aurelien Jacobs
2007-05-20
1
-1
/
+1
*
Fix two small typos in comment
Reimar Döffinger
2007-05-06
1
-1
/
+1
*
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
1
-1
/
+1
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-3
/
+0
*
better generic index building and seeking code
Michael Niedermayer
2007-02-05
1
-0
/
+1
*
variable renaming: mp3lame --> libmp3lame
Diego Biurrun
2007-01-07
1
-1
/
+1
*
fix missdetection of mpeg-ps (ps2_interdite.mpg)
Michael Niedermayer
2006-11-08
1
-1
/
+1
*
dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...
Michael Niedermayer
2006-10-30
1
-2
/
+2
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
reduce scores if the mp3 frames dont start from the begin of the file (fixes ...
Michael Niedermayer
2006-09-20
1
-4
/
+6
[next]