Sat, 17 Jun 2006 15:53:23 +0000 |
diego |
Add (mostly) const to variable and parameter declaration, where a char* was
libavformat
|
Sat, 01 Apr 2006 23:13:53 +0000 |
romansh |
* fixing DV-in-AVI type1 packet production bug
libavformat
|
Mon, 06 Mar 2006 08:54:33 +0000 |
romansh |
DVCPRO50 support.
libavformat
|
Wed, 08 Feb 2006 11:43:47 +0000 |
diego |
typo
libavformat
|
Thu, 19 Jan 2006 23:36:50 +0000 |
diego |
Put muxer-specific code parts in #ifdef CONFIG_MUXERS.
libavformat
|
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
|
Sat, 03 Sep 2005 12:57:21 +0000 |
diego |
typo: viedo --> video
libavformat
|
Fri, 02 Sep 2005 08:30:26 +0000 |
michael |
lowres support
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, 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
|
Tue, 26 Apr 2005 11:04:34 +0000 |
michael |
fix nonsense timestamp mess
libavformat
|
Wed, 13 Oct 2004 00:03:00 +0000 |
romansh |
* static allocation for audio packets. This will make it a little bit
libavformat
|
Tue, 12 Oct 2004 10:28:27 +0000 |
michael |
generic cur_dts update
libavformat
|
Tue, 12 Oct 2004 01:51:04 +0000 |
michael |
flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>)
libavformat
|
Mon, 27 Sep 2004 22:53:27 +0000 |
romansh |
* experimental dynamic audio stream allocation for DV demuxer. This
libavformat
|
Mon, 27 Sep 2004 22:46:36 +0000 |
romansh |
* let DV muxer generate audioless DV streams. This might not be 100%
libavformat
|
Wed, 22 Sep 2004 04:51:01 +0000 |
romansh |
* fixing a regression introduced by the last seek-support patch
libavformat
|
Tue, 21 Sep 2004 10:19:30 +0000 |
michael |
gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>)
libavformat
|
Sun, 19 Sep 2004 02:57:56 +0000 |
romansh |
* a couple of silly defaults to make everybody happy.
libavformat
|
Sun, 19 Sep 2004 02:05:22 +0000 |
romansh |
* misc. fixes and hacks to improve timing detection in raw DV
libavformat
|
Sat, 18 Sep 2004 00:32:36 +0000 |
romansh |
* seek in raw DV patch by Nathan Kurz (nate at verse dot com)
libavformat
|
Wed, 18 Aug 2004 08:15:07 +0000 |
romansh |
* replacing calls to not-always-available gmtime_r with our own code.
libavformat
|
Mon, 02 Aug 2004 05:42:49 +0000 |
romansh |
* fixing a bug in DV timestamp generation. Now libavtest doesn't
libavformat
|
Tue, 27 Jul 2004 17:58:47 +0000 |
romansh |
* fixing a small quirk with DV audio muxing
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Sat, 29 May 2004 02:06:32 +0000 |
michael |
pass AVPacket into av_write_frame()
libavformat
|
Fri, 21 May 2004 20:43:21 +0000 |
michael |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
libavformat
|