summaryrefslogtreecommitdiff
path: root/apps/metadata (follow)
Commit message (Expand)AuthorAge
* Rockbox does not support encrypted ADX. Clearly state this in the manual and ...Andree Buschmann2011-11-29
* Make embedded cover art for APEv2 more flexible. This fixes an issue with foo...Andree Buschmann2011-11-29
* More de-tabificationBertrik Sikken2011-10-08
* Fix FS#12266, by skipping empty frames when reading ID3v2 tags. Also add some...Magnus Holmgren2011-09-14
* FS#12163 by Sean BartellNils Wallménius2011-08-27
* libgme: make local functions static where possibleBertrik Sikken2011-08-11
* Submit initial patch from FS#12176. Adds support for several new game music f...Andree Buschmann2011-08-07
* Submit FS#12218. Add support for embedded album art for ASF tags. For now the...Andree Buschmann2011-08-07
* Fix replaygain for wma files which was broken since r29388.Andree Buschmann2011-08-06
* Submit FS#12196. Adds support for embedded album art (jpg) with APEv2 tags.Andree Buschmann2011-07-25
* Use id3v2buf to read the title of MOD files. Avoids additional declaration of...Andree Buschmann2011-06-30
* Remove tabs.Andree Buschmann2011-05-01
* Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-01
* Get the NSF internal playlists working again. Fix a few wrongdoings in the me...Michael Sevakis2011-04-28
* Fix r29790 yellow. Need 'string-extra.h' for strlcpy().Michael Sevakis2011-04-27
* Get NSF fixed up a bit and parse metadata in the core.Michael Sevakis2011-04-27
* Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2011-04-27
* Removed some dead code identified by clang-analyzer.Björn Stenberg2011-04-06
* Hopefully fix red now and reduce binsize for HWCODEC targets. This change imp...Andree Buschmann2011-03-16
* Fix red. read_uint32be() was not implemented in sim builds for HWCODEC targets.Andree Buschmann2011-03-16
* Disable debug output in wave format parser by default.Andree Buschmann2011-03-15
* Submit FS#12009. Add embedded album art support for m4a. Thanks to Jason Yu.Andree Buschmann2011-03-15
* Remove some useless code and variables in the area of metadata parsing. Bump ...Andree Buschmann2011-02-27
* FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann2011-02-24
* Submit FS11960. Limit metadata item size like done for ID3 tags since r29174.Andree Buschmann2011-02-22
* Proper initialize dummy destination address to ensure correct functionality f...Andree Buschmann2011-02-22
* Fix FS#11956. Call parse_replaygain() with correct parameters in ID3 tag pars...Andree Buschmann2011-02-22
* Fix FS#11955. ID3 tag parser was broken since r29349. Trimming strings must b...Andree Buschmann2011-02-21
* FS#11920: Do not overwrite already existing metadata and take into account st...Andree Buschmann2011-02-20
* Ensure proper initialization of some variables and arrays in metadata parsing...Andree Buschmann2011-02-17
* Correct the metadata's VBR flag for MP4 files. ALAC is native VBR, AAC very u...Andree Buschmann2011-02-15
* 2nd try: All AAC-HE files will double the frame sample count, not only AAC-HE...Andree Buschmann2011-02-15
* Undo unwanted commit r29310.Andree Buschmann2011-02-15
* All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann2011-02-15
* Fix red. Not all targets have album art support.Thomas Martitz2011-02-09
* Embedded album art support in MP3/ID3v2 tags.Thomas Martitz2011-02-09
* Changes in m4a parser: The metadata (e.g. sampling rate) for alac and aac mus...Andree Buschmann2011-02-03
* Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann2011-02-03
* Find a more consistent and resilient way to handle SBR upsampled files. The d...Andree Buschmann2011-02-02
* Recognize AAC-HE SBR with upsampling and correct duration, bitrate, seek and ...Andree Buschmann2011-02-02
* Do not parse into 'ilst' atom if size is 0. Fixes playability issue in FS#11916.Andree Buschmann2011-02-02
* Limit the size of each ID3 metadata item to avoid that the metadata buffer is...Andree Buschmann2011-01-30
* FS#11828: Fix in core mod parser to blindly accept any .mod you throw at it. ...Thomas Martitz2011-01-21
* Fix FS#11858 which was introduced with r28937. Several *.rm were not played b...Andree Buschmann2011-01-09
* Fix FS#11845 by rejecting unknown header signatures in the audio stream info ...Mohamed Tarek2011-01-01
* Add stdio.h include for SEEK_SET define to various files.Thomas Martitz2010-12-25
* Correct mistake in the RealMedia parser that prevented rejecting files with u...Michael Giacomelli2010-12-11
* remove a little redundant code from the WavPack metadata module to partially ...Dave Bryant2010-12-05
* make WavPack library check the extent of the block that it is parsing so that...Dave Bryant2010-12-05
* Change how all the metadata parsers are read from a giant swich/case to funct...Thomas Martitz2010-11-26