log libmpdemux/demux_vqf.c @ 36540:3908962d8e48

age author description
2011-10-26 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
2011-06-28 diego demux_vqf: typo/wording fixes
2010-09-12 reimar Replace sizeof(type)
2010-09-12 reimar Replace malloc+memset by calloc.
2010-07-10 reimar Make the stream language an argument to the stream creation function
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-08 diego Add standard license header to all files in libmpdemux.
2008-12-14 reimar Add extra checks to avoid crashes with broken vqf files.
2008-12-13 reimar Simplify: use AV_RL32/AV_RB32
2008-12-13 reimar Avoid useless casts.
2008-04-05 reimar Fix lots and lots of other demuxers broken by r26301
2008-01-29 reimar Use defines to give names to the different seek flags.
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-09 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
2006-12-07 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
2006-11-29 diego Remove bswap.h, use libavutil/bswap.h instead.
2006-07-13 reynaldo drops casts from void * on malloc/calloc from libmpdemux code
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.
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-10-30 reimar move resync_audio_stream after seeking to demuxer.c
2005-10-13 reimar Use PRI?64 defines as format strings for 64 bit variables.
2005-08-05 rtognimp Demuxer modularization
2005-06-26 faust3 10l
2004-12-29 rtognimp TwinVQ decoder and demuxer