2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Oct 08, 2024 — Oct 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement decoding of A_MS/ACM streams in Matroska files. It is the equivament of the A_MS/VFW/FOURCC for audio tracks.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
Implement decoding of A_MS/ACM streams in Matroska files. It is the equivament of the A_MS/VFW/FOURCC for audio tracks. More... almost 19 years ago
Fix obvious typos.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
Fix obvious typos. More... almost 19 years ago
Fixed playback of AAC tracks using a non-standard codec ID in a Matroska file More... almost 19 years ago
Fixed playback of AAC tracks using a non-standard codec ID in a Matroska file More... almost 19 years ago
Distribute flacutils.h
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
Distribute flacutils.h More... almost 19 years ago
Minor fixups. More... almost 19 years ago
Minor fixups. More... almost 19 years ago
Fixed a potential crash when parsing a "moov" atom containing an unsupported atom More... almost 19 years ago
Fixed a potential crash when parsing a "moov" atom containing an unsupported atom More... almost 19 years ago
Assert presence of the buffer, just to avoid getting 'Bad address' errors later on.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
Assert presence of the buffer, just to avoid getting 'Bad address' errors later on. More... almost 19 years ago
When reading, read goes to asf_header_buffer, not asf_header (that luckily enough was still NULL so that we didn't end up overwriting the wrong memory location (thus causing more issues). This should fix bug #1582987.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
When reading, read goes to asf_header_buffer, not asf_header (that luckily enough was still NULL so that we didn't end up overwriting the wrong memory location (thus causing more issues). This should fix bug #1582987. More... almost 19 years ago
When parsing the URL, escape characters like spaces and similar in the URI string, so that it can play mp3 files with spaces in the name through HTTP, for instance.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
When parsing the URL, escape characters like spaces and similar in the URI string, so that it can play mp3 files with spaces in the name through HTTP, for instance. More... almost 19 years ago
Include xineutils so that lprintf macro is defined and the symbol is not undefined afterward.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
Include xineutils so that lprintf macro is defined and the symbol is not undefined afterward. More... almost 19 years ago
Properly set the video as unhandled if there are more video tracks unhandled than handled. Thanks to Bastien Nocera in bug #1577272.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
Properly set the video as unhandled if there are more video tracks unhandled than handled. Thanks to Bastien Nocera in bug #1577272. More... almost 19 years ago
Allow PulseAudio to receive 4.0, 4.1, 5.0 and 5.1 audio.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
Allow PulseAudio to receive 4.0, 4.1, 5.0 and 5.1 audio. More... almost 19 years ago
Even if video is not handled, let's say that it is there, so the frontends can consider the decoder plugin missing.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
Even if video is not handled, let's say that it is there, so the frontends can consider the decoder plugin missing. More... almost 19 years ago
Update changelog for the FLAC with ID3 bugfix.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
Update changelog for the FLAC with ID3 bugfix. More... almost 19 years ago
When a FLAC file has an ID3 tag at the start, skip it rather than saying that the file is not playable.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... almost 19 years ago
When a FLAC file has an ID3 tag at the start, skip it rather than saying that the file is not playable. More... almost 19 years ago