Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Tue, 13 Feb 2007 23:20:35 +0000 |
diego |
Ogg is not Vorbis.
libavformat
|
Mon, 15 Jan 2007 22:45:50 +0000 |
mru |
check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test
libavformat
|
Mon, 15 Jan 2007 22:05:22 +0000 |
mru |
save/restore number of streams
libavformat
|
Tue, 17 Oct 2006 17:19:11 +0000 |
aurel |
10l inverted condition check generated an endless loop
libavformat
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavformat
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavformat
|
Wed, 27 Sep 2006 19:39:41 +0000 |
mru |
remove useless memset()
libavformat
|
Sun, 23 Jul 2006 18:19:33 +0000 |
reimar |
Try to find out correct start time to make seeking faster and add some
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Sun, 25 Jun 2006 12:46:01 +0000 |
mru |
s/u_char/uint8_t/ accidentally copied from tcvp
libavformat
|
Sun, 25 Jun 2006 12:23:54 +0000 |
mru |
10l: don't allocate a new buffer quite so often
libavformat
|
Sun, 25 Jun 2006 00:41:13 +0000 |
mru |
cleaned up buffer management
libavformat
|
Fri, 16 Jun 2006 07:54:37 +0000 |
mru |
free codec extradata in av_close_input_file
libavformat
|
Sun, 04 Jun 2006 15:06:18 +0000 |
mru |
fix seek related bugs
libavformat
|
Fri, 12 May 2006 00:50:43 +0000 |
mru |
set stream time_base properly
libavformat
|
Thu, 11 May 2006 23:07:22 +0000 |
mru |
ogm demuxing
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
|
Mon, 05 Dec 2005 00:15:51 +0000 |
mru |
ogg format probe function by Ivo <ivop at euronet nl>
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, 19 May 2005 21:03:03 +0000 |
mru |
don't try to find file length if streaming
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
|
Wed, 11 May 2005 22:47:26 +0000 |
mru |
flac in ogg support
libavformat
|
Wed, 11 May 2005 16:38:34 +0000 |
mru |
support theora in ogg, plus required ogg core changes
libavformat
|
Tue, 12 Apr 2005 13:33:22 +0000 |
mru |
fix seeking bug
libavformat
|
Sun, 10 Apr 2005 17:25:54 +0000 |
mru |
s/u_char/uint8_t/
libavformat
|
Sat, 09 Apr 2005 23:27:48 +0000 |
mru |
pre-c99 compatibility
libavformat
|