Sat, 13 Dec 2008 12:33:22 +0000 |
diego |
Replace informal GPL notices by standard GPL headers.
|
Fri, 16 May 2008 00:23:02 +0000 |
diego |
cosmetics: Remove pointless parentheses from return calls.
|
Tue, 01 Apr 2008 14:19:45 +0000 |
diego |
Do not #include libavutil/common.h. It is not used directly and mpbswap.h
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Tue, 28 Aug 2007 16:59:24 +0000 |
diego |
warning fix:
|
Sat, 25 Aug 2007 00:23:38 +0000 |
diego |
Fix unused variable warning.
|
Thu, 15 Mar 2007 17:51:32 +0000 |
diego |
Add explicit location for headers from the libmpdemux/ directory.
|
Thu, 15 Mar 2007 17:30:55 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Thu, 15 Mar 2007 08:29:24 +0000 |
diego |
Include loader/ prefix in #include path everywhere.
|
Mon, 18 Dec 2006 21:03:59 +0000 |
nicodvb |
muxers now write to output muxer->stream rather than to muxer->file
|
Thu, 07 Dec 2006 11:58:07 +0000 |
reimar |
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
|
Wed, 29 Nov 2006 15:02:45 +0000 |
diego |
Remove bswap.h, use libavutil/bswap.h instead.
|
Wed, 21 Jun 2006 14:49:09 +0000 |
diego |
Move #ifdefs around complete files into the build system.
|
Tue, 21 Mar 2006 21:26:42 +0000 |
michael |
passing pts through the filter layer (lets see if pts or cola comes out at the end)
|
Thu, 26 Jan 2006 19:32:07 +0000 |
michael |
change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
|