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
2015-07-24
Copyright year update by hg log.
Torsten Jager
2015-03-06
More fast unaligned integer hacks.
Torsten Jager
2013-10-24
demux_flv: add audio language info.
Torsten Jager
2013-09-03
demux_flv rewrite
Torsten Jager
2010-02-23
Merge from 1.1.
Darren Salt
2010-02-07
Fix Flash video with aac not playing audio (HTTP etc.)
Martin Jacobs
2010-01-26
Fix AAC in FLV.
Darren Salt
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2010-01-26
Merge from 1.1.
Darren Salt
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2008-10-13
Merge from 1.1.
Darren Salt
2008-09-05
Updated FLV demuxer.
Claudio Ciccani
2008-09-05
Updated FLV demuxer.
Claudio Ciccani
2008-05-23
Merge from 1.1. VDR needs to be updated.
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-03-26
Merge from 1.1.
Darren Salt
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-26
Merge from 1.1.
Darren Salt
2008-01-25
Fixed parsing of keyframes indices (do not assume a specific order betwen "ti...
Claudio Ciccani
2008-01-25
Fixed parsing of keyframes indices (do not assume a specific order betwen "ti...
Claudio Ciccani
2007-12-22
Merge -headers-reshuffle branch into main.
Diego 'Flameeyes' Pettenò
2007-12-19
Remove orphaned functions.
Diego 'Flameeyes' Pettenò
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-18
Merge from 1.1.
Darren Salt
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-12-13
Use FOURCC comparison rather than multiple bytes comparison.
Diego 'Flameeyes' Pettenò
2007-12-11
Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco...
Diego 'Flameeyes' Pettenò
2007-12-11
Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them.
Diego 'Flameeyes' Pettenò
2007-12-11
Transform get_extensions and get_mimetypes into strings.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the interface version for demuxer plugins.
Diego 'Flameeyes' Pettenò
2007-12-11
Merge from 1.2 main branch.
Diego 'Flameeyes' Pettenò
2007-12-11
Don't use the if(foo) free(foo); construct, as free(NULL); is well defined.
Diego 'Flameeyes' Pettenò
2007-12-11
Use default_*_class_dispose macro whenever the class dispose function only ca...
Diego 'Flameeyes' Pettenò
2007-12-11
Use N_() rather than _(), passing the string just once to gettext().
Diego 'Flameeyes' Pettenò
2007-12-11
Update all demux plugins to the new identifier/description interface. Add _()...
Diego 'Flameeyes' Pettenò
2007-11-20
Merge from 1.1.
Diego 'Flameeyes' Pettenò
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-10
Merge from 1.1.
Darren Salt
2007-11-09
Merge FSF address changes from 1.1 branch.
Diego 'Flameeyes' Pettenò
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-10-18
Merge from 1.1.
Darren Salt
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-06-16
Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...
Diego 'Flameeyes' Pettenò
2007-04-14
Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...
Diego 'Flameeyes' Pettenò
[next]