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
|
Sat, 20 Mar 2004 19:57:28 +0000 |
michael |
support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
libavformat
|
Thu, 18 Mar 2004 20:52:40 +0000 |
michael |
adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>)
libavformat
|
Mon, 15 Mar 2004 03:29:32 +0000 |
michael |
decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
libavformat
|
Sun, 14 Mar 2004 19:40:43 +0000 |
michael |
tcp select() check and enables pressing 'q' when reading/(writing) from
libavformat
|
Sun, 14 Mar 2004 04:08:11 +0000 |
melanson |
minor VMD system update; still not perfect, but should not crash either
libavformat
|
Sun, 14 Mar 2004 04:04:08 +0000 |
melanson |
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
libavformat
|
Sun, 14 Mar 2004 02:59:33 +0000 |
michael |
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
libavformat
|
Sat, 13 Mar 2004 23:04:37 +0000 |
michael |
fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
libavformat
|
Sat, 13 Mar 2004 21:02:26 +0000 |
michael |
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
libavformat
|
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
|
Fri, 20 Feb 2004 14:39:15 +0000 |
michael |
avsync patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
Thu, 19 Feb 2004 22:34:13 +0000 |
michael |
improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)
libavformat
|
Sat, 14 Feb 2004 19:08:09 +0000 |
michael |
AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
Sat, 14 Feb 2004 16:25:32 +0000 |
michael |
avio patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
Wed, 11 Feb 2004 02:28:34 +0000 |
romansh |
* turns out write_packet is supposed to return 0 on success, not
libavformat
|
Sat, 07 Feb 2004 08:20:00 +0000 |
romansh |
* Initial implementation of the G.726 ADPCM audio codec.
libavformat
|
Sat, 07 Feb 2004 04:21:05 +0000 |
michael |
100l
libavformat
|
Sat, 07 Feb 2004 00:03:11 +0000 |
michael |
no limits!, warning is enough
libavformat
|
Fri, 06 Feb 2004 23:56:37 +0000 |
michael |
- made --extra-cflags option work on darwin
libavformat
|
Thu, 05 Feb 2004 05:22:44 +0000 |
melanson |
initial commit for Quicktime Animation (RLE) video decoder; bit depths
libavformat
|
Sun, 01 Feb 2004 13:06:46 +0000 |
michael |
Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>)
libavformat
|
Sat, 17 Jan 2004 22:02:07 +0000 |
michael |
CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)
libavformat
|
Sat, 17 Jan 2004 20:26:44 +0000 |
michael |
seeking stuff
libavformat
|
Sat, 17 Jan 2004 18:06:52 +0000 |
michael |
store searched distance in index, so we dont waste time searching for keyframes where we already searched
libavformat
|
Wed, 14 Jan 2004 21:50:05 +0000 |
michael |
header parser fix
libavformat
|
Wed, 14 Jan 2004 21:27:59 +0000 |
michael |
replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least decode the video without segfaulting
libavformat
|
Wed, 14 Jan 2004 18:40:29 +0000 |
michael |
use packet number instead of byte number internally for seeking
libavformat
|
Wed, 14 Jan 2004 18:32:49 +0000 |
michael |
unused
libavformat
|