1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
  3. e15f8a2 Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. by Bertrik Sikken · 16 years ago
  4. 06c199e Some more debug output disabling. by Nicolas Pennequin · 17 years ago
  5. 799e948 Remove some more simulator debugging output. by Steve Bavin · 17 years ago
  6. f68362a Fix simulator builds, and some debugf() format strings. by Jens Arnold · 18 years ago
  7. aa8761f Shave a few bytes off the binary size, especially on hwcodec targets by Linus Nielsen Feltzing · 18 years ago
  8. 0dd7ea2 Support building tagcache db natively on PC using the core of the by Miika Pekkarinen · 18 years ago
  9. 2cf14db When seeking, actually use the MP3 VBR TOC again, if available. by Magnus Holmgren · 18 years ago
  10. c16c727 killed warning due to comparison signed/unsigned by Daniel Stenberg · 19 years ago
  11. 93b6a1d Prevent two division by zeros and one problem causing a crash in the by Miika Pekkarinen · 19 years ago
  12. a1df060 Allow bigger delay setting in LAME header. by Thom Johansen · 19 years ago
  13. 893669c Rather obvious simplification of the mpeg frametime fraction calculation. by Jens Arnold · 19 years ago
  14. ba966c1 Archos recording/playback: (1) Xing header creation: * Now estimates the framecount from the recording time if the MAS frame counter saturates, so it always writes a valid Xing header. * Reverted my brainless short-xing-header change. This was only valid for layer 3. (2) Xing/VBRI header evaluation: Fixed possible overflow in bitrate calculation. (3) MPEG thread: Avoid double chunk size limiting for the rare case of 8 MB modded Ondios. by Jens Arnold · 19 years ago
  15. ec9b202 Reworked handling of MPEG audio frame & file info: * Fixed frame size calculation for layer 1 (all versions) and layer 2 (V2/V2.5). * Exact frame time (expressed as a fraction) for way more precise playtime calculation at 44100/22050/11025Hz sample frequency. * Exact playtime<->position conversion for CBR also used for resume position. * More compact code, long policy. by Jens Arnold · 19 years ago
  16. 9352ac8 Archos recording: Always prepend ID3V2 and Xing header to a recording file, even with prerecording and file splitting. Adjusted Xing header creation to create smaller headers. Fixed missing break; in the mpeg thread. by Jens Arnold · 19 years ago
  17. d6c0545 Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively. by Jens Arnold · 19 years ago
  18. 249f86c Some slight size optimisations. by Jens Arnold · 19 years ago
  19. 501ab1a Support the LAME Info header too. by Magnus Holmgren · 19 years ago
  20. b0e78a4 Fixed the errors. by Miika Pekkarinen · 19 years ago
  21. 5c2c991 Applied patch "[ 1232957 ] MP3 metadata fixes for software codec". by Miika Pekkarinen · 19 years ago
  22. b028772 Fixed MPEG header validation for layer 1 on iriver, and simplified it for archos. by Jens Arnold · 19 years ago
  23. 097444d Fixed some mp3 metadata reading performance problem. Next track by Miika Pekkarinen · 19 years ago
  24. 57f0ec1 Added support for reading LAME header delay and padding fields for proper gapless MP3 support. by Thom Johansen · 19 years ago
  25. 509117d (1) Bugfix: create_xing_header() now returns 0 in case of an invalid header template, i.e. when mp3headerinfo() returns false. It used to return a random number, causing all sorts of problems. This was the cause for the end of a recording (still in the buffer) occasionally overwriting the beginning. (2) Some code cleanup. by Jens Arnold · 19 years ago
  26. d34865a mp3buf renamed to audiobuf by Linus Nielsen Feltzing · 20 years ago
  27. 98a8132 long policy by Jean-Philippe Bernardy · 20 years ago
  28. a0d5bea The debug output now reports the correct mpeg layer by Linus Nielsen Feltzing · 20 years ago
  29. 35b6dc3 A little more straightforward vbr header checks by Jens Arnold · 20 years ago
  30. a233036 MP3 files with VBRI frames were parsed incorrectly, and the VBRI frame was partly fed to the MAS, giving playback glitches by Linus Nielsen Feltzing · 20 years ago
  31. 1936c41 Slightly improved VBR fixer, now uses the same template header throughout the entire file by Linus Nielsen Feltzing · 21 years ago
  32. fb5f458 Internal code cleanup - the header template is not taken from the stream if a template header is passed to create_xing_header() by Linus Nielsen Feltzing · 21 years ago
  33. 24a8b6a Frame-accurate file splits when recording. Now the PLAY button closes the current file and opens a new one. by Linus Nielsen Feltzing · 21 years ago
  34. d28a506 Even larger MP3 frame analysis buffer. Fixes bug #747969. by Linus Nielsen Feltzing · 21 years ago
  35. 4f0f34b this should be using unsigned, to allow a full 4GB file, just in case by Daniel Stenberg · 21 years ago
  36. 24756e1 Stevie Oh's patch #739898 that corrects how vbrfix works on large files. by Daniel Stenberg · 21 years ago
  37. 20d031f Configurable dir browser file buffer size. No more 400-file limit. No more whining. by Linus Nielsen Feltzing · 21 years ago
  38. 126a7b3 Fixed compiler error on debug builds by Linus Nielsen Feltzing · 21 years ago
  39. 478da62 Xing headers now support mono better, added the 'editable files' option by Linus Nielsen Feltzing · 21 years ago
  40. 6d52217 Stupid compiler... by Linus Nielsen Feltzing · 22 years ago
  41. 1b466e0 Removed a warning by Linus Nielsen Feltzing · 22 years ago
  42. 7fdef57 Better generation of Xing headers, now they contain the correct MPEG version and sample rate info. by Linus Nielsen Feltzing · 22 years ago
  43. 1c32bd0 Increased the buffer size for get_mp3file_info(). This is supposed to fix bugs #722233, #722521 and #723922 by Linus Nielsen Feltzing · 22 years ago
  44. d5304e5 Changed some debug output by Linus Nielsen Feltzing · 22 years ago
  45. f8979da The Xing flag word wasn't correctly generated by Linus Nielsen Feltzing · 22 years ago
  46. df4cf2e Reverted last change by Linus Nielsen Feltzing · 22 years ago
  47. 8ab8d7d Don't fail on bitrate 0. Our own recordings have bitrate 0... by Björn Stenberg · 22 years ago
  48. 7105b28 The frame buffer was too small for 320kbit/s frames by Linus Nielsen Feltzing · 22 years ago
  49. 2c07e78 Don't accidentally add Xing headers to CBR files by Linus Nielsen Feltzing · 22 years ago
  50. 6475aa0 Experimental Xing header generation added. Use with caution by Linus Nielsen Feltzing · 22 years ago
  51. a039091 New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation code by Linus Nielsen Feltzing · 22 years ago