Age | Commit message (Expand) | Author |
2007-03-09 | Test presence of alloca.h and include it if present; suggested by a patch fro... | Diego 'Flameeyes' Pettenò |
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a con... | Diego 'Flameeyes' Pettenò |
2007-01-03 | Support setting the playback start time over MMS. | Claudio Ciccani |
2006-12-19 | Privilege "max_bitrate" over "length" to compute the byterate | Claudio Ciccani |
2006-11-29 | Fix a serious overflow for the asf_header, use an alloca() buffer while readi... | Diego 'Flameeyes' Pettenò |
2006-11-26 | Compute the average byterate for time based seeking. | Claudio Ciccani |
2006-11-21 | Compute (and return) the actual stream length. | Claudio Ciccani |
2006-10-07 | Fixed segfault in demux_asf_dispose(). | Claudio Ciccani |
2006-10-03 | Fixed crash with debugging on audio/video-only ASF streams, | František Dvořák |
2006-09-24 | Before using audio_stream and video_stream indexes, check if they are set. | Diego 'Flameeyes' Pettenò |
2006-09-15 | Fixed potential memory corruption. | Thibaut Mattern |
2006-09-07 | Added common asf header parser. | Thibaut Mattern |
2006-08-08 | video/x-ms-wma -> audio/x-ms-wma | Miguel Freitas |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-20 | Make buffer a char string, reduces amount of warnings tremendously. | Diego 'Flameeyes' Pettenò |
2006-06-18 | Fix comparison of unsigned lesser than zero, STARTTIME and DURATION won't be ... | Diego 'Flameeyes' Pettenò |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-03-06 | Fixed possible FPE. | Thibaut Mattern |
2005-11-14 | *BUGFIX* | František Dvořák |
2005-07-18 | Fix a couple of small errors in my MRL reference / ASX parsing update. | Darren Salt |
2005-07-17 | Improve ASX parsing. | Darren Salt |
2005-06-09 | Added palette handling. | Thibaut Mattern |
2005-02-06 | Added node_plugin_t pointer to the demux struct. | Thibaut Mattern |
2005-01-12 | Fix various mmsh/mmst bugs. | Thibaut Mattern |
2004-12-24 | - AVI: set audio and video codecs on open, overridden by the decoders | Bastien Nocera |
2004-12-20 | remove all local names beginning with double underscore, because C99 | Michael Roitzsch |
2004-12-17 | Fix header buffer leak with chained streams. | Thibaut Mattern |
2004-12-14 | Don't spam the frontend with "stream encrypted" messages. | Thibaut Mattern |
2004-11-01 | Fixed packet seq handling. | Thibaut Mattern |
2004-09-02 | Warnings on WIN32. | František Dvořák |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-30 | Don't send a DISC at each unexpected packet sequence. | Thibaut Mattern |
2004-05-16 | Priority support. | Thibaut Mattern |
2004-05-02 | Fix decoder init. | Thibaut Mattern |
2004-04-24 | Remove the framerate hack. | Thibaut Mattern |
2004-04-18 | Fix a serious bug. | Thibaut Mattern |
2004-04-06 | Asf demuxer: | Thibaut Mattern |
2004-04-02 | - split payload header parsing. | Thibaut Mattern |
2004-03-28 | Fix asx ENTRYREF parsing. | Thibaut Mattern |
2004-03-28 | Fix recovery from corrupt video stream | James Stembridge |
2004-03-18 | Fix more messages | Philipp Hahn |
2004-03-08 | Fix the framerate estimation. | Thibaut Mattern |
2004-03-07 | - use the asf preroll value | Thibaut Mattern |
2004-02-09 | Always send frame duration using BUF_FLAG_FRAMERATE | James Stembridge |
2004-01-12 | it 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-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |