git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
strcasecmp() requires #include <strings.h>
[ffmpeg.git]
/
libavformat
/
mp3.c
2008-08-13
Aurelien Jacobs
strcasecmp() requires #include <strings.h>
blob
|
commitdiff
2008-07-11
Diego Biurrun
Move one function that is only used for muxing below...
blob
|
commitdiff
|
diff to current
2008-07-04
Michael Niedermayer
All mp3 parsers are buggy fix 2 of n (out of array...
blob
|
commitdiff
|
diff to current
2008-07-04
Michael Niedermayer
All id3 parsers are buggy, 0 termination fix 1 of n...
blob
|
commitdiff
|
diff to current
2008-06-19
Baptiste Coudurier
remove useless close funcs
blob
|
commitdiff
|
diff to current
2008-06-03
Stefano Sabatini
Make long_names in lavf/lavdev optional depending on...
blob
|
commitdiff
|
diff to current
2008-05-12
Carl Eugen Hoyos
Replace some occurrences of 0 with CODEC_ID_NONE.
blob
|
commitdiff
|
diff to current
2008-05-09
Diego Biurrun
Use full path for #includes from another directory.
blob
|
commitdiff
|
diff to current
2008-05-06
Diego Biurrun
Remove unnecessary parentheses from return calls.
blob
|
commitdiff
|
diff to current
2008-02-04
Michael Niedermayer
Another const found by -Wwrite-strings.
blob
|
commitdiff
|
diff to current
2007-12-03
Michael Niedermayer
return a slightly larger score if we find more than...
blob
|
commitdiff
|
diff to current
2007-12-03
Michael Niedermayer
ensure that the probe code runs in O(n)
blob
|
commitdiff
|
diff to current
2007-12-03
Michael Niedermayer
remove arbitrary 4096 limit for probing
blob
|
commitdiff
|
diff to current
2007-12-03
Michael Niedermayer
prevent O(n^2) execution of ff_mpa_decode_header()...
blob
|
commitdiff
|
diff to current
2007-11-21
Björn Axelsson
Use dynamically allocated ByteIOContext in AVFormatContext
blob
|
commitdiff
|
diff to current
2007-11-14
Aurelien Jacobs
cosmetics: whitespace
blob
|
commitdiff
|
diff to current
2007-11-14
Andreas Öman
remove unnecessary -1 from snprintf len
blob
|
commitdiff
|
diff to current
2007-11-14
Patrice Bensoussan
Add support for ID3v2 year tag
blob
|
commitdiff
|
diff to current
2007-11-04
Andreas Öman
make sure the mpeg audio header is valid before passing...
blob
|
commitdiff
|
diff to current
2007-10-24
Andreas Öman
add support for reading duration from VBRI-tag in mp3...
blob
|
commitdiff
|
diff to current
2007-10-23
Andreas Öman
fix indent
blob
|
commitdiff
|
diff to current
2007-10-23
Andreas Öman
cosmetical change of mp3_parse_xing() to prepare for...
blob
|
commitdiff
|
diff to current
2007-10-23
Andreas Öman
add support for reading duration from Xing-tag in mp3...
blob
|
commitdiff
|
diff to current
2007-10-18
Thorsten Jordan
set start_time to 0 to enable seeking in mp3-files
blob
|
commitdiff
|
diff to current
2007-08-05
Baptiste Coudurier
do not write id3v2 header when writing .mp2 files
blob
|
commitdiff
|
diff to current
2007-07-19
Panagiotis Issaris
Replace all occurrences of AVERROR_IO with AVERROR...
blob
|
commitdiff
|
diff to current
2007-07-19
Panagiotis Issaris
Replace all occurrences of AVERROR_NOMEM with AVERROR...
blob
|
commitdiff
|
diff to current
2007-07-08
Måns Rullgård
kill uninitialised variable warning in mp3_read_probe()
blob
|
commitdiff
|
diff to current
2007-07-08
Roman Shaposhnik
* Getting rid of the use of GCC language extensions
blob
|
commitdiff
|
diff to current
2007-07-06
Ronald S. Bultje
Use AV_RB* macros where appropriate.
blob
|
commitdiff
|
diff to current
2007-06-23
Måns Rullgård
use new string functions
blob
|
commitdiff
|
diff to current
2007-05-22
Andreas Öman
id3v2 writer
blob
|
commitdiff
|
diff to current
2007-05-22
Andreas Öman
id3v2 reader
blob
|
commitdiff
|
diff to current
2007-05-22
Andreas Öman
cosmetic v1/v2 renaming
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-06
Reimar Döffinger
Fix two small typos in comment
blob
|
commitdiff
|
diff to current
2007-04-15
Aurelien Jacobs
add an enum for need_parsing
blob
|
commitdiff
|
diff to current
2007-04-08
Michael Niedermayer
allocate 32 extra bytes at the end of the probe buffer...
blob
|
commitdiff
|
diff to current
2007-02-05
Michael Niedermayer
better generic index building and seeking code
blob
|
commitdiff
|
diff to current
2007-01-07
Diego Biurrun
variable renaming: mp3lame --> libmp3lame
blob
|
commitdiff
|
diff to current
2006-11-08
Michael Niedermayer
fix missdetection of mpeg-ps (ps2_interdite.mpg)
blob
|
commitdiff
|
diff to current
2006-10-30
Michael Niedermayer
dont set the sampling rate just because 1 mp3 packet...
blob
|
commitdiff
|
diff to current
2006-10-23
Aurelien Jacobs
replace coder/decoder file description in libavformat...
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-09-20
Michael Niedermayer
reduce scores if the mp3 frames dont start from the...
blob
|
commitdiff
|
diff to current
2006-09-12
Michael Niedermayer
10l typo
blob
|
commitdiff
|
diff to current
2006-09-10
Andreas Öman
allow ffmpeg to read mp3s beginning with partial frames
blob
|
commitdiff
|
diff to current
2006-07-10
Måns Rullgård
allow individual selection of muxers and demuxers
blob
|
commitdiff
|
diff to current
2006-07-09
Måns Rullgård
give AVInput/OutputFormat structs consistent names
blob
|
commitdiff
|
diff to current
2006-06-05
Måns Rullgård
probe for mpeg audio
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-09-23
Diego Biurrun
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
blob
|
commitdiff
|
diff to current
2005-07-17
Michael Niedermayer
changing AVCodecContext codec -> *codec in AVStream...
blob
|
commitdiff
|
diff to current
2005-07-11
Michael Niedermayer
.m1v and .m2a (feature req #1178960)
blob
|
commitdiff
|
diff to current
2005-05-26
Michael Niedermayer
AVPacket.pos
blob
|
commitdiff
|
diff to current
2005-05-19
Aurelien Jacobs
drop most url_fileno() calls (allows to use ByteIOConte...
blob
|
commitdiff
|
diff to current
2004-06-19
Mike Melanson
sweeping change from -EIO -> AVERROR_IO
blob
|
commitdiff
|
diff to current
2004-05-29
Michael Niedermayer
pass AVPacket into av_write_frame()
blob
|
commitdiff
|
diff to current
2003-11-10
Fabrice Bellard
added parsing
blob
|
commitdiff
|
diff to current
2003-10-14
Mike Melanson
disable encoders where appropriate (patch courtesy...
blob
|
commitdiff
|
diff to current
2003-09-10
Fabrice Bellard
64 bit pts for writing - more const usage
blob
|
commitdiff
|
diff to current
2003-09-08
Fabrice Bellard
ID3 parsing and generation in MP3 format
blob
|
commitdiff
|
diff to current