log

age author description
Sat, 13 Mar 2004 17:30:37 +0000 melanson added SGI image format, encoding and decoding, courtesy of Todd Kirby libavformat
Fri, 12 Mar 2004 02:26:01 +0000 michael big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat
Thu, 11 Mar 2004 16:26:42 +0000 michael matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat
Wed, 10 Mar 2004 03:54:56 +0000 michael Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian dot becker at palmone dot com>) libavformat
Wed, 10 Mar 2004 03:45:14 +0000 michael guess framerate libavformat
Tue, 09 Mar 2004 21:54:25 +0000 michael 10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf) libavformat
Tue, 09 Mar 2004 20:14:34 +0000 michael flv fixes libavformat
Mon, 08 Mar 2004 02:38:43 +0000 michael channel count & samplerate fix libavformat
Sat, 06 Mar 2004 11:07:37 +0000 michael forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat
Fri, 05 Mar 2004 22:10:50 +0000 michael asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat
Fri, 05 Mar 2004 21:34:30 +0000 michael split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat
Wed, 03 Mar 2004 17:53:55 +0000 michael av_log() cleanup libavformat
Wed, 03 Mar 2004 15:41:21 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
Wed, 25 Feb 2004 17:35:52 +0000 michael use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 libavformat
Sun, 22 Feb 2004 00:31:19 +0000 michael (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavformat