summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_pva.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lots and lots of other demuxers broken by r26301reimar2008-04-051-0/+1
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Remove superfluous bswap.h include.diego2006-12-021-2/+0
* remove completely pointless != NULL checkreimar2006-04-161-1/+1
* 10l, checking for NULL after dereferencing makes no sense (though what is thi...reimar2006-03-221-1/+2
* Second-try commit of this patch.corey2006-02-171-1/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* massive attack: mp_msg printf format fixesrathann2006-01-121-2/+2
* make demuxer seek and close functions return void, patch by Dominik Mierzejewskiwanderer2005-12-111-4/+2
* Demuxer modularizationrtognimp2005-08-051-6/+22
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-0/+2
* * Fix for the broken MultiDec files I had originally posted with thearpi2002-10-071-61/+163
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-5/+7
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerarpi2002-09-101-0/+412