summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_pva.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: shut up more warningsClément Bœsch2011-05-061-2/+1
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-5/+2
* demux_pva: move functions, add "static"diego2010-11-021-90/+88
* demux_pva.c: Remove completely nonsensical le2me usagesreimar2010-11-021-3/+3
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r29532Uoti Urpala2009-08-181-1/+1
|\
| * Fix 100l broken flag check found due to compiler warning.reimar2009-08-171-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-42/+42
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-42/+42
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-9/+20
|\|
| * Add standard license header to all files in libmpdemux.diego2009-05-081-9/+20
* | Make various functions staticUoti Urpala2008-08-121-1/+1
|/
* 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