index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
demuxers
/
demux_4xm.c
Age
Commit message (
Expand
)
Author
2009-03-08
Fix another possible 4xm demuxer integer overflow.
Darren Salt
2009-02-10
Fix a possible integer overflow in the 4XM demuxer. (TKADV2009-004.txt)
Darren Salt
2008-07-04
Cleanup code style and use the new _x_is_fourcc() function.
Diego 'Flameeyes' Pettenò
2008-05-09
Remove a new bunch of xine_malloc() calls.
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-03-28
More checking for memory allocation failures.
Darren Salt
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-06-16
Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...
Diego 'Flameeyes' Pettenò
2007-01-19
Make get_description get_identifier get_extensions get_mimetypes return a con...
Diego 'Flameeyes' Pettenò
2004-06-13
implement steps 1, 2, 3 and 4 of the seeking proposal:
Miguel Freitas
2004-02-09
Always send frame duration using BUF_FLAG_FRAMERATE
James Stembridge
2004-01-09
- rework semantics of some buffer flags. check buffer.h for details.
Miguel Freitas
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-11-16
New stream/meta info (safe) stuff.
Daniel Caujolle-Bert
2003-11-16
revised demuxer to use correct framerate, supply stream length, and
Mike Melanson
2003-11-15
change demux api:
Miguel Freitas
2003-11-13
define FOURCC only once
Marco Zuehlke
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-10-28
Use info_helper functions.
Thibaut Mattern
2003-08-25
Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...
Daniel Caujolle-Bert
2003-07-16
more cleanup; remove unused variables; use lprintf
Marco Zuehlke
2003-07-03
cleaning up; removing unused stuff
Marco Zuehlke
2003-06-21
set a different default duration
Mike Melanson
2003-05-26
added experimental .4xm file demuxer
Mike Melanson