summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_asf.c
AgeCommit message (Expand)Author
2007-12-30Manual port of the color→colour change to 1.2; should make merging easier.Darren Salt
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18Use an automatic array rather than malloc'ing and free'ing it on the function.Diego 'Flameeyes' Pettenò
2007-12-13Fix input/output variable sign to remove warnings.Diego 'Flameeyes' Pettenò
2007-12-11Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco...Diego 'Flameeyes' Pettenò
2007-12-11Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them.Diego 'Flameeyes' Pettenò
2007-12-11Transform get_extensions and get_mimetypes into strings.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for demuxer plugins.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all demux plugins to the new identifier/description interface. Add _()...Diego 'Flameeyes' Pettenò
2007-11-14Merge from 1.1.Darren Salt
2007-11-12Do not mind about ASX playlist version.Claudio Ciccani
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-10Merge from 1.1.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-06-15Use memcmp rather than manual checks.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-03-09Test presence of alloca.h and include it if present; suggested by a patch fro...Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2007-01-03Support setting the playback start time over MMS.Claudio Ciccani
2006-12-19Privilege "max_bitrate" over "length" to compute the byterateClaudio Ciccani
2006-11-29Fix a serious overflow for the asf_header, use an alloca() buffer while readi...Diego 'Flameeyes' Pettenò
2006-11-26Compute the average byterate for time based seeking.Claudio Ciccani
2006-11-21Compute (and return) the actual stream length.Claudio Ciccani
2006-10-07Fixed segfault in demux_asf_dispose().Claudio Ciccani
2006-10-03Fixed crash with debugging on audio/video-only ASF streams,František Dvořák
2006-09-24Before using audio_stream and video_stream indexes, check if they are set.Diego 'Flameeyes' Pettenò
2006-09-15Fixed potential memory corruption.Thibaut Mattern
2006-09-07Added common asf header parser.Thibaut Mattern
2006-08-08video/x-ms-wma -> audio/x-ms-wmaMiguel Freitas
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-20Make buffer a char string, reduces amount of warnings tremendously.Diego 'Flameeyes' Pettenò
2006-06-18Fix comparison of unsigned lesser than zero, STARTTIME and DURATION won't be ...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
2006-03-06Fixed possible FPE.Thibaut Mattern
2005-11-14*BUGFIX*František Dvořák
2005-07-18Fix a couple of small errors in my MRL reference / ASX parsing update.Darren Salt
2005-07-17Improve ASX parsing.Darren Salt
2005-06-09Added palette handling.Thibaut Mattern
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2005-01-12Fix various mmsh/mmst bugs.Thibaut Mattern
2004-12-24- AVI: set audio and video codecs on open, overridden by the decodersBastien Nocera
2004-12-20remove all local names beginning with double underscore, because C99Michael Roitzsch
2004-12-17Fix header buffer leak with chained streams.Thibaut Mattern