index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mp3.c
Age
Commit message (
Expand
)
Author
2007-07-08
kill uninitialised variable warning in mp3_read_probe()
Måns Rullgård
2007-07-08
* Getting rid of the use of GCC language extensions
Roman Shaposhnik
2007-07-06
Use AV_RB* macros where appropriate.
Ronald S. Bultje
2007-06-23
use new string functions
Måns Rullgård
2007-05-22
id3v2 writer
Andreas Öman
2007-05-22
id3v2 reader
Andreas Öman
2007-05-22
cosmetic v1/v2 renaming
Andreas Öman
2007-05-20
add a ff_ prefix to some mpegaudio funcs
Aurelien Jacobs
2007-05-06
Fix two small typos in comment
Reimar Döffinger
2007-04-15
add an enum for need_parsing
Aurelien Jacobs
2007-04-08
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-02-05
better generic index building and seeking code
Michael Niedermayer
2007-01-07
variable renaming: mp3lame --> libmp3lame
Diego Biurrun
2006-11-08
fix missdetection of mpeg-ps (ps2_interdite.mpg)
Michael Niedermayer
2006-10-30
dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...
Michael Niedermayer
2006-10-23
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-20
reduce scores if the mp3 frames dont start from the begin of the file (fixes ...
Michael Niedermayer
2006-09-12
10l typo
Michael Niedermayer
2006-09-10
allow ffmpeg to read mp3s beginning with partial frames
Andreas Öman
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-06-05
probe for mpeg audio
Måns Rullgård
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-09-23
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-11
.m1v and .m2a (feature req #1178960)
Michael Niedermayer
2005-05-26
AVPacket.pos
Michael Niedermayer
2005-05-19
drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...
Aurelien Jacobs
2004-06-19
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-05-29
pass AVPacket into av_write_frame()
Michael Niedermayer
2003-11-10
added parsing
Fabrice Bellard
2003-10-14
disable encoders where appropriate (patch courtesy of BERO
Mike Melanson
2003-09-10
64 bit pts for writing - more const usage
Fabrice Bellard
2003-09-08
ID3 parsing and generation in MP3 format
Fabrice Bellard