aboutsummaryrefslogtreecommitdiff
path: root/libavformat/bethsoftvid.c
AgeCommit message (Expand)Author
2007-07-08bethsoftvid: use correct type for size passed to av_fast_realloc()Måns Rullgård
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-04-07s/rle_num_bytes/code/Michael Niedermayer
2007-04-07simplifyMichael Niedermayer
2007-04-07conform to specMichael Niedermayer
2007-04-07use shorter names for the block type enumMichael Niedermayer
2007-04-07code claims to use 32bit timestamp, lets make it also use thatMichael Niedermayer
2007-04-07remove redundant commentsMichael Niedermayer
2007-04-07remove inappropriate debuging av_log() alternatively they could be changed to...Michael Niedermayer
2007-04-07memleak (seems ive missed that under the obfuscated indention)Michael Niedermayer
2007-04-07sane indention (no more 3 statements on one line...)Michael Niedermayer
2007-04-07Bethsoft VID demuxer and video decoderNicholas Tung