summaryrefslogtreecommitdiffstats
path: root/apps/metadata
AgeCommit message (Expand)AuthorFilesLines
2010-01-03Fix further tabsAndree Buschmann1-2/+2
2010-01-02Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli1-0/+4
2010-01-02Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli1-6/+7
2009-11-22Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...Magnus Holmgren1-7/+15
2009-11-18Unify fourcc macro and some style changesNils Wallménius8-75/+79
2009-11-18Make svn properties consistent and set some missing onesNils Wallménius2-2/+2
2009-10-25Revert r23339 and use setid3v1title() from metadata/mp3.c instead.Mohamed Tarek3-49/+4
2009-10-24Add support for ID3v1 metadta tags in Real Media container.Mohamed Tarek1-7/+57
2009-10-06add gapless playback for Nero encoded AAC filesMarcoen Hirschberg3-0/+38
2009-10-02add gapless support for MP3 files encoded with iTunesMarcoen Hirschberg1-12/+38
2009-10-01add support for comments in ID3v2.2Marcoen Hirschberg1-1/+3
2009-08-30Logic was backwards on the check for NSF file format. Fix that and save one ...Michael Giacomelli1-5/+8
2009-08-30Patch doesn't SVN add . . .Michael Giacomelli1-0/+59
2009-08-30Accept FS#10570 by Jason Yu. Adds metadata parsing for NSF files.Michael Giacomelli1-0/+2
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek1-1/+9
2009-08-14Factor out bytestream reading functions needed in rm parsers/codecs.Mohamed Tarek1-17/+5
2009-08-10Fix yellow.Mohamed Tarek1-0/+4
2009-08-08Fix FS#10476. Prevent FLAC bitrate calculation overflow with large files. The...Boris Gjenero1-1/+1
2009-08-06Add a couple of functions for the rm metadata parser for debugging, and add a...Mohamed Tarek1-1/+13
2009-08-04Add support for AC3 audio in RM container.Mohamed Tarek1-5/+17
2009-08-01Metadata parser: make adjust_mp3entry() not depend on id3_is_genre_string(), ...Maurus Cuelenaere2-13/+0
2009-08-01MP3 metadata parser:Maurus Cuelenaere1-4/+9
2009-07-27Change enum codecs in apps/codecs/librm/rm.h to follow the coding guidelines.Mohamed Tarek1-5/+5
2009-07-27Change the naming scheme for codecs found in different containers.Mohamed Tarek2-2/+2
2009-07-25Fix yellow - (Value in an enumeration not handled in a switch).Mohamed Tarek1-1/+5
2009-07-25Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek1-6/+13
2009-07-18Generic codec-extradata parsing, in preparation for addition of AAC/RM.Mohamed Tarek1-24/+9
2009-07-14FS#10080Nils Wallménius2-6/+4
2009-07-12Silence warnings to fix yellows for now.Mohamed Tarek1-1/+2
2009-07-12Some fixes for the standalone test program.Mohamed Tarek1-2/+2
2009-07-08Try at fixing 'cast to/from pointer to/from integer of different size' warningsMaurus Cuelenaere1-1/+1
2009-07-08RM metadata parser: fix unaligned accessMaurus Cuelenaere1-1/+1
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek2-0/+421
2009-06-22Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by J...Thomas Martitz1-7/+1
2009-06-21FS#10364 - Optional debug output for vorbis.c by Jeffrey Goode.Thomas Martitz1-1/+9
2009-05-30Improved Vorbis comment reader. The tags no longer need to fit in the first O...Magnus Holmgren4-98/+286
2009-05-16Add read_uint8() and read_uint16be() to metadata_common.c/hMohamed Tarek2-0/+20
2009-05-16Attempt to fix yellow on sims (can't reproduce on my system).Andrew Mahone1-2/+2
2009-05-15Change the type of read_uint32be to uint32_t and ensure all variables passed ...Dave Chapman3-22/+21
2009-04-16Fix reading of Musicbrainz track IDs from ID3 tags - incorrect return values ...Robert Keevil1-8/+8
2009-02-08Small code reuse improvementNils Wallménius1-12/+3
2009-01-04MP4/AAC: Add support for album artist tags written by Foobar2000. Closes FS#9...Magnus Holmgren1-0/+5
2008-11-04Fix FS#9522: stop reading an ID3v2 tag if a frame length is bad.Magnus Holmgren1-1/+7
2008-10-30Add support for the album artist field used by Foobar2000 in ID3v2 tags.Magnus Holmgren1-5/+17
2008-10-26Add missing #include to mp3 metadata parser.Bertrik Sikken1-0/+1
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg21-20/+1208
2008-10-07FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil3-0/+13
2008-09-24Print a helpful error in the sim for usupported formats in Ogg containers (f....Nils Wallménius1-0/+2
2008-07-28asap: fix stereo mode and hopefully fix metadata handling.Dominik Wenger1-46/+53
2008-07-27SAP codec: Ensure the module_info struct is correctly aligned - seems to fix ...Dave Chapman1-1/+1