summaryrefslogtreecommitdiffstats
path: root/apps/metadata
AgeCommit message (Expand)AuthorFilesLines
2011-05-01Remove tabs.Andree Buschmann1-23/+23
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-1/+1
2011-04-28Get the NSF internal playlists working again. Fix a few wrongdoings in the me...Michael Sevakis1-35/+74
2011-04-27Fix r29790 yellow. Need 'string-extra.h' for strlcpy().Michael Sevakis1-0/+1
2011-04-27Get NSF fixed up a bit and parse metadata in the core.Michael Sevakis1-29/+199
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-0/+3
2011-04-06Removed some dead code identified by clang-analyzer.Björn Stenberg5-15/+9
2011-03-16Hopefully fix red now and reduce binsize for HWCODEC targets. This change imp...Andree Buschmann1-2/+0
2011-03-16Fix red. read_uint32be() was not implemented in sim builds for HWCODEC targets.Andree Buschmann1-31/+31
2011-03-15Disable debug output in wave format parser by default.Andree Buschmann1-0/+5
2011-03-15Submit FS#12009. Add embedded album art support for m4a. Thanks to Jason Yu.Andree Buschmann1-0/+32
2011-02-27Remove some useless code and variables in the area of metadata parsing. Bump ...Andree Buschmann1-5/+2
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann5-36/+10
2011-02-22Submit FS11960. Limit metadata item size like done for ID3 tags since r29174.Andree Buschmann2-3/+7
2011-02-22Proper initialize dummy destination address to ensure correct functionality f...Andree Buschmann1-1/+1
2011-02-22Fix FS#11956. Call parse_replaygain() with correct parameters in ID3 tag pars...Andree Buschmann1-7/+12
2011-02-21Fix FS#11955. ID3 tag parser was broken since r29349. Trimming strings must b...Andree Buschmann1-11/+10
2011-02-20FS#11920: Do not overwrite already existing metadata and take into account st...Andree Buschmann3-10/+23
2011-02-17Ensure proper initialization of some variables and arrays in metadata parsing...Andree Buschmann1-2/+2
2011-02-15Correct the metadata's VBR flag for MP4 files. ALAC is native VBR, AAC very u...Andree Buschmann1-2/+4
2011-02-152nd try: All AAC-HE files will double the frame sample count, not only AAC-HE...Andree Buschmann1-12/+3
2011-02-15Undo unwanted commit r29310.Andree Buschmann3-26/+22
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann3-22/+26
2011-02-09Fix red. Not all targets have album art support.Thomas Martitz1-1/+2
2011-02-09Embedded album art support in MP3/ID3v2 tags.Thomas Martitz1-0/+76
2011-02-03Changes in m4a parser: The metadata (e.g. sampling rate) for alac and aac mus...Andree Buschmann1-33/+39
2011-02-03Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann2-3/+12
2011-02-02Find a more consistent and resilient way to handle SBR upsampled files. The d...Andree Buschmann1-8/+19
2011-02-02Recognize AAC-HE SBR with upsampling and correct duration, bitrate, seek and ...Andree Buschmann1-2/+25
2011-02-02Do not parse into 'ilst' atom if size is 0. Fixes playability issue in FS#11916.Andree Buschmann1-1/+2
2011-01-30Limit the size of each ID3 metadata item to avoid that the metadata buffer is...Andree Buschmann1-0/+6
2011-01-21FS#11828: Fix in core mod parser to blindly accept any .mod you throw at it. ...Thomas Martitz1-10/+52
2011-01-09Fix FS#11858 which was introduced with r28937. Several *.rm were not played b...Andree Buschmann1-1/+8
2011-01-01Fix FS#11845 by rejecting unknown header signatures in the audio stream info ...Mohamed Tarek1-0/+6
2010-12-25Add stdio.h include for SEEK_SET define to various files.Thomas Martitz4-0/+4
2010-12-11Correct mistake in the RealMedia parser that prevented rejecting files with u...Michael Giacomelli1-2/+5
2010-12-05remove a little redundant code from the WavPack metadata module to partially ...Dave Bryant1-11/+5
2010-12-05make WavPack library check the extent of the block that it is parsing so that...Dave Bryant1-43/+65
2010-11-26Change how all the metadata parsers are read from a giant swich/case to funct...Thomas Martitz7-10/+12
2010-10-10Fix FS# 11414 : .mod files - metadata in incorrect fieldsBertrik Sikken1-2/+2
2010-09-28id3 parser: also add id3v2.2 TCM tag for "composer" since that's the only oth...Torne Wuff1-0/+1
2010-09-28id3 parser: add id3v2.2 TPA tag for "part of set" as iTunes appears to use itTorne Wuff1-0/+1
2010-09-21parse_sap_header(): remove write-only variableRafaël Carré1-5/+0
2010-09-19ASAP parse_sap_header() : remove write only variablesRafaël Carré1-8/+2
2010-09-19setid3v2title(): unused variableRafaël Carré1-3/+0
2010-08-14Add uppercase M4A file type to the mp4 parser. Technically Apple says to use...Michael Giacomelli1-2/+3
2010-08-07WMA Voice now plays and seeks in the sim. The code is still in floating point...Mohamed Tarek1-0/+5
2010-07-26aiff metadata: fix format string (%zd for size_t)Rafaël Carré1-1/+1
2010-07-26aiff metadata: skip chunks larger than bufferRafaël Carré1-28/+42
2010-07-02Commit FS#7831. Corrects our flac decoder to not reject files that have samp...Michael Giacomelli1-6/+13