summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_flv.c
AgeCommit message (Expand)Author
2008-01-25Fixed parsing of keyframes indices (do not assume a specific order betwen "ti...Claudio Ciccani
2007-12-17compileMatthias Kretz
2007-12-17add video/flv and application/x-flash-video MIME aliases as used by shared-mimeMatthias Kretz
2007-11-18Get filesize from metadata, when available.Claudio Ciccani
2007-11-18Implemented a faster method to seek to absolute position (seek+resync).Claudio Ciccani
2007-11-17Send headers using script information as reference (when available).Claudio Ciccani
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-10-18fix issue with non-seekable stream in demux_flvClaudio Ciccani
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
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