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
|
Thu, 19 Jun 2008 23:25:04 +0000 |
bcoudurier |
remove useless close funcs
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Mon, 12 May 2008 10:30:40 +0000 |
cehoyos |
Replace some occurrences of 0 with CODEC_ID_NONE.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavformat
|
Mon, 04 Feb 2008 01:01:52 +0000 |
michael |
Another const found by -Wwrite-strings.
libavformat
|
Mon, 03 Dec 2007 09:26:44 +0000 |
michael |
return a slightly larger score if we find more than 500 valid mp3 frames in a row
libavformat
|
Mon, 03 Dec 2007 08:27:04 +0000 |
michael |
ensure that the probe code runs in O(n)
libavformat
|
Mon, 03 Dec 2007 04:50:01 +0000 |
michael |
remove arbitrary 4096 limit for probing
libavformat
|
Mon, 03 Dec 2007 04:49:01 +0000 |
michael |
prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Wed, 14 Nov 2007 20:31:56 +0000 |
aurel |
cosmetics: whitespace
libavformat
|
Wed, 14 Nov 2007 06:33:35 +0000 |
andoma |
remove unnecessary -1 from snprintf len
libavformat
|
Wed, 14 Nov 2007 06:32:55 +0000 |
andoma |
Add support for ID3v2 year tag
libavformat
|
Sun, 04 Nov 2007 19:52:08 +0000 |
andoma |
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header()
libavformat
|
Wed, 24 Oct 2007 04:56:22 +0000 |
andoma |
add support for reading duration from VBRI-tag in mp3 files
libavformat
|
Tue, 23 Oct 2007 17:28:30 +0000 |
andoma |
fix indent
libavformat
|
Tue, 23 Oct 2007 17:10:41 +0000 |
andoma |
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support
libavformat
|
Tue, 23 Oct 2007 13:35:20 +0000 |
andoma |
add support for reading duration from Xing-tag in mp3 files
libavformat
|
Thu, 18 Oct 2007 15:02:34 +0000 |
andoma |
set start_time to 0 to enable seeking in mp3-files
libavformat
|
Sun, 05 Aug 2007 00:47:57 +0000 |
bcoudurier |
do not write id3v2 header when writing .mp2 files
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Thu, 19 Jul 2007 15:21:30 +0000 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|
Sun, 08 Jul 2007 13:42:46 +0000 |
mru |
kill uninitialised variable warning in mp3_read_probe()
libavformat
|
Sun, 08 Jul 2007 03:16:59 +0000 |
romansh |
* Getting rid of the use of GCC language extensions
libavformat
|
Fri, 06 Jul 2007 09:32:34 +0000 |
diego |
Use AV_RB* macros where appropriate.
libavformat
|
Sat, 23 Jun 2007 23:10:32 +0000 |
mru |
use new string functions
libavformat
|
Tue, 22 May 2007 08:28:32 +0000 |
benoit |
id3v2 writer
libavformat
|
Tue, 22 May 2007 08:23:45 +0000 |
benoit |
id3v2 reader
libavformat
|
Tue, 22 May 2007 07:58:22 +0000 |
benoit |
cosmetic v1/v2 renaming
libavformat
|
Sun, 20 May 2007 15:11:55 +0000 |
aurel |
add a ff_ prefix to some mpegaudio funcs
libavformat
|
Sun, 06 May 2007 18:23:28 +0000 |
reimar |
Fix two small typos in comment
libavformat
|
Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Mon, 05 Feb 2007 23:04:48 +0000 |
michael |
better generic index building and seeking code
libavformat
|
Sun, 07 Jan 2007 00:02:15 +0000 |
diego |
variable renaming: mp3lame --> libmp3lame
libavformat
|
Wed, 08 Nov 2006 22:49:55 +0000 |
michael |
fix missdetection of mpeg-ps (ps2_interdite.mpg)
libavformat
|
Mon, 30 Oct 2006 02:19:55 +0000 |
michael |
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3)
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Wed, 20 Sep 2006 21:23:32 +0000 |
michael |
reduce scores if the mp3 frames dont start from the begin of the file (fixes flv deteted as mp3 issues)
libavformat
|
Tue, 12 Sep 2006 14:16:48 +0000 |
michael |
10l typo
libavformat
|
Sun, 10 Sep 2006 20:31:58 +0000 |
gpoirier |
allow ffmpeg to read mp3s beginning with partial frames
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Mon, 05 Jun 2006 22:41:14 +0000 |
mru |
probe for mpeg audio
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Fri, 23 Sep 2005 00:25:41 +0000 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
libavformat
|
Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Mon, 11 Jul 2005 01:16:47 +0000 |
michael |
.m1v and .m2a (feature req #1178960)
libavformat
|
Thu, 26 May 2005 20:17:12 +0000 |
michael |
AVPacket.pos
libavformat
|
Thu, 19 May 2005 00:06:27 +0000 |
aurel |
drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol)
libavformat
|