Wed, 27 Jul 2011 13:40:06 +0000 |
diego |
cleanup: adjust printf format strings to match parameter types
|
Sun, 24 Jul 2011 23:55:34 +0000 |
diego |
Do not translate console messages of verbosity level MSGL_V and above.
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Mon, 04 Oct 2010 06:40:32 +0000 |
reimar |
1000l, %lf is not valid format string for printf (only for scanf) and actually
|
Sun, 03 Oct 2010 15:32:53 +0000 |
diego |
Replace forward declarations of skip_audio_frame() by proper #include.
|
Sat, 11 Sep 2010 11:11:10 +0000 |
diego |
Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
|
Sat, 10 Jul 2010 18:51:03 +0000 |
reimar |
Revert and accidentally committed hunk from last commit.
|
Sat, 10 Jul 2010 18:47:59 +0000 |
reimar |
Make the stream language an argument to the stream creation function
|
Sun, 20 Jun 2010 14:30:46 +0000 |
diego |
Add header file for externally used variable ps_probe.
|
Wed, 17 Feb 2010 22:52:31 +0000 |
diego |
libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
|
Wed, 17 Feb 2010 22:01:35 +0000 |
diego |
libmpdemux: Mark functions not used outside of their files as static.
|
Sun, 27 Dec 2009 15:28:01 +0000 |
reimar |
Add support for parsing audio streams (though should be easy to extend to video)
|
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.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Mon, 02 Jun 2008 10:18:44 +0000 |
nicodvb |
use demux_flush() where appropriate
|
Tue, 29 Jan 2008 15:11:38 +0000 |
reimar |
Use defines to give names to the different seek flags.
|
Sat, 26 Jan 2008 19:01:13 +0000 |
nicodvb |
in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we have at least a couple of SEQ/GOP startcodes
|
Sun, 13 Jan 2008 16:00:39 +0000 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
Mon, 05 Nov 2007 20:16:06 +0000 |
nicodvb |
reindented
|
Mon, 05 Nov 2007 20:15:09 +0000 |
nicodvb |
10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't set in
|
Thu, 04 Oct 2007 17:15:06 +0000 |
nicodvb |
in update_stats() removed a wrong 'else' that would prevent h264 headers to be recognized:
|
Tue, 28 Aug 2007 22:38:45 +0000 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
Sun, 08 Jul 2007 10:11:36 +0000 |
nicodvb |
100% cosmetics: reindentation and removal of trailing spaces
|
Sun, 08 Jul 2007 10:06:47 +0000 |
nicodvb |
unified the skip of header and stuffing bytes after the parsing of pes_extension[12] fields
|
Sat, 07 Jul 2007 08:56:14 +0000 |
nicodvb |
10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (identified by pes_extension2 subid)
|
Sat, 07 Jul 2007 08:31:57 +0000 |
nicodvb |
cosmetics: split separate instructions in separate lines
|
Sat, 07 Jul 2007 08:22:47 +0000 |
nicodvb |
proper parsing of pes_extension[12] fields (replaces the previous code that relied on specific flags set
|
Sun, 17 Jun 2007 10:24:10 +0000 |
reimar |
Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'
|
Tue, 12 Jun 2007 22:08:30 +0000 |
nicodvb |
clearly specify the valid substream id range, rather than using unreadable bitmasks (it also prevents misdetection 0xFF as valid)
|