Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Fri, 08 May 2009 21:51:13 +0000 |
diego |
Add standard license header to all files in libmpdemux.
|
Tue, 05 May 2009 17:36:31 +0000 |
diego |
Add prototype for mp_a52_framesize().
|
Mon, 16 Feb 2009 02:00:29 +0000 |
diego |
Replace double semicolon by single semicolon.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Fri, 16 May 2008 09:41:00 +0000 |
diego |
cosmetics: Remove pointless parentheses from return statements.
|
Wed, 30 Apr 2008 11:03:41 +0000 |
diego |
Remove unnecessary version.h #includes.
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Sun, 13 Jan 2008 21:06:30 +0000 |
reimar |
Put bff_mask into muxer context instead of a global variable.
|
Wed, 21 Nov 2007 09:14:01 +0000 |
diego |
Remove unused function write_psm_block(), fixes the warning:
|
Fri, 02 Nov 2007 20:06:28 +0000 |
nicodvb |
prevent unlikely memleak
|
Fri, 02 Nov 2007 19:52:22 +0000 |
nicodvb |
10l, priv->use_psm can be 1 only if the format is genmpeg2
|
Fri, 02 Nov 2007 19:06:15 +0000 |
nicodvb |
add streams to the PSM only if priv->use_psm is set, otherwise the muxer would
|
Fri, 02 Nov 2007 19:01:13 +0000 |
nicodvb |
moved to fix_parameters() the decision of the necessity of the PSM based on the format of the video stream
|