summaryrefslogtreecommitdiff
path: root/apps/metadata (follow)
Commit message (Expand)AuthorAge
...
* Mark array as constNils Wallménius2010-03-01
* Reduce binsize by using unsigned char array instead of int in AU metadata par...Maurus Cuelenaere2010-02-28
* Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida2010-02-28
* Add vox (Dialogic telephony formats) codec add. (FS#11021)Yoshihisa Uchida2010-02-28
* Add Sun Audio codec. (FS#10433)Yoshihisa Uchida2010-02-28
* Add missing #include in libpcm codecsBertrik Sikken2010-02-24
* Put the SMAF metadata buffer on the stack to save some memory. Only tested w...Steve Bavin2010-02-24
* add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida2010-02-24
* commit FS#10424 and FS#10425Yoshihisa Uchida2010-02-20
* Initial support for ATRAC3 streams in wav containers. Mohamed Tarek2010-02-16
* Fix a comment in OMA metadata parser. No functional changes.Mohamed Tarek2010-02-16
* "Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must no...Mohamed Tarek2010-02-16
* Add support for Sony OMA file format. Currently only supports ATRAC3 (without...Mohamed Tarek2010-02-12
* 1st part of fix for FS#10637. Correction of mpc header parsing.Andree Buschmann2010-01-31
* Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM...Michael Giacomelli2010-01-27
* Fix further tabsAndree Buschmann2010-01-03
* Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli2010-01-02
* Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli2010-01-02
* 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