2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-10-11 |
diego |
Remove #warning preprocessor directives or replace them by suitable comments.
|
2010-09-12 |
reimar |
Replace some sizeof(type) by sizeof(*pointer)
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-07-10 |
reimar |
Make the stream language an argument to the stream creation function
|
2010-06-20 |
diego |
Add header file for VIVO extern variable declarations.
|
2009-05-30 |
reimar |
In all demux_info_add calls change "name" to "title".
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-05-08 |
diego |
Add standard license header to all files in libmpdemux.
|
2008-07-17 |
reimar |
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
|
2008-07-16 |
reimar |
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
|
2008-02-25 |
diego |
FFmpeg now uses different (unified) #include paths.
|
2008-01-13 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
2007-03-15 |
diego |
Add explicit location for headers from the stream/ directory.
|
2007-02-21 |
diego |
cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
|
2006-12-02 |
diego |
Remove superfluous bswap.h include.
|
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
|