aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_pva.c
Commit message (Expand)AuthorAge
* Remove some demuxers and decodersGravatar wm42012-07-30
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* demux_pva: move functions, add "static"Gravatar diego2010-11-02
* demux_pva.c: Remove completely nonsensical le2me usagesGravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\
| * Fix 100l broken flag check found due to compiler warning.Gravatar reimar2009-08-17
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* | Make various functions staticGravatar Uoti Urpala2008-08-12
|/
* Fix lots and lots of other demuxers broken by r26301Gravatar reimar2008-04-05
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* remove completely pointless != NULL checkGravatar reimar2006-04-16
* 10l, checking for NULL after dereferencing makes no sense (though what is thi...Gravatar reimar2006-03-22
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* make demuxer seek and close functions return void, patch by Dominik MierzejewskiGravatar wanderer2005-12-11
* Demuxer modularizationGravatar rtognimp2005-08-05
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* * Fix for the broken MultiDec files I had originally posted with theGravatar arpi2002-10-07
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerGravatar arpi2002-09-10