summaryrefslogtreecommitdiffstats
path: root/apps/metadata.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Rename codecs/dnet.c to codecs/a52_rm.cMohamed Tarek1-1/+1
2009-08-04Add support for AC3 audio in RM container.Mohamed Tarek1-0/+3
2009-08-01Metadata parser: make adjust_mp3entry() not depend on id3_is_genre_string(), ...Maurus Cuelenaere1-1/+2
2009-07-27Change the naming scheme for codecs found in different containers.Mohamed Tarek1-7/+7
2009-07-27Fix a bug spotted by Maurus Cuelenaere; rockbox crashed on viewing the porper...Mohamed Tarek1-2/+2
2009-07-25Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek1-0/+3
2009-07-20rework cuesheet support:Jonathan Gordon1-7/+0
2009-07-14FS#10080Nils Wallménius1-1/+1
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek1-0/+11
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-0/+2
2008-10-30Add .oga as a valid file extension for Ogg vorbis files. Even though Xiph re...Dave Chapman1-1/+1
2008-10-21Fix .talk clips on hwcodec targets. mp3info() must not call get_metadata(), b...Jens Arnold1-1/+1
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-2/+169
2008-07-26Ogg and Speex have the same metadata handling function so use the same case f...Dominik Riebeling1-9/+2
2008-07-26commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger1-1/+11
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-21FS #8680. MOD codec by Rainer Sinsch.Thom Johansen1-0/+8
2008-04-28Update source files to include the header file for the functions they impleme...Bertrik Sikken1-0/+1
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-8/+0
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-0/+8
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-8/+0
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-0/+8
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold1-8/+0
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-0/+8
2007-12-09Unify the Ogg Vorbis and Ogg Speex metadata parsers.Dan Everton1-2/+2
2007-12-04Put A52/AC3 metadata parser in its own file. Cosmetic changes in metadata.c. ...Thom Johansen1-70/+8
2007-11-30Fix yellows I made the other day, gcc is an dumb, IMOBrandon Low1-5/+5
2007-11-28No functional changes, just coding tweaks for speed, codesize and styleBrandon Low1-16/+12
2007-11-28Fix redBrandon Low1-0/+2
2007-11-28Fix FS8069, because Nico_P made it easyBrandon Low1-0/+42
2007-11-23revise commit r15463 - we still get the immediate display of runtime data in ...Robert Kukla1-7/+0
2007-11-04Fix for FS#8082:Robert Kukla1-0/+7
2007-10-05get_metadata(): Clear the destination mp3entry to avoid having bogus pointers...Nicolas Pennequin1-0/+3
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-3/+2
2007-08-14Make get_metadata act on a struct mp3entry rather than a struct track_info.Nicolas Pennequin1-43/+42
2007-08-12Move WavPack metadata parsing to its own file and add handling of non-standar...Dave Bryant1-58/+1
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman1-0/+7
2007-06-16split up the metadata parserMarcoen Hirschberg1-2148/+6
2007-06-16AAC: Add support for iTunes-style gapless playback.Magnus Holmgren1-0/+50
2007-06-08Correct the parsing of v3.97 Monkey's Audio files.Dave Chapman1-3/+3
2007-06-06Make v3.97 APE files work in RockboxDave Chapman1-11/+34
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman1-0/+58
2007-06-01Fixed bug in the WAV metadata parser: A long has 4 bytes...Jens Arnold1-2/+2
2007-05-28Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...Nicolas Pennequin1-1/+1
2007-05-06Fix metadata reading for 64 bit sims. Closes FS#6690Nils Wallménius1-3/+3
2007-04-26AAC: More adjustments to how the frequency is read. Still not perfect, but th...Magnus Holmgren1-2/+13
2007-04-24AAC: Improve SBR detection, to fix incorrect frequency on some files (and hop...Magnus Holmgren1-14/+53
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold1-2/+2
2007-03-13Fix an off-by-one bug when dealing with genres in MP4 files.Magnus Holmgren1-1/+1
2007-03-05Remove unnecessary dependence, it doesn't make sense to check settings here.Adam Boot1-4/+1