summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_viv.c
Commit message (Expand)AuthorAgeFilesLines
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-3/+1
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-1/+1
* Remove superfluous bswap.h include.diego2006-12-021-1/+0
* printf --> mp_msgdiego2006-07-141-20/+20
* Change free_sh_audio() to take demuxer and stream id as parametersuau2006-06-141-1/+1
* Fix potential integer overflows in memory allocation.rtogni2006-06-041-0/+2
* massive attack: mp_msg printf format fixesrathann2006-01-121-4/+4
* convert some printfs to mp_msgrathann2006-01-101-1/+1
* include the right avcodec.h, consistently with the rest of mplayernicodvb2006-01-081-2/+4
* malloc padding to avoid access beyond allocated memoryhenry2005-12-191-1/+8
* Demuxer modularizationrtognimp2005-08-051-8/+25
* make stupid gcc versions happyrfelker2004-03-311-0/+1
* 100l Fix audio decoding and random sig11rtognimp2003-12-151-1/+1
* fixed 2 10l-s (bug found in the spring cleanup patch by Raindel Shacharalex2003-04-211-4/+3
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-1/+1
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-5/+3
* some more output cosmetics, especially for vivo and mov demuxersarpi2002-05-201-2/+2
* warning (proper) fixpl2002-01-291-0/+1
* warning fixpl2001-12-251-2/+2
* x = malloc(strlen(s) + c) ... strcpy(x, s)pl2001-12-191-8/+4
* vivo A-V sync fixedarpi2001-12-161-1/+9
* -vivo version option addedalex2001-12-151-0/+3
* added -vivo subconfigalex2001-12-151-32/+85
* hacked audio support to work with acmalex2001-12-121-29/+92
* fixed Waveformatheader emu and added vivo1/2 audio detectionalex2001-12-101-9/+29
* added support for packet 0x82 (from vivodump.c by arpi)alex2001-12-011-5/+28
* changed to generate fourcc's like: viv<version> -> viv1,viv2alex2001-11-251-2/+9
* wrote a very annoying bugalex2001-11-221-1/+1
* added support for demux_infoalex2001-11-221-3/+10
* some minor fixesalex2001-11-161-13/+18
* small fixpl2001-11-111-11/+11
* disabled vivo2 scaling (decodes some vivo2 files)alex2001-11-111-1/+6
* checking for EOFalex2001-11-101-1/+3
* freeing up space and some debugalex2001-11-091-0/+31
* vivo_check_file uses also new textparseralex2001-11-091-2/+2
* added text block parseralex2001-11-091-11/+184
* vivo 2.0 compatibilityarpi2001-11-041-13/+40
* vivo demuxerarpi2001-11-041-0/+317