Fri, 23 Apr 2004 21:02:01 +0000 |
michael |
Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>)
libavformat
|
Sun, 18 Apr 2004 15:26:57 +0000 |
michael |
various fixes
libavformat
|
Sat, 17 Apr 2004 12:04:59 +0000 |
michael |
cleanup
libavformat
|
Tue, 13 Apr 2004 13:33:02 +0000 |
michael |
Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
libavformat
|
Mon, 12 Apr 2004 22:54:48 +0000 |
michael |
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavformat
|
Mon, 12 Apr 2004 22:23:16 +0000 |
michael |
store correct pts
libavformat
|
Mon, 12 Apr 2004 20:06:23 +0000 |
michael |
bit-exact
libavformat
|
Mon, 12 Apr 2004 18:42:23 +0000 |
michael |
distclean by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavformat
|
Mon, 12 Apr 2004 18:32:36 +0000 |
michael |
10l
libavformat
|
Mon, 12 Apr 2004 17:40:31 +0000 |
michael |
libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavformat
|
Mon, 12 Apr 2004 16:50:03 +0000 |
michael |
moving nearly identical binary search code from nut/mpeg/asf to utils.c
libavformat
|
Sun, 11 Apr 2004 19:32:24 +0000 |
michael |
codec tag for FLV
libavformat
|
Sun, 11 Apr 2004 19:18:53 +0000 |
michael |
4xm codec tag
libavformat
|
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
|
Sun, 04 Apr 2004 01:10:50 +0000 |
michael |
remove spyware from ogg*.c
libavformat
|
Sat, 03 Apr 2004 21:00:14 +0000 |
michael |
nut (de)muxer update
libavformat
|
Thu, 01 Apr 2004 23:32:53 +0000 |
michael |
yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>)
libavformat
|
Wed, 31 Mar 2004 04:51:14 +0000 |
romansh |
* .mov files with uncompressed audio can't be correctly processed
libavformat
|
Sun, 28 Mar 2004 03:29:00 +0000 |
romansh |
* fixing 10l in movenc.c + updating regression patterns.
libavformat
|
Sun, 28 Mar 2004 02:17:06 +0000 |
romansh |
* making .mov files generated by ffmpeg compatible with Apple software.
libavformat
|
Fri, 26 Mar 2004 17:40:40 +0000 |
michael |
Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-muenchen dot de)
libavformat
|
Fri, 26 Mar 2004 09:04:06 +0000 |
romansh |
* enabling DV-in-QT
libavformat
|
Wed, 24 Mar 2004 23:32:48 +0000 |
mellum |
warning patrol
libavformat
|
Wed, 24 Mar 2004 19:03:20 +0000 |
michael |
cleanup frame_rate code, this may also fix some large file bugs
libavformat
|
Wed, 24 Mar 2004 18:29:30 +0000 |
michael |
untested win32 binary pipe fix
libavformat
|
Wed, 24 Mar 2004 06:32:57 +0000 |
romansh |
* turns out raw DV files can have .dif extension
libavformat
|
Tue, 23 Mar 2004 05:35:10 +0000 |
romansh |
* enabling seek in raw DV files
libavformat
|