summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_flv.c
AgeCommit message (Expand)Author
2007-03-17When parsing flv metadata, do not assume that keywords are zero-terminated andClaudio Ciccani
2007-03-17Do not send duration extra info when framerate is not known.Claudio Ciccani
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-22Must check whether "key" is NULL when parsing flash vars.Claudio Ciccani
2007-01-22Parse the keyframes list for faster seek.Claudio Ciccani
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2007-01-14Support VP6 video.Claudio Ciccani
2006-12-23Fixed mimetype description string.Claudio Ciccani
2006-12-15Parse framerate information.Claudio Ciccani
2006-12-15Added BUF_AUDIO_FLVADPCM (Flash ADPCM).Claudio Ciccani
2006-12-15Parse script objects and extract stream information.Claudio Ciccani
2006-12-14Fixed video codec parsing (NOTE: we need vp6 codec from ffmpeg).Claudio Ciccani
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2005-02-03**BUGFIX**František Dvořák
2004-09-17Warning patch for Win32 - casted off_t to intmax_t for printing.František Dvořák
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-16Priority support.Thibaut Mattern
2004-03-09new Flash Video (FLV) demuxer; somewhat preliminary right now, but itMike Melanson