Mercurial > libavformat.hg
log mp3.c @ 4119:a2cc7cc40810 libavformat
age | author | description |
---|---|---|
Fri, 03 Oct 2008 10:16:29 +0000 | diego | Remove offset_t typedef and use int64_t directly instead. libavformat |
Tue, 02 Sep 2008 22:45:13 +0000 | diego | Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformat |
Sun, 24 Aug 2008 12:45:15 +0000 | reimar | Make the id3v1_genre_str array const, not just the strings it points to. libavformat |
Wed, 13 Aug 2008 17:22:53 +0000 | aurel | strcasecmp() requires #include <strings.h> libavformat |
Fri, 11 Jul 2008 07:41:11 +0000 | diego | Move one function that is only used for muxing below #ifdef CONFIG_MUXERS. libavformat |
Fri, 04 Jul 2008 22:04:41 +0000 | michael | All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable) libavformat |
Fri, 04 Jul 2008 22:00:35 +0000 | michael | All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas libavformat |