Sun, 11 Apr 2004 14:58:51 +0000 |
michael |
some tag for mpeg2, so looking MPEG2VIDEO up works
libavformat
|
Sun, 11 Apr 2004 02:07:31 +0000 |
michael |
avoid seeking to the end, as it confuses some crappy code
libavformat
|
Sat, 10 Apr 2004 20:11:00 +0000 |
michael |
set codec_tag
libavformat
|
Sat, 10 Apr 2004 19:42:18 +0000 |
michael |
prefix global
libavformat
|
Sat, 10 Apr 2004 15:09:46 +0000 |
melanson |
patch courtesy of Todd Kirby:
libavformat
|
Fri, 09 Apr 2004 16:46:12 +0000 |
michael |
removing keyframe prediction and checksum threshold
libavformat
|
Fri, 09 Apr 2004 13:13:24 +0000 |
michael |
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
libavformat
|
Fri, 09 Apr 2004 12:31:36 +0000 |
michael |
gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>)
libavformat
|
Thu, 08 Apr 2004 00:22:22 +0000 |
michael |
fourcc & language code v->vb type
libavformat
|
Wed, 07 Apr 2004 21:33:53 +0000 |
michael |
dont reduce the min_distance of AVIndexEntry
libavformat
|
Wed, 07 Apr 2004 14:00:16 +0000 |
alex |
support for -timestamp
libavformat
|
Wed, 07 Apr 2004 13:27:53 +0000 |
alex |
unknown format char
libavformat
|
Wed, 07 Apr 2004 12:47:33 +0000 |
alex |
support for wider range of codecs
libavformat
|
Tue, 06 Apr 2004 17:40:17 +0000 |
michael |
10l (bytes_left() -> url_feof())
libavformat
|
Tue, 06 Apr 2004 06:31:12 +0000 |
romansh |
* making it possible to specify recording date and time in a stream
libavformat
|
Mon, 05 Apr 2004 22:00:59 +0000 |
michael |
search for undamaged headers
libavformat
|
Mon, 05 Apr 2004 12:02:10 +0000 |
michael |
checksuming for nut & nice checksum API for libavformat
libavformat
|
Mon, 05 Apr 2004 11:36:13 +0000 |
michael |
antitime
libavformat
|
Mon, 05 Apr 2004 10:38:01 +0000 |
michael |
10l (Titel->Title)
libavformat
|
Sun, 04 Apr 2004 22:34:26 +0000 |
michael |
info packet read/write & simplify
libavformat
|
Sun, 04 Apr 2004 20:24:28 +0000 |
michael |
make vorbis default again
libavformat
|
Sun, 04 Apr 2004 20:00:04 +0000 |
michael |
10l
libavformat
|
Sun, 04 Apr 2004 19:28:49 +0000 |
michael |
store extradata, vorbis in avi works now, dont expect av sync though
libavformat
|
Sun, 04 Apr 2004 19:18:15 +0000 |
michael |
some random id for vorbis so we can do some experiments with vorbis in various containers, anyone knows if vorbis in WAV/AVI has a official id?
libavformat
|
Sun, 04 Apr 2004 18:37:41 +0000 |
michael |
large extradata fix
libavformat
|
Sun, 04 Apr 2004 18:33:07 +0000 |
michael |
move zero size hack from ogg.c to utils.c
libavformat
|
Sun, 04 Apr 2004 17:55:59 +0000 |
michael |
fix global header passing from demuxer to decoder
libavformat
|
Sun, 04 Apr 2004 15:19:20 +0000 |
michael |
remove function call from muxer->encoder and cleanly pass global headers
libavformat
|
Sun, 04 Apr 2004 14:39:20 +0000 |
michael |
fix obnoxious ogg_packet passing from encoder to muxer
libavformat
|
Sun, 04 Apr 2004 02:07:15 +0000 |
michael |
kill obnoxious ogg_packet passing from demuxer to decoder
libavformat
|