Fri, 06 Dec 2013 19:32:52 +0000 |
reimar |
demux_avs: fixed pointer signedness mismatch
|
Fri, 06 Dec 2013 19:30:53 +0000 |
reimar |
demux_avs: calloc instead of malloc + memset
|
Sun, 19 Feb 2012 15:21:28 +0000 |
diego |
Make inline keyword handling consistent.
|
Sun, 12 Sep 2010 12:22:01 +0000 |
reimar |
Replace some sizeof(type) by sizeof(*pointer)
|
Sat, 10 Jul 2010 18:47:59 +0000 |
reimar |
Make the stream language an argument to the stream creation function
|
Mon, 14 Jun 2010 14:35:57 +0000 |
diego |
Replace forward declarations by proper loader/wine/winbase.h #include.
|
Wed, 17 Feb 2010 22:01:35 +0000 |
diego |
libmpdemux: Mark functions not used outside of their files as static.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Mon, 15 Sep 2008 05:40:29 +0000 |
diego |
Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
|
Wed, 23 Apr 2008 07:50:54 +0000 |
reimar |
Take audio delay into account when seeking in avisynth demuxer.
|
Wed, 23 Apr 2008 07:49:51 +0000 |
reimar |
Calculate fps as double-precision to make switching to double-precision fps values easier.
|
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
|
Thu, 15 Mar 2007 22:34:45 +0000 |
diego |
Use explicit path for headers from the loader/ directory.
|
Thu, 15 Mar 2007 18:36:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|