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_flv.c
Age
Commit message (
Expand
)
Author
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2008-09-05
Updated FLV demuxer.
Claudio Ciccani
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-03-23
Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)).
Darren Salt
2008-03-23
Check for failure of various memory allocations. (SA29484)
Darren Salt
2008-01-25
Fixed parsing of keyframes indices (do not assume a specific order betwen "ti...
Claudio Ciccani
2007-12-17
compile
Matthias Kretz
2007-12-17
add video/flv and application/x-flash-video MIME aliases as used by shared-mime
Matthias Kretz
2007-11-18
Get filesize from metadata, when available.
Claudio Ciccani
2007-11-18
Implemented a faster method to seek to absolute position (seek+resync).
Claudio Ciccani
2007-11-17
Send headers using script information as reference (when available).
Claudio Ciccani
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-10-18
fix issue with non-seekable stream in demux_flv
Claudio Ciccani
2007-06-16
Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...
Diego 'Flameeyes' Pettenò
2007-03-17
When parsing flv metadata, do not assume that keywords are zero-terminated and
Claudio Ciccani
2007-03-17
Do not send duration extra info when framerate is not known.
Claudio Ciccani
2007-02-20
Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").
Diego 'Flameeyes' Pettenò
2007-01-22
Must check whether "key" is NULL when parsing flash vars.
Claudio Ciccani
2007-01-22
Parse the keyframes list for faster seek.
Claudio Ciccani
2007-01-19
Make get_description get_identifier get_extensions get_mimetypes return a con...
Diego 'Flameeyes' Pettenò
2007-01-14
Support VP6 video.
Claudio Ciccani
2006-12-23
Fixed mimetype description string.
Claudio Ciccani
2006-12-15
Parse framerate information.
Claudio Ciccani
2006-12-15
Added BUF_AUDIO_FLVADPCM (Flash ADPCM).
Claudio Ciccani
2006-12-15
Parse script objects and extract stream information.
Claudio Ciccani
2006-12-14
Fixed video codec parsing (NOTE: we need vp6 codec from ffmpeg).
Claudio Ciccani
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-02
Various static/const fixes from Gentoo.
Darren Salt
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2005-02-06
Added node_plugin_t pointer to the demux struct.
Thibaut Mattern
2005-02-03
**BUGFIX**
František Dvořák
2004-09-17
Warning patch for Win32 - casted off_t to intmax_t for printing.
František Dvořák
2004-06-13
implement steps 1, 2, 3 and 4 of the seeking proposal:
Miguel Freitas
2004-05-16
Priority support.
Thibaut Mattern
2004-03-09
new Flash Video (FLV) demuxer; somewhat preliminary right now, but it
Mike Melanson