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
|
Wed, 12 Oct 2005 23:25:15 +0000 |
alex |
fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics
libavformat
|
Fri, 23 Sep 2005 00:25:41 +0000 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
libavformat
|
Tue, 19 Jul 2005 14:50:22 +0000 |
michael |
remove non portable get/put_be64_double()
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, 07 May 2005 00:58:28 +0000 |
philipjsg |
Flush the ffm packet to the wire (or file) whenever we flush the ffm packet.
libavformat
|
Fri, 06 May 2005 03:19:45 +0000 |
philipjsg |
Add in many fields that have been added to the Codec structure. This means
libavformat
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavformat
|
Mon, 11 Oct 2004 23:53:53 +0000 |
michael |
100l (forgoten seeking functions)
libavformat
|
Fri, 01 Oct 2004 16:30:15 +0000 |
michael |
move free() of AVStream priv data to av_write_trailer()
libavformat
|
Fri, 01 Oct 2004 13:16:16 +0000 |
michael |
do not call (av_)abort()
libavformat
|