index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_vqf.c
Commit message (
Expand
)
Author
Age
*
cleanup: demux_vqf: typo/wording fixes
diego
2011-07-06
*
cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)
reimar
2010-11-02
*
Replace libavutil internal header #includes with MPlayer copies
Uoti Urpala
2009-07-26
*
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
*
Add extra checks to avoid crashes with broken vqf files
reimar
2008-12-14
*
Simplify: use AV_RL32/AV_RB32
reimar
2008-12-13
*
Avoid useless casts.
reimar
2008-12-13
*
Fix lots and lots of other demuxers broken by r26301
reimar
2008-04-05
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
Get rid of min/max macros from aviheader.h, they do not belong here.
reimar
2006-12-09
*
Hack around libavutil/bswap.h compilation problems due to always_inline undef...
reimar
2006-12-07
*
Remove bswap.h, use libavutil/bswap.h instead.
diego
2006-11-29
*
drops casts from void * on malloc/calloc from libmpdemux code
reynaldo
2006-07-13
*
Second-try commit of this patch.
corey
2006-02-17
*
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
corey
2006-02-09
*
1. Include audio_delay as an argument to demux_seek.
corey
2006-02-07
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
move resync_audio_stream after seeking to demuxer.c
reimar
2005-10-30
*
Use PRI?64 defines as format strings for 64 bit variables.
reimar
2005-10-13
*
Demuxer modularization
rtognimp
2005-08-05
*
10l
faust3
2005-06-26
*
TwinVQ decoder and demuxer
rtognimp
2004-12-29