Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Sun, 12 Sep 2010 13:01:05 +0000 |
reimar |
Replace sizoef(type) by sizeof(*ptrvar).
|
Sat, 10 Jul 2010 18:47:59 +0000 |
reimar |
Make the stream language an argument to the stream creation function
|
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.
|
Fri, 16 May 2008 09:41:00 +0000 |
diego |
cosmetics: Remove pointless parentheses from return statements.
|
Sat, 05 Apr 2008 14:11:48 +0000 |
reimar |
Fix lots and lots of other demuxers broken by r26301
|
Tue, 29 Jan 2008 15:11:38 +0000 |
reimar |
Use defines to give names to the different seek flags.
|
Sun, 13 Jan 2008 16:00:39 +0000 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
Sun, 06 Jan 2008 23:20:15 +0000 |
diego |
Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
|
Thu, 15 Mar 2007 18:36:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Mon, 03 Jul 2006 13:21:54 +0000 |
reynaldo |
rm unnecesary casts from void* - part 4
|
Sun, 04 Jun 2006 22:41:27 +0000 |
rtogni |
Fix potential integer overflows in memory allocation.
|
Sat, 22 Apr 2006 05:12:10 +0000 |
reynaldo |
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
|
Fri, 10 Mar 2006 23:51:41 +0000 |
rtognimp |
Fix memory leak cid 176
|