Age | Commit message (Expand) | Author |
2007-03-03 | Use LOG_MODULE in the log messages, so that during copy and paste I don't end... | Diego 'Flameeyes' Pettenò |
2007-03-02 | Simplify a lot the code for ID3v2 skip. | Diego 'Flameeyes' Pettenò |
2007-03-02 | Fixed content type detection for AAC (seekable) streams with ID3v2 tags prefi... | Diego 'Flameeyes' Pettenò |
2007-02-25 | Remove unused variable. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò |
2007-02-08 | Remove any possibility of strcpy/sprintf overflows wrt front ends requesting | Darren Salt |
2007-02-03 | Broken MIME type. | Darren Salt |
2007-01-24 | Remove demux_wavpack.c from here, as it's being moved in a different directory. | Diego 'Flameeyes' Pettenò |
2007-01-23 | - Don't try to print "<title> / <chapter>" if there's no title, avoid | Bastien Nocera |
2007-01-23 | Correctly report the current progress of the song, and remove this->length at... | Diego 'Flameeyes' Pettenò |
2007-01-23 | Return the correct length for the stream. | Diego 'Flameeyes' Pettenò |
2007-01-23 | Set audio channels, samplerate and bits per sample properties. | Diego 'Flameeyes' Pettenò |
2007-01-22 | Added mimetype application/ogg. | Claudio Ciccani |
2007-01-22 | Must check whether "key" is NULL when parsing flash vars. | Claudio Ciccani |
2007-01-22 | Parse the keyframes list for faster seek. | Claudio Ciccani |
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-18 | Mark pointers as const wherever possible, as an extra safety. Code generation... | Diego 'Flameeyes' Pettenò |
2007-01-14 | Support VP6 video. | Claudio Ciccani |
2007-01-07 | Fix demuxing of uncompressed VobSub subtitles in Matroska files | Mathieu Olivier |
2007-01-03 | Support setting the playback start time over MMS. | Claudio Ciccani |
2006-12-26 | * Allow decoding of MusePack SV 7.x files (7.1 files at least play fine). | Diego 'Flameeyes' Pettenò |
2006-12-26 | * Implement a True Audio files demuxer. [bug #1586381] | Diego 'Flameeyes' Pettenò |
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ò |