summaryrefslogtreecommitdiff
path: root/apps/metadata (follow)
Commit message (Expand)AuthorAge
* Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...Magnus Holmgren2009-11-22
* Unify fourcc macro and some style changesNils Wallménius2009-11-18
* Make svn properties consistent and set some missing onesNils Wallménius2009-11-18
* Revert r23339 and use setid3v1title() from metadata/mp3.c instead.Mohamed Tarek2009-10-25
* Add support for ID3v1 metadta tags in Real Media container.Mohamed Tarek2009-10-24
* add gapless playback for Nero encoded AAC filesMarcoen Hirschberg2009-10-06
* add gapless support for MP3 files encoded with iTunesMarcoen Hirschberg2009-10-02
* add support for comments in ID3v2.2Marcoen Hirschberg2009-10-01
* Logic was backwards on the check for NSF file format. Fix that and save one ...Michael Giacomelli2009-08-30
* Patch doesn't SVN add . . .Michael Giacomelli2009-08-30
* Accept FS#10570 by Jason Yu. Adds metadata parsing for NSF files.Michael Giacomelli2009-08-30
* Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek2009-08-14
* Factor out bytestream reading functions needed in rm parsers/codecs.Mohamed Tarek2009-08-14
* Fix yellow.Mohamed Tarek2009-08-10
* Fix FS#10476. Prevent FLAC bitrate calculation overflow with large files. The...Boris Gjenero2009-08-08
* Add a couple of functions for the rm metadata parser for debugging, and add a...Mohamed Tarek2009-08-06
* Add support for AC3 audio in RM container.Mohamed Tarek2009-08-04
* Metadata parser: make adjust_mp3entry() not depend on id3_is_genre_string(), ...Maurus Cuelenaere2009-08-01
* MP3 metadata parser:Maurus Cuelenaere2009-08-01
* Change enum codecs in apps/codecs/librm/rm.h to follow the coding guidelines.Mohamed Tarek2009-07-27
* Change the naming scheme for codecs found in different containers.Mohamed Tarek2009-07-27
* Fix yellow - (Value in an enumeration not handled in a switch).Mohamed Tarek2009-07-25
* Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek2009-07-25
* Generic codec-extradata parsing, in preparation for addition of AAC/RM.Mohamed Tarek2009-07-18
* FS#10080Nils Wallménius2009-07-14
* Silence warnings to fix yellows for now.Mohamed Tarek2009-07-12
* Some fixes for the standalone test program.Mohamed Tarek2009-07-12
* Try at fixing 'cast to/from pointer to/from integer of different size' warningsMaurus Cuelenaere2009-07-08
* RM metadata parser: fix unaligned accessMaurus Cuelenaere2009-07-08
* Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek2009-07-06
* Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by J...Thomas Martitz2009-06-22
* FS#10364 - Optional debug output for vorbis.c by Jeffrey Goode.Thomas Martitz2009-06-21
* Improved Vorbis comment reader. The tags no longer need to fit in the first O...Magnus Holmgren2009-05-30
* Add read_uint8() and read_uint16be() to metadata_common.c/hMohamed Tarek2009-05-16
* Attempt to fix yellow on sims (can't reproduce on my system).Andrew Mahone2009-05-16
* Change the type of read_uint32be to uint32_t and ensure all variables passed ...Dave Chapman2009-05-15
* Fix reading of Musicbrainz track IDs from ID3 tags - incorrect return values ...Robert Keevil2009-04-16
* Small code reuse improvementNils Wallménius2009-02-08
* MP4/AAC: Add support for album artist tags written by Foobar2000. Closes FS#9...Magnus Holmgren2009-01-04
* Fix FS#9522: stop reading an ID3v2 tag if a frame length is bad.Magnus Holmgren2008-11-04
* Add support for the album artist field used by Foobar2000 in ID3v2 tags.Magnus Holmgren2008-10-30
* Add missing #include to mp3 metadata parser.Bertrik Sikken2008-10-26
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15
* FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil2008-10-07
* Print a helpful error in the sim for usupported formats in Ogg containers (f....Nils Wallménius2008-09-24
* asap: fix stereo mode and hopefully fix metadata handling.Dominik Wenger2008-07-28
* SAP codec: Ensure the module_info struct is correctly aligned - seems to fix ...Dave Chapman2008-07-27
* set svn:keywords on the new files.Dominik Wenger2008-07-26
* commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger2008-07-26
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28