log libmpdemux/demux_viv.c @ 21264:a5daafb2c201

age author description
2006-07-14 diego printf --> mp_msg
2006-06-14 uau Change free_sh_audio() to take demuxer and stream id as parameters
2006-06-04 rtogni Fix potential integer overflows in memory allocation.
2006-01-12 rathann massive attack: mp_msg printf format fixes
2006-01-10 rathann convert some printfs to mp_msg
2006-01-08 nicodvb include the right avcodec.h, consistently with the rest of mplayer
2005-12-19 henry malloc padding to avoid access beyond allocated memory
2005-08-05 rtognimp Demuxer modularization
2004-03-31 rfelker make stupid gcc versions happy
2003-12-15 rtognimp 100l Fix audio decoding and random sig11
2003-04-21 alex fixed 2 10l-s (bug found in the spring cleanup patch by Raindel Shachar
2002-11-23 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
2002-09-22 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
2002-05-20 arpi some more output cosmetics, especially for vivo and mov demuxers
2002-01-29 pl warning (proper) fix
2001-12-25 pl warning fix
2001-12-19 pl x = malloc(strlen(s) + c) ... strcpy(x, s)
2001-12-16 arpi vivo A-V sync fixed
2001-12-15 alex -vivo version option added
2001-12-15 alex added -vivo subconfig
2001-12-12 alex hacked audio support to work with acm
2001-12-10 alex fixed Waveformatheader emu and added vivo1/2 audio detection
2001-12-01 alex added support for packet 0x82 (from vivodump.c by arpi)
2001-11-25 alex changed to generate fourcc's like: viv<version> -> viv1,viv2
2001-11-22 alex wrote a very annoying bug
2001-11-22 alex added support for demux_info
2001-11-16 alex some minor fixes
2001-11-11 pl small fix
2001-11-11 alex disabled vivo2 scaling (decodes some vivo2 files)
2001-11-10 alex checking for EOF
2001-11-09 alex freeing up space and some debug
2001-11-09 alex vivo_check_file uses also new textparser
2001-11-09 alex added text block parser
2001-11-04 arpi vivo 2.0 compatibility
2001-11-04 arpi vivo demuxer