summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_rawdv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lots and lots of other demuxers broken by r26301reimar2008-04-051-0/+1
* Use defines to give names to the different seek flags.reimar2008-01-291-2/+2
* 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
* add two missing checks - PATCH by Karolina Lindqvist AT kramnet-sereynaldo2006-10-251-1/+4
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-131-1/+1
* Move conditional compilation into the build system.diego2006-07-061-4/+0
* 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-1/+1
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-1/+1
* Demuxer modularizationrtognimp2005-08-051-7/+27
* Rather simple patch for RAWDV demuxer which lets it say whats the totalrtognimp2005-03-091-0/+18
* support for raw DV >2Gbgabucino2003-08-071-1/+1
* removed nonsense stream_reset/seek in check_file()arpi2003-04-301-2/+0
* largefile support by Matthias Schwarzott <zzam@gmx.de>alex2003-03-211-3/+3
* 10larpi2003-01-191-1/+1
* Sanity checks.filon2003-01-061-1/+7
* -nosound fixarpi2002-10-081-3/+3
* This just corrects a function name to match the other demuxer'sarpi2002-10-041-2/+5
* raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>arpi2002-08-051-0/+221