Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Thu, 01 May 2008 22:04:17 +0000 |
jbr |
fix encoding of flac private data
libavformat
|
Wed, 02 Apr 2008 21:41:48 +0000 |
aurel |
use common aac sample rate tables
libavformat
|
Fri, 07 Mar 2008 19:25:09 +0000 |
eugeni |
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
libavformat
|
Sat, 01 Mar 2008 00:26:19 +0000 |
aurel |
simplification proposed by Rich
libavformat
|
Wed, 27 Feb 2008 00:53:34 +0000 |
aurel |
makes really sure that no undefined behavior can happen
libavformat
|
Tue, 26 Feb 2008 22:35:07 +0000 |
aurel |
Avoid infinite loop.
libavformat
|
Sat, 12 Jan 2008 00:15:05 +0000 |
michael |
Write 0 instead of seeking forward (and leaving bytes uninitalized),
libavformat
|
Fri, 11 Jan 2008 23:33:32 +0000 |
aurel |
add a ff_ prefix to newly exported functions from avc.c
libavformat
|
Fri, 11 Jan 2008 23:21:22 +0000 |
aurel |
Matroska muxer needs to format all NAL units, not only extradata.
libavformat
|
Fri, 11 Jan 2008 01:32:45 +0000 |
aurel |
Use the isom avcc formatting for h264 extradata in matroska.
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Wed, 05 Sep 2007 20:31:40 +0000 |
diego |
spelling/wording nits in some Doxygen comments
libavformat
|
Wed, 05 Sep 2007 00:26:11 +0000 |
conrad |
Grammar nits
libavformat
|
Wed, 05 Sep 2007 00:26:09 +0000 |
conrad |
Always use AVFormatContext for av_log messages
libavformat
|
Wed, 05 Sep 2007 00:26:07 +0000 |
conrad |
Rename ebml size functions to indicate that they can be used for more kinds of numbers
libavformat
|
Wed, 05 Sep 2007 00:26:04 +0000 |
conrad |
We shouldn't be passing in sizes larger than 2^56-2, so use an assert
libavformat
|
Wed, 05 Sep 2007 00:26:03 +0000 |
conrad |
Indentation
libavformat
|
Wed, 05 Sep 2007 00:26:00 +0000 |
conrad |
Don't seek when streamed
libavformat
|
Wed, 05 Sep 2007 00:25:58 +0000 |
conrad |
Get rid of useless braces
libavformat
|
Wed, 05 Sep 2007 00:25:56 +0000 |
conrad |
Indent
libavformat
|
Wed, 05 Sep 2007 00:25:54 +0000 |
conrad |
Match the behaviour betwen the bmp and wav codec tag lookups
libavformat
|
Wed, 05 Sep 2007 00:25:52 +0000 |
conrad |
Write codecprivate to a dynamic buffer so that seeking isn't required
libavformat
|
Wed, 05 Sep 2007 00:25:49 +0000 |
conrad |
Move writing codec private element to its own function
libavformat
|
Wed, 05 Sep 2007 00:25:46 +0000 |
conrad |
Cosmetics
libavformat
|
Wed, 05 Sep 2007 00:25:44 +0000 |
conrad |
Use num_entries directly rather than mixing it with a local copy
libavformat
|
Wed, 05 Sep 2007 00:25:42 +0000 |
conrad |
Doxygenify comments
libavformat
|
Wed, 05 Sep 2007 00:25:40 +0000 |
conrad |
Make sure that the calculated duration doesn't decrease
libavformat
|
Wed, 05 Sep 2007 00:25:38 +0000 |
conrad |
Split some really long lines
libavformat
|