git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Show correct bitrate for VBR MP3 files.
[ffmpeg.git]
/
libavformat
/
mp3.c
2010-07-27
Alexander Kojevnikov
Show correct bitrate for VBR MP3 files.
blob
|
commitdiff
2010-07-11
James Darnley
Fix ID3v1 tags in mp3 files
blob
|
commitdiff
|
diff to current
2010-06-11
Michael Karcher
Generalize ID3v2 functions to support ID3v2-like ID...
blob
|
commitdiff
|
diff to current
2010-04-20
Baptiste Coudurier
Set AVFMT_NOTIMESTAMPS flag for mp3 muxer
blob
|
commitdiff
|
diff to current
2010-03-30
Stefano Sabatini
Define AVMediaType enum, and use it instead of enum...
blob
|
commitdiff
|
diff to current
2010-02-28
Michael Niedermayer
Many mp3s seem to contain padding after id3 tags that...
blob
|
commitdiff
|
diff to current
2010-02-16
Anton Khirnov
Set lavf identification string globally in av_write_hea...
blob
|
commitdiff
|
diff to current
2010-02-10
Andreas Öman
mp3: ftell() file offset for VBR tags before ID3v1...
blob
|
commitdiff
|
diff to current
2010-02-01
Anton Khirnov
Add a list of generic tags and change demuxers to follo...
blob
|
commitdiff
|
diff to current
2009-11-22
Baptiste Coudurier
set mp3 timebase to the lcm of all mp3 sample rates...
blob
|
commitdiff
|
diff to current
2009-10-19
Diego Biurrun
Move function that is only used by the MP3 muxer below...
blob
|
commitdiff
|
diff to current
2009-10-19
Diego Biurrun
Add '#include "libavutil/intreadwrite.h"', necessary...
blob
|
commitdiff
|
diff to current
2009-10-05
Anton Khirnov
Only read ID3v1 tag if ID3v2 isn't present or is empty.
blob
|
commitdiff
|
diff to current
2009-10-05
Anton Khirnov
id3v2: Export all text information frames with correct...
blob
|
commitdiff
|
diff to current
2009-10-05
Anton Khirnov
MP3 muxer: Write all metadata.
blob
|
commitdiff
|
diff to current
2009-09-29
Reimar Döffinger
Sync AC3 probe values with MP3 probe values, they have...
blob
|
commitdiff
|
diff to current
2009-09-29
Anton Khirnov
Add id3v2 metadata conversion table and use it in mp3...
blob
|
commitdiff
|
diff to current
2009-09-22
Diego Biurrun
Place MP3 demuxer code under appropriate #ifdefs.
blob
|
commitdiff
|
diff to current
2009-09-15
Justin Ruggles
10l: set genre default immediately before reading genre tag
blob
|
commitdiff
|
diff to current
2009-09-15
Justin Ruggles
Set ID3v1 genre to 0xFF (unknown) by default instead...
blob
|
commitdiff
|
diff to current
2009-09-14
Michael Niedermayer
Slighty tweak mp3 probe threshold to prevent probetest...
blob
|
commitdiff
|
diff to current
2009-06-19
Patrick Dehne
Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.
blob
|
commitdiff
|
diff to current
2009-06-11
Patrick Dehne
Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
blob
|
commitdiff
|
diff to current
2009-04-22
Michael Niedermayer
Require 4 instead of 3 frames for detecting mp3,
blob
|
commitdiff
|
diff to current
2009-03-22
Aurelien Jacobs
handle id3v2 'genre' tag formated as '%d'
blob
|
commitdiff
|
diff to current
2009-03-02
Diego Biurrun
Change a bunch of codec long_names to be more consisten...
blob
|
commitdiff
|
diff to current
2009-02-05
Alex Converse
Make the MP3 probe weakly claim all files with ID3v2...
blob
|
commitdiff
|
diff to current
2009-02-02
Aurelien Jacobs
cosmetics: indentation
blob
|
commitdiff
|
diff to current
2009-02-02
Aurelien Jacobs
simplify usage of dstlen as it is not a parameter anymore
blob
|
commitdiff
|
diff to current
2009-02-02
Aurelien Jacobs
cosmetics: indentation
blob
|
commitdiff
|
diff to current
2009-02-02
Aurelien Jacobs
use new metadata API in the mp3 muxer
blob
|
commitdiff
|
diff to current
2009-02-02
Aurelien Jacobs
use new metadata API in the mp3 demuxer
blob
|
commitdiff
|
diff to current
2009-02-01
Aurelien Jacobs
don't support the mp3 extension in the mp2 muxer
blob
|
commitdiff
|
diff to current
2009-01-23
Andreas Öman
Avoid allocating MPADecodeContext on stack.
blob
|
commitdiff
|
diff to current
2009-01-20
Alex Converse
Fix a read past end of buffer crash in the mp3 probe
blob
|
commitdiff
|
diff to current
2009-01-19
Alex Converse
Fix probing of files with ID3v2 tags. Discussed at
blob
|
commitdiff
|
diff to current
2009-01-19
Diego Biurrun
cosmetics: Remove pointless period after copyright...
blob
|
commitdiff
|
diff to current
2009-01-15
Alex Converse
Factorise id3v2 header parsing from mp3.c to be shared
blob
|
commitdiff
|
diff to current
2009-01-13
Aurelien Jacobs
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
blob
|
commitdiff
|
diff to current
2009-01-04
Yoav Steinberg
If we find a VBR tag at the beginning of the file don...
blob
|
commitdiff
|
diff to current
2008-12-21
Michael Niedermayer
Change mpeg audio parser so it only sets frame_size...
blob
|
commitdiff
|
diff to current
2008-10-03
Diego Biurrun
Remove offset_t typedef and use int64_t directly instead.
blob
|
commitdiff
|
diff to current
2008-09-02
Diego Biurrun
Replace generic CONFIG_MUXERS preprocessor conditionals...
blob
|
commitdiff
|
diff to current
2008-08-24
Reimar Döffinger
Make the id3v1_genre_str array const, not just the...
blob
|
commitdiff
|
diff to current
2008-08-13
Aurelien Jacobs
strcasecmp() requires #include <strings.h>
blob
|
commitdiff
|
diff to current
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
next