summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_asf.c
AgeCommit message (Expand)Author
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
2004-12-14Don't spam the frontend with "stream encrypted" messages.Thibaut Mattern
2004-11-01Fixed packet seq handling.Thibaut Mattern
2004-09-02Warnings on WIN32.František Dvořák
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-30Don't send a DISC at each unexpected packet sequence.Thibaut Mattern
2004-05-16Priority support.Thibaut Mattern
2004-05-02Fix decoder init.Thibaut Mattern
2004-04-24Remove the framerate hack.Thibaut Mattern
2004-04-18Fix a serious bug.Thibaut Mattern
2004-04-06Asf demuxer:Thibaut Mattern
2004-04-02- split payload header parsing.Thibaut Mattern
2004-03-28Fix asx ENTRYREF parsing.Thibaut Mattern
2004-03-28Fix recovery from corrupt video streamJames Stembridge
2004-03-18Fix more messagesPhilipp Hahn
2004-03-08Fix the framerate estimation.Thibaut Mattern
2004-03-07- use the asf preroll valueThibaut Mattern
2004-02-09Always send frame duration using BUF_FLAG_FRAMERATEJames Stembridge
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert