Mon, 19 Dec 2005 20:49:00 +0000 |
rtognimp |
Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Sat, 17 Dec 2005 17:57:03 +0000 |
henry |
malloc padding to avoid reading past the malloc()ed area.
libavformat
|
Sat, 17 Dec 2005 11:27:37 +0000 |
michael |
total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com)
libavformat
|
Fri, 16 Dec 2005 15:51:16 +0000 |
michael |
nan fps fix
libavformat
|
Mon, 12 Dec 2005 01:56:46 +0000 |
mru |
use PRIxN, %zd, %td formats where needed
libavformat
|
Sat, 10 Dec 2005 17:14:24 +0000 |
diego |
SONAME support for shared libs
libavformat
|
Fri, 09 Dec 2005 16:08:18 +0000 |
rtognimp |
Cook compatibe decoder, patch by Benjamin Larsson
libavformat
|
Mon, 05 Dec 2005 20:44:56 +0000 |
diego |
Unify include paths, -I.. is in CFLAGS.
libavformat
|
Mon, 05 Dec 2005 00:15:51 +0000 |
mru |
ogg format probe function by Ivo <ivop at euronet nl>
libavformat
|
Wed, 30 Nov 2005 10:50:13 +0000 |
gpoirier |
add some h.264 fourccs to codec_bmp_tags[]
libavformat
|
Wed, 30 Nov 2005 01:40:50 +0000 |
mru |
BMP image decoder
libavformat
|
Sun, 13 Nov 2005 09:18:14 +0000 |
gpoirier |
DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html
libavformat
|
Sun, 13 Nov 2005 03:32:12 +0000 |
alex |
Support for streaming: dont write indexes and dont signal HAS_INDEX in header. Also set filesize to max in this case.
libavformat
|
Sat, 12 Nov 2005 20:01:23 +0000 |
alex |
support transcoding adpcm
libavformat
|
Mon, 07 Nov 2005 01:32:29 +0000 |
diego |
Put double-quotes around the install path in the "install-headers" section
libavformat
|
Sat, 05 Nov 2005 00:10:22 +0000 |
michael |
per frame crc support
libavformat
|
Fri, 04 Nov 2005 23:50:11 +0000 |
michael |
allow NULL write_header() and write_trailer()
libavformat
|
Sat, 29 Oct 2005 00:52:02 +0000 |
alex |
Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt
libavformat
|
Wed, 26 Oct 2005 12:15:09 +0000 |
gpoirier |
Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- com >
libavformat
|
Thu, 20 Oct 2005 20:06:16 +0000 |
rtognimp |
Increase version: 'wave' atom parsing added to mov demuxer
libavformat
|
Tue, 18 Oct 2005 20:16:43 +0000 |
rtognimp |
QDM2 compatible decoder
libavformat
|
Thu, 13 Oct 2005 04:35:31 +0000 |
melanson |
support for FLX and DTA extensions in the FLIC format, courtesy of
libavformat
|
Thu, 13 Oct 2005 04:31:55 +0000 |
melanson |
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
libavformat
|
Wed, 12 Oct 2005 23:25:15 +0000 |
alex |
fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics
libavformat
|
Wed, 12 Oct 2005 22:35:06 +0000 |
alex |
lame bit_rate calculation
libavformat
|
Tue, 04 Oct 2005 11:19:08 +0000 |
diego |
Move all definitions of external dependencies into configure instead of
libavformat
|
Mon, 26 Sep 2005 10:05:13 +0000 |
diego |
support for building dynamic libraries on Mac OS X
libavformat
|
Fri, 23 Sep 2005 00:25:41 +0000 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
libavformat
|
Wed, 21 Sep 2005 23:09:16 +0000 |
aurel |
fix unused variable warnings
libavformat
|
Tue, 20 Sep 2005 23:52:29 +0000 |
diego |
Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.
libavformat
|
Sun, 18 Sep 2005 14:45:17 +0000 |
michael |
print more time_base fps stuff if av_log level is at debug or above
libavformat
|
Sun, 11 Sep 2005 08:32:25 +0000 |
michael |
checksum doesnt cover the forward_ptr anymore
libavformat
|
Sun, 11 Sep 2005 08:28:03 +0000 |
michael |
forward_ptr doesnt contain its own length anymore
libavformat
|
Tue, 06 Sep 2005 22:50:58 +0000 |
michael |
set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing
libavformat
|
Tue, 06 Sep 2005 21:25:35 +0000 |
mru |
Kill some compiler warnings. Compiled code verified identical after changes.
libavformat
|
Tue, 06 Sep 2005 15:02:43 +0000 |
michael |
a few more raw yuv fourccs
libavformat
|
Sun, 04 Sep 2005 21:04:25 +0000 |
michael |
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale
libavformat
|
Sat, 03 Sep 2005 12:57:21 +0000 |
diego |
typo: viedo --> video
libavformat
|
Fri, 02 Sep 2005 19:18:59 +0000 |
reimar |
Support D-Cinema audio demuxing.
libavformat
|
Fri, 02 Sep 2005 19:16:48 +0000 |
reimar |
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).
libavformat
|
Fri, 02 Sep 2005 08:30:26 +0000 |
michael |
lowres support
libavformat
|
Sun, 21 Aug 2005 22:31:01 +0000 |
michael |
time_base description by Rich Felker | dalias, aerifal cx
libavformat
|
Mon, 15 Aug 2005 20:42:56 +0000 |
al |
Make ogg `muxer' expect new vorbis extradata format.
libavformat
|
Mon, 15 Aug 2005 15:58:21 +0000 |
michael |
parse pict_type for streams in avi
libavformat
|
Mon, 15 Aug 2005 14:22:43 +0000 |
michael |
support fixing missing pts by parsing future frames
libavformat
|
Sun, 14 Aug 2005 16:37:29 +0000 |
michael |
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
libavformat
|
Sun, 14 Aug 2005 16:19:20 +0000 |
michael |
a few checks, seems i forgot to commit this
libavformat
|
Sun, 14 Aug 2005 15:42:40 +0000 |
mru |
kill a bunch of compiler warnings
libavformat
|
Sat, 13 Aug 2005 21:56:57 +0000 |
michael |
set timebase correctly? this thing is always 15fps?
libavformat
|
Sat, 13 Aug 2005 16:17:50 +0000 |
michael |
'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM)
libavformat
|
Sat, 13 Aug 2005 13:45:42 +0000 |
mru |
fix building in separate directory
libavformat
|
Fri, 12 Aug 2005 14:01:03 +0000 |
alex |
FreeBSD ipv6 multicast patch from ports tree
libavformat
|
Thu, 11 Aug 2005 22:26:12 +0000 |
michael |
minor compilation fix
libavformat
|
Thu, 11 Aug 2005 22:16:25 +0000 |
al |
Fix building shared version of lavf on some systems.
libavformat
|
Wed, 10 Aug 2005 23:41:20 +0000 |
michael |
changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com)
libavformat
|
Mon, 01 Aug 2005 20:07:05 +0000 |
al |
libavutil: Utility code from libavcodec moved to a separate library.
libavformat
|
Sun, 31 Jul 2005 10:51:04 +0000 |
michael |
A.B.C versions
libavformat
|
Wed, 27 Jul 2005 07:31:40 +0000 |
michael |
round pointer up to next packet_size multiple
libavformat
|
Sat, 23 Jul 2005 21:52:41 +0000 |
michael |
mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)
libavformat
|