| Commit message (Expand) | Author | Age |
| * | Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M... | Björn Stenberg | 2008-10-15 |
| * | Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl... | Frank Gevaerts | 2008-08-29 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin | 2008-05-05 |
| * | Made source files #include the header file that they implement to make sure t... | Bertrik Sikken | 2008-05-03 |
| * | Some more debug output disabling. | Nicolas Pennequin | 2008-04-07 |
| * | Remove some more simulator debugging output. | Steve Bavin | 2008-04-07 |
| * | Fix simulator builds, and some debugf() format strings. | Jens Arnold | 2007-03-17 |
| * | Shave a few bytes off the binary size, especially on hwcodec targets | Linus Nielsen Feltzing | 2007-02-15 |
| * | Support building tagcache db natively on PC using the core of the | Miika Pekkarinen | 2006-11-10 |
| * | When seeking, actually use the MP3 VBR TOC again, if available. | Magnus Holmgren | 2006-10-19 |
| * | killed warning due to comparison signed/unsigned | Daniel Stenberg | 2006-04-02 |
| * | Prevent two division by zeros and one problem causing a crash in the | Miika Pekkarinen | 2006-04-02 |
| * | Allow bigger delay setting in LAME header. | Thom Johansen | 2005-11-02 |
| * | Rather obvious simplification of the mpeg frametime fraction calculation. | Jens Arnold | 2005-09-25 |
| * | Archos recording/playback: (1) Xing header creation: * Now estimates the fram... | Jens Arnold | 2005-09-15 |
| * | Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula... | Jens Arnold | 2005-09-10 |
| * | Archos recording: Always prepend ID3V2 and Xing header to a recording file, e... | Jens Arnold | 2005-09-04 |
| * | Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S... | Jens Arnold | 2005-08-29 |
| * | Some slight size optimisations. | Jens Arnold | 2005-08-22 |
| * | Support the LAME Info header too. | Magnus Holmgren | 2005-08-13 |
| * | Fixed the errors. | Miika Pekkarinen | 2005-07-13 |
| * | Applied patch "[ 1232957 ] MP3 metadata fixes for software codec". | Miika Pekkarinen | 2005-07-05 |
| * | Fixed MPEG header validation for layer 1 on iriver, and simplified it for arc... | Jens Arnold | 2005-06-18 |
| * | Fixed some mp3 metadata reading performance problem. Next track | Miika Pekkarinen | 2005-06-12 |
| * | Added support for reading LAME header delay and padding fields for proper gap... | Thom Johansen | 2005-06-12 |
| * | (1) Bugfix: create_xing_header() now returns 0 in case of an invalid header t... | Jens Arnold | 2005-06-04 |
| * | mp3buf renamed to audiobuf | Linus Nielsen Feltzing | 2005-04-05 |
| * | long policy | Jean-Philippe Bernardy | 2005-01-30 |
| * | The debug output now reports the correct mpeg layer | Linus Nielsen Feltzing | 2004-12-01 |
| * | A little more straightforward vbr header checks | Jens Arnold | 2004-08-03 |
| * | MP3 files with VBRI frames were parsed incorrectly, and the VBRI frame was pa... | Linus Nielsen Feltzing | 2004-04-29 |
| * | Slightly improved VBR fixer, now uses the same template header throughout the... | Linus Nielsen Feltzing | 2004-01-13 |
| * | Internal code cleanup - the header template is not taken from the stream if a... | Linus Nielsen Feltzing | 2003-12-28 |
| * | Frame-accurate file splits when recording. Now the PLAY button closes the cur... | Linus Nielsen Feltzing | 2003-11-02 |
| * | Even larger MP3 frame analysis buffer. Fixes bug #747969. | Linus Nielsen Feltzing | 2003-06-03 |
| * | this should be using unsigned, to allow a full 4GB file, just in case | Daniel Stenberg | 2003-05-19 |
| * | Stevie Oh's patch #739898 that corrects how vbrfix works on large files. | Daniel Stenberg | 2003-05-19 |
| * | Configurable dir browser file buffer size. No more 400-file limit. No more wh... | Linus Nielsen Feltzing | 2003-05-09 |
| * | Fixed compiler error on debug builds | Linus Nielsen Feltzing | 2003-04-20 |
| * | Xing headers now support mono better, added the 'editable files' option | Linus Nielsen Feltzing | 2003-04-20 |
| * | Stupid compiler... | Linus Nielsen Feltzing | 2003-04-19 |
| * | Removed a warning | Linus Nielsen Feltzing | 2003-04-19 |
| * | Better generation of Xing headers, now they contain the correct MPEG version ... | Linus Nielsen Feltzing | 2003-04-19 |
| * | Increased the buffer size for get_mp3file_info(). This is supposed to fix bug... | Linus Nielsen Feltzing | 2003-04-19 |
| * | Changed some debug output | Linus Nielsen Feltzing | 2003-04-13 |
| * | The Xing flag word wasn't correctly generated | Linus Nielsen Feltzing | 2003-03-24 |
| * | Reverted last change | Linus Nielsen Feltzing | 2003-03-24 |
| * | Don't fail on bitrate 0. Our own recordings have bitrate 0... | Björn Stenberg | 2003-03-24 |
| * | The frame buffer was too small for 320kbit/s frames | Linus Nielsen Feltzing | 2003-03-15 |