Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Fri, 07 Mar 2008 19:25:09 +0000 |
eugeni |
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
libavformat
|
Wed, 05 Mar 2008 13:06:49 +0000 |
michael |
Subtitle support. (untested)
libavformat
|
Mon, 04 Feb 2008 10:27:32 +0000 |
ods15 |
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
libavformat
|
Fri, 04 Jan 2008 17:52:16 +0000 |
michael |
Move *malloc() out of tree.c, that way the code can be used with
libavformat
|
Sun, 04 Nov 2007 22:51:49 +0000 |
diego |
Add some parentheses to clarify operator precedence, fixes the warnings:
libavformat
|
Tue, 30 Oct 2007 00:01:25 +0000 |
bcoudurier |
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers
libavformat
|
Sat, 11 Aug 2007 23:58:10 +0000 |
aurel |
Ensure av_tree_insert() is defined before using it.
libavformat
|
Thu, 09 Aug 2007 23:24:02 +0000 |
michael |
move syncpoint cache related stuff to common file
libavformat
|
Thu, 09 Aug 2007 18:37:28 +0000 |
michael |
move lsb2full to common file
libavformat
|
Thu, 09 Aug 2007 16:46:48 +0000 |
michael |
move crc wrapper to slightly better spot
libavformat
|
Thu, 09 Aug 2007 16:29:30 +0000 |
michael |
move syncpoint timestamp resetting code to a common file
libavformat
|
Thu, 19 Jul 2007 15:21:30 +0000 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|
Thu, 05 Jul 2007 09:06:27 +0000 |
diego |
URL update, move comment to a better place.
libavformat
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavformat
|