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
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