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
|
Wed, 14 Jan 2004 18:18:47 +0000 |
michael |
seeking fixes
libavformat
|
Wed, 14 Jan 2004 14:45:53 +0000 |
michael |
memleak fix
libavformat
|
Wed, 14 Jan 2004 13:32:49 +0000 |
michael |
seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>)
libavformat
|
Tue, 13 Jan 2004 22:02:49 +0000 |
michael |
caching of timestamps for mpeg-ps so seeking is faster
libavformat
|
Mon, 12 Jan 2004 22:14:45 +0000 |
rtognimp |
MSZH and ZLIB decoder support
libavformat
|
Sat, 10 Jan 2004 23:55:57 +0000 |
michael |
audio pts fix
libavformat
|
Sat, 10 Jan 2004 22:36:35 +0000 |
michael |
fixing some seek failure issues
libavformat
|
Thu, 08 Jan 2004 19:01:16 +0000 |
michael |
memleak patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
Tue, 06 Jan 2004 15:31:36 +0000 |
michael |
ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>)
libavformat
|
Sun, 04 Jan 2004 19:53:44 +0000 |
michael |
10l
libavformat
|
Sat, 03 Jan 2004 13:29:46 +0000 |
michael |
forgot ...
libavformat
|
Fri, 02 Jan 2004 04:47:02 +0000 |
melanson |
initial commit for Sierra VMD file demuxer
libavformat
|
Thu, 18 Dec 2003 13:03:37 +0000 |
bellard |
harcoded DTS computation for mpeg
libavformat
|
Tue, 16 Dec 2003 14:00:18 +0000 |
bellard |
primitive LPCM generator
libavformat
|
Tue, 16 Dec 2003 11:25:30 +0000 |
bellard |
better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generation bug (stuffing is added in such rare cases) - fixed AC3 payload size generation - generate correct AC3 frame header (need spec checking)
libavformat
|
Tue, 16 Dec 2003 11:21:25 +0000 |
bellard |
fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets)
libavformat
|
Mon, 15 Dec 2003 14:45:37 +0000 |
bellard |
make av_read_frame() return buffered frames at EOF
libavformat
|
Sun, 14 Dec 2003 17:47:23 +0000 |
michael |
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavformat
|
Tue, 09 Dec 2003 18:06:18 +0000 |
bellard |
suppress PTS in packets when not needed (slightly smaller files), fixed PTS generation in some cases, added provision for DTS generation, slightly better SCR generation (initial patch by Michel Bardiaux)
libavformat
|
Tue, 09 Dec 2003 15:34:44 +0000 |
bellard |
copy packet without omitting the padding
libavformat
|
Tue, 09 Dec 2003 00:17:43 +0000 |
michael |
better get_packet_size and probe
libavformat
|
Mon, 08 Dec 2003 17:54:40 +0000 |
alex |
msb pts support
libavformat
|
Mon, 08 Dec 2003 17:50:38 +0000 |
alex |
using LIBAVFORMAT_IDENT
libavformat
|
Fri, 05 Dec 2003 23:12:03 +0000 |
michael |
removing unused var & converting 64->32bit
libavformat
|
Fri, 05 Dec 2003 00:41:58 +0000 |
michael |
SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot compsoc dot net>)
libavformat
|
Wed, 03 Dec 2003 04:58:48 +0000 |
melanson |
DUCK codec
libavformat
|
Mon, 01 Dec 2003 13:59:08 +0000 |
melanson |
off by 1 in the palette
libavformat
|
Sat, 29 Nov 2003 00:21:33 +0000 |
michael |
H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavformat
|
Wed, 26 Nov 2003 20:57:15 +0000 |
rtognimp |
- Add reget_buffer() function to AVCodecContext
libavformat
|
Mon, 24 Nov 2003 17:59:56 +0000 |
michael |
Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>)
libavformat
|
Thu, 20 Nov 2003 11:22:25 +0000 |
bellard |
fixed memory leak
libavformat
|
Wed, 19 Nov 2003 02:34:40 +0000 |
philipjsg |
Add more resilience in reading ffm files. In particular, don't assume
libavformat
|
Sun, 16 Nov 2003 14:26:50 +0000 |
melanson |
set frame rate information, for good measure
libavformat
|
Sat, 15 Nov 2003 18:18:42 +0000 |
melanson |
use the proper file framerate (specified by a float); account the pts
libavformat
|
Fri, 14 Nov 2003 05:42:14 +0000 |
melanson |
yep, FLI support
libavformat
|
Thu, 13 Nov 2003 22:15:11 +0000 |
kabi |
* *FILE needs <stdio.h>
libavformat
|
Wed, 12 Nov 2003 21:56:57 +0000 |
michael |
support more codecs in MPEG-TS patch by (mru at kth dot se (Mns Rullgrd))
libavformat
|
Mon, 10 Nov 2003 18:49:58 +0000 |
bellard |
frame rate should be completely disabled in asf (closer now) - disabled seek
libavformat
|
Mon, 10 Nov 2003 18:48:33 +0000 |
bellard |
initial seek support
libavformat
|
Mon, 10 Nov 2003 18:47:52 +0000 |
bellard |
seek support
libavformat
|
Mon, 10 Nov 2003 18:44:27 +0000 |
bellard |
seeking support - fixed some ADPCM decoding cases
libavformat
|