aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_vqf.c
Commit message (Expand)AuthorAge
* Add extra checks to avoid crashes with broken vqf filesGravatar reimar2008-12-14
* Simplify: use AV_RL32/AV_RB32Gravatar reimar2008-12-13
* Avoid useless casts.Gravatar reimar2008-12-13
* Fix lots and lots of other demuxers broken by r26301Gravatar reimar2008-04-05
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* 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
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-12-09
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* 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
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* Demuxer modularizationGravatar rtognimp2005-08-05
* 10lGravatar faust32005-06-26
* TwinVQ decoder and demuxerGravatar rtognimp2004-12-29