Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Fri, 23 Sep 2005 00:25:41 +0000 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
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
|
Fri, 22 Oct 2004 01:51:17 +0000 |
michael |
set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams
libavformat
|
Mon, 18 Oct 2004 09:43:39 +0000 |
michael |
set correct timebase
libavformat
|
Fri, 15 Oct 2004 22:06:46 +0000 |
michael |
set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)
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
|
Mon, 10 Nov 2003 18:41:45 +0000 |
bellard |
seek support for PCM formats
libavformat
|
Tue, 14 Oct 2003 04:15:53 +0000 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavformat
|
Wed, 10 Sep 2003 22:37:33 +0000 |
bellard |
64 bit pts for writing - more const usage
libavformat
|
Mon, 18 Aug 2003 09:20:02 +0000 |
michaelni |
use codec_tag for encoding too
libavformat
|
Fri, 08 Aug 2003 17:52:30 +0000 |
bellard |
add av_new_stream() usage
libavformat
|