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