Age | Commit message (Expand) | Author |
2006-12-26 | Fix LOG_MODULE definition to be the same as the name of the unit file. | Diego 'Flameeyes' Pettenò |
2006-12-26 | * Implement a WavPack files demuxer, using WavPack library (only for demuxing | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Implement at least a partial content-based detection of ModPlug-decoded | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix Shorten demuxer: the whole ajkg signature has to be found, not only | Diego 'Flameeyes' Pettenò |
2006-12-23 | Fixed mimetype description string. | Claudio Ciccani |
2006-12-22 | Check whether or not we are playing before calling input_plugin->seek_time(). | Claudio Ciccani |
2006-12-19 | Privilege "max_bitrate" over "length" to compute the byterate | Claudio Ciccani |
2006-12-18 | Partially implemented RTSP seekability: | Claudio Ciccani |
2006-12-15 | Parse framerate information. | Claudio Ciccani |
2006-12-15 | Added BUF_AUDIO_FLVADPCM (Flash ADPCM). | Claudio Ciccani |
2006-12-15 | Parse script objects and extract stream information. | Claudio Ciccani |
2006-12-14 | Fixed video codec parsing (NOTE: we need vp6 codec from ffmpeg). | Claudio Ciccani |
2006-12-08 | Fixed duplicate and nonspecified postincrement due to macro call. | Matthias Hopf |
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-11-19 | Fix warning. | Diego 'Flameeyes' Pettenò |
2006-11-14 | Make the misdetection of audio data as AAC less likely. | Darren Salt |
2006-11-14 | Implement decoding of A_MS/ACM streams in Matroska files. It is the equivamen... | Diego 'Flameeyes' Pettenò |
2006-11-14 | Fixed playback of AAC tracks using a non-standard codec ID in a Matroska file | Mathieu Olivier |
2006-11-12 | Distribute flacutils.h | Diego 'Flameeyes' Pettenò |
2006-11-11 | Fixed a potential crash when parsing a "moov" atom containing an unsupported ... | Mathieu Olivier |
2006-11-10 | Include xineutils so that lprintf macro is defined and the symbol is not unde... | Diego 'Flameeyes' Pettenò |
2006-11-10 | Properly set the video as unhandled if there are more video tracks unhandled ... | Diego 'Flameeyes' Pettenò |
2006-11-10 | Even if video is not handled, let's say that it is there, so the frontends ca... | Diego 'Flameeyes' Pettenò |
2006-11-09 | When a FLAC file has an ID3 tag at the start, skip it rather than saying that... | Diego 'Flameeyes' Pettenò |
2006-11-09 | Add support for playing OggFlac files (still not 100% complete, but will play... | Diego 'Flameeyes' Pettenò |
2006-10-16 | Fixed several warnings (but warnings due to APIs not solved). | František Dvořák |
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-28 | Make sure that the demuxer reports an audio stream (and no video stream) so t... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Don't check ebml value, after all dispose_ebml_parser() is just an alias to f... | Diego 'Flameeyes' Pettenò |
2006-09-24 | Before using audio_stream and video_stream indexes, check if they are set. | Diego 'Flameeyes' Pettenò |
2006-09-16 | Proper using CFLAGS when build ogg. | František Dvořák |
2006-09-15 | Fixed potential memory corruption. | Thibaut Mattern |
2006-09-14 | Suppose we're using a Speex version new enough to have the speex subdir every... | Diego 'Flameeyes' Pettenò |
2006-09-12 | Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as defa... | František Dvořák |
2006-09-11 | handle stereo data that is only 8 bits in resolution | Mike Melanson |
2006-09-07 | Added common asf header parser. | Thibaut Mattern |
2006-09-03 | Send to the decoder the proper header, this way FFmpeg can decode mp3 files w... | Diego 'Flameeyes' Pettenò |
2006-08-13 | move image presentation support to xine-lib | Miguel Freitas |
2006-08-12 | don't report extensions/mimetypes if required decoder is missing | Miguel Freitas |
2006-08-08 | port of the pts wrap detection fix from demux_mpeg_pes | Miguel Freitas |
2006-08-08 | video/x-ms-wma -> audio/x-ms-wma | Miguel Freitas |
2006-08-08 | patch by Chris Brien | Miguel Freitas |
2006-07-10 | Add support for m4b extension to the Qt demuxer, to be able to play audiobook... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-28 | Fix decoding of PMT packets when adaption_field is present. | Darren Salt |
2006-06-20 | Make buffer a char string, reduces amount of warnings tremendously. | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |