log libmpdemux/demux_pva.c @ 35054:37a527d635ef

age author description
2011-10-13 reimar Remove unused variable (caused by mistake in patch removing PVA_NEW_PREBYTES_CODE).
2011-10-13 reimar Do not use long type, it makes the code more platform dependent for no
2011-10-13 reimar Remove some ifdefs that existed only for testing and had no use since
2011-05-07 reimar Remove unused variable.
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-10-03 diego Move pva_get_payload() around to avoid a forward declaration.
2010-10-03 diego Mark pva_get_payload() as static, it is not used outside of the file.
2010-07-10 reimar Remove completely nonsensical le2me usages, the only effect
2010-07-10 reimar Make the stream language an argument to the stream creation function
2010-02-17 diego libmpdemux: Mark functions not used outside of their files as static.
2009-08-17 reimar Fix 100l broken flag check found due to compiler warning.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-08 diego Add standard license header to all files in libmpdemux.
2008-04-05 reimar Fix lots and lots of other demuxers broken by r26301
2008-01-13 reimar Make all demuxer_desc_t const, thus moving them to .rodata
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2006-12-02 diego Remove superfluous bswap.h include.
2006-04-16 reimar remove completely pointless != NULL check
2006-03-22 reimar 10l, checking for NULL after dereferencing makes no sense (though what is this check for anyway?)
2006-02-17 corey Second-try commit of this patch.
2006-02-09 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
2006-02-07 corey 1. Include audio_delay as an argument to demux_seek.
2006-01-12 rathann massive attack: mp_msg printf format fixes
2005-12-11 wanderer make demuxer seek and close functions return void, patch by Dominik Mierzejewski
2005-08-05 rtognimp Demuxer modularization
2002-11-23 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
2002-10-07 arpi * Fix for the broken MultiDec files I had originally posted with the
2002-09-22 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
2002-09-10 arpi .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer