index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_viv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In all demux_info_add calls change "name" to "title".
reimar
2009-05-30
1
-1
/
+1
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-19
/
+19
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
1
-2
/
+21
*
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
reimar
2008-07-17
1
-3
/
+3
*
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
reimar
2008-07-16
1
-6
/
+0
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
1
-3
/
+1
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
1
-1
/
+1
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
1
-1
/
+1
*
cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
diego
2007-02-21
1
-1
/
+1
*
Remove superfluous bswap.h include.
diego
2006-12-02
1
-1
/
+0
*
printf --> mp_msg
diego
2006-07-14
1
-20
/
+20
*
Change free_sh_audio() to take demuxer and stream id as parameters
uau
2006-06-14
1
-1
/
+1
*
Fix potential integer overflows in memory allocation.
rtogni
2006-06-04
1
-0
/
+2
*
massive attack: mp_msg printf format fixes
rathann
2006-01-12
1
-4
/
+4
*
convert some printfs to mp_msg
rathann
2006-01-10
1
-1
/
+1
*
include the right avcodec.h, consistently with the rest of mplayer
nicodvb
2006-01-08
1
-2
/
+4
*
malloc padding to avoid access beyond allocated memory
henry
2005-12-19
1
-1
/
+8
*
Demuxer modularization
rtognimp
2005-08-05
1
-8
/
+25
*
make stupid gcc versions happy
rfelker
2004-03-31
1
-0
/
+1
*
100l Fix audio decoding and random sig11
rtognimp
2003-12-15
1
-1
/
+1
*
fixed 2 10l-s (bug found in the spring cleanup patch by Raindel Shachar
alex
2003-04-21
1
-4
/
+3
*
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
michael
2002-11-23
1
-1
/
+1
*
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
arpi
2002-09-22
1
-5
/
+3
*
some more output cosmetics, especially for vivo and mov demuxers
arpi
2002-05-20
1
-2
/
+2
*
warning (proper) fix
pl
2002-01-29
1
-0
/
+1
*
warning fix
pl
2001-12-25
1
-2
/
+2
*
x = malloc(strlen(s) + c) ... strcpy(x, s)
pl
2001-12-19
1
-8
/
+4
*
vivo A-V sync fixed
arpi
2001-12-16
1
-1
/
+9
*
-vivo version option added
alex
2001-12-15
1
-0
/
+3
*
added -vivo subconfig
alex
2001-12-15
1
-32
/
+85
*
hacked audio support to work with acm
alex
2001-12-12
1
-29
/
+92
*
fixed Waveformatheader emu and added vivo1/2 audio detection
alex
2001-12-10
1
-9
/
+29
*
added support for packet 0x82 (from vivodump.c by arpi)
alex
2001-12-01
1
-5
/
+28
*
changed to generate fourcc's like: viv<version> -> viv1,viv2
alex
2001-11-25
1
-2
/
+9
*
wrote a very annoying bug
alex
2001-11-22
1
-1
/
+1
*
added support for demux_info
alex
2001-11-22
1
-3
/
+10
*
some minor fixes
alex
2001-11-16
1
-13
/
+18
*
small fix
pl
2001-11-11
1
-11
/
+11
*
disabled vivo2 scaling (decodes some vivo2 files)
alex
2001-11-11
1
-1
/
+6
*
checking for EOF
alex
2001-11-10
1
-1
/
+3
*
freeing up space and some debug
alex
2001-11-09
1
-0
/
+31
*
vivo_check_file uses also new textparser
alex
2001-11-09
1
-2
/
+2
*
added text block parser
alex
2001-11-09
1
-11
/
+184
*
vivo 2.0 compatibility
arpi
2001-11-04
1
-13
/
+40
*
vivo demuxer
arpi
2001-11-04
1
-0
/
+317