Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Tue, 06 Sep 2005 21:25:35 +0000 |
mru |
Kill some compiler warnings. Compiled code verified identical after changes.
libavformat
|
Mon, 15 Aug 2005 15:58:21 +0000 |
michael |
parse pict_type for streams in avi
libavformat
|
Sun, 14 Aug 2005 15:42:40 +0000 |
mru |
kill a bunch of compiler warnings
libavformat
|
Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Thu, 26 May 2005 20:17:12 +0000 |
michael |
AVPacket.pos
libavformat
|
Thu, 19 May 2005 00:06:27 +0000 |
aurel |
drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol)
libavformat
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Thu, 24 Mar 2005 21:27:54 +0000 |
michael |
segfault fix
libavformat
|
Thu, 17 Mar 2005 01:25:01 +0000 |
michael |
more fine grained discarding of packets
libavformat
|
Wed, 16 Mar 2005 13:26:52 +0000 |
michael |
reverse zero packet dissapearence "feature"
libavformat
|
Tue, 15 Mar 2005 21:25:59 +0000 |
michael |
cleanup strh parser
libavformat
|
Tue, 15 Mar 2005 03:42:57 +0000 |
michael |
non interleaved avi support
libavformat
|
Sun, 13 Mar 2005 02:04:35 +0000 |
michael |
use libavformats index system instead of the half duplicated mess in avidec.c
libavformat
|
Tue, 08 Feb 2005 00:38:24 +0000 |
michael |
audio duration fix?
libavformat
|
Fri, 04 Feb 2005 11:26:40 +0000 |
michael |
overflows
libavformat
|
Sat, 22 Jan 2005 01:48:11 +0000 |
michael |
support discarding of uninterresting packets
libavformat
|
Fri, 21 Jan 2005 23:38:09 +0000 |
michael |
1/0 fix
libavformat
|
Sat, 08 Jan 2005 14:21:33 +0000 |
michael |
integer overflows, heap corruption
libavformat
|
Sun, 19 Dec 2004 02:55:40 +0000 |
michael |
broken avi / div by zero fix
libavformat
|
Sat, 13 Nov 2004 01:27:35 +0000 |
michael |
allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end
libavformat
|
Fri, 12 Nov 2004 01:32:35 +0000 |
michael |
When playing
libavformat
|
Tue, 19 Oct 2004 10:37:02 +0000 |
michael |
fixing demuxing of vc2_intro.avi
libavformat
|
Wed, 13 Oct 2004 00:03:00 +0000 |
romansh |
* static allocation for audio packets. This will make it a little bit
libavformat
|
Mon, 11 Oct 2004 23:53:53 +0000 |
michael |
100l (forgoten seeking functions)
libavformat
|
Tue, 28 Sep 2004 09:55:44 +0000 |
michael |
pads stream
libavformat
|
Sun, 19 Sep 2004 19:24:56 +0000 |
romansh |
* fix for a DV regression introduced with the last round of avi_read_packet
libavformat
|
Thu, 16 Sep 2004 02:14:50 +0000 |
melanson |
added support for the elusive AVI palette change chunk, courtesy of
libavformat
|
Wed, 15 Sep 2004 01:35:09 +0000 |
michael |
various fixes for the main chunk demux loop
libavformat
|
Wed, 04 Aug 2004 20:57:35 +0000 |
romansh |
* simplifying OpenDML AVI handling.
libavformat
|
Wed, 14 Jul 2004 00:10:06 +0000 |
michael |
play more broken files
libavformat
|
Sun, 30 May 2004 01:04:50 +0000 |
michael |
10l
libavformat
|
Sun, 30 May 2004 00:43:43 +0000 |
michael |
skip subtitle streams instead of perishing
libavformat
|
Sat, 29 May 2004 12:01:28 +0000 |
michael |
exporting keyframe flags, fixes keyframe stuff with streamcopy
libavformat
|
Mon, 24 May 2004 15:13:23 +0000 |
michael |
100l (avi seeking)
libavformat
|
Mon, 24 May 2004 13:08:00 +0000 |
michael |
100l (AVStream.duration)
libavformat
|
Sun, 23 May 2004 16:26:12 +0000 |
michael |
store index for seeking in the native timebase of each stream
libavformat
|
Fri, 21 May 2004 20:43:21 +0000 |
michael |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
libavformat
|
Thu, 06 May 2004 21:52:38 +0000 |
michael |
vbr audio fix
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
|
Sun, 04 Jan 2004 19:53:44 +0000 |
michael |
10l
libavformat
|
Sat, 03 Jan 2004 13:29:46 +0000 |
michael |
forgot ...
libavformat
|
Mon, 10 Nov 2003 18:48:33 +0000 |
bellard |
initial seek support
libavformat
|
Tue, 04 Nov 2003 19:35:43 +0000 |
romansh |
* fixes for broken builds on Solaris, OS2 and all bingendian
libavformat
|
Sun, 02 Nov 2003 21:55:38 +0000 |
rtognimp |
Make avi and asf demuxer export palette in palctrl
libavformat
|
Fri, 31 Oct 2003 22:26:26 +0000 |
romansh |
* DV demuxer is now capable of decoding auxilary audio stream. So,
libavformat
|
Mon, 29 Sep 2003 17:54:07 +0000 |
romansh |
* DV handling was streamlined for both muxing/demuxing and
libavformat
|
Mon, 08 Sep 2003 04:17:40 +0000 |
tmmm |
hacks to support Xan AVI files
libavformat
|
Fri, 08 Aug 2003 17:52:53 +0000 |
bellard |
update duration and start_time - add av_new_stream() usage
libavformat
|
Sat, 07 Jun 2003 18:36:27 +0000 |
bellard |
use custom packet allocation only for DV
libavformat
|
Wed, 23 Apr 2003 02:04:40 +0000 |
romansh |
Complete support for OpenDML AVIs and AVIs > 2Gb.
libavformat
|
Sat, 19 Apr 2003 15:48:40 +0000 |
michaelni |
memleaks
libavformat
|
Fri, 28 Mar 2003 14:05:55 +0000 |
michaelni |
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)
libavformat
|
Wed, 26 Mar 2003 09:28:52 +0000 |
michaelni |
OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>)
libavformat
|
Thu, 20 Mar 2003 01:04:33 +0000 |
michaelni |
db video chunk in avi files support (idea by Dmitry Poplavsky <dima at thekompany dot com>)
libavformat
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavformat
|
Wed, 12 Mar 2003 01:35:47 +0000 |
michaelni |
correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)
libavformat
|