summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_vqf.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-2/+1
* Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-261-1/+1
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* Add standard license header to all files in libmpdemux.diego2009-05-081-0/+18
* Add extra checks to avoid crashes with broken vqf filesreimar2008-12-141-6/+11
* Simplify: use AV_RL32/AV_RB32reimar2008-12-131-10/+11
* Avoid useless casts.reimar2008-12-131-1/+1
* 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
* Get rid of min/max macros from aviheader.h, they do not belong here.reimar2006-12-091-5/+5
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-131-1/+1
* 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
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* move resync_audio_stream after seeking to demuxer.creimar2005-10-301-3/+0
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-131-1/+1
* Demuxer modularizationrtognimp2005-08-051-6/+23
* 10lfaust32005-06-261-1/+2
* TwinVQ decoder and demuxerrtognimp2004-12-291-0/+201