Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Recent Posts
6
MP3 - General / Re: ffmpeg: A buggy MP3 (MPEG-2 mode) decoder?
Last post by Peter -
Since the problem is in lookup tables, not in code, any software still suffering from this can be trivially binary-patched:
Open the program - or avcodec binary that it uses - in a hex editor, find:
12 16 1A 20 26 2E 34 40
There should be just one occurrence of it. Replace with:
12 16 1A 20 26 2E 36 3E
(just two last bytes of the chain changed)
7
Support - (fb2k) / Re: Bug: ReplayGain Scanner on CD scans in multi-thread
Last post by Peter -
Thanks for the bug report.

This is NOT supposed to happen, there's a specific workaround in place to prevent exactly this. I don't know how you did it.

What foobar2000 version is this? Can you post full list of components please? Preferences / Components, [Copy report]
10
General - (fb2k) / Re: Old 1.x versions usage
Last post by Peter -
MPEG-2 layer 3 glitch has been fixed for upcoming 1.x refresh, thanks for bringing this up.

In foobar2000 prior to 2.0, only formats decoded thru FFmpeg are: MP3, Vorbis, AAC, ALAC
Bugs in FFmpeg not affecting these are not relevant.
libavformat is entirely disabled, libavcodec packet decoding is used only.
(Vorbis decoding was moved back to libvorbis in 2.x series)