summaryrefslogtreecommitdiff
path: root/apps/metadata.h (follow)
Commit message (Expand)AuthorAge
* Actually remove the pulled out field (sequel to r31406)Alexander Levin2011-12-23
* Rename 'mp3entry.embed_cuesheet' to 'mp3entry.embedded_cuesheet' and pull out...Alexander Levin2011-12-22
* Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...Alexander Levin2011-12-22
* Renamed embed_cuesheet struct to embedded_cuesheet.Nick Peskett2011-12-20
* FS #12419 : Support for embedded cuesheets.Nick Peskett2011-12-16
* FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero2011-12-14
* Redo 30225 differently to not break the audio formats order for skins.Thomas Martitz2011-08-14
* Submit initial patch from FS#12176. Adds support for several new game music f...Andree Buschmann2011-08-07
* Move AFMT_MPA_L1 down in the enum as hwcodec can't play it.Thomas Martitz2011-07-31
* Android: install codecs as native libs instead of extracting them (FS#12134).Dominik Riebeling2011-05-31
* Commit FS#12096 by Stephan Grossklass. Increases the maximum ID3v2 field len...Michael Giacomelli2011-05-04
* Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2011-04-27
* Fix residual red. Keep index in mp3entry for HWCODEC.Andree Buschmann2011-04-07
* Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann2011-04-07
* Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann2011-04-04
* Remove some useless code and variables in the area of metadata parsing. Bump ...Andree Buschmann2011-02-27
* FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann2011-02-24
* Embedded album art support in MP3/ID3v2 tags.Thomas Martitz2011-02-09
* Add option to resume next track on automatic track changeMichael Hohmuth2011-02-08
* Follow up on r29199. Move new codec types to the end of the list.Andree Buschmann2011-02-03
* Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann2011-02-03
* Find a more consistent and resilient way to handle SBR upsampled files. The d...Andree Buschmann2011-02-02
* Limit the size of each ID3 metadata item to avoid that the metadata buffer is...Andree Buschmann2011-01-30
* Commit small piece of FS#11748 by Michael Hohmuth. Disables database specifi...Michael Giacomelli2010-12-11
* Fix red on hwcodec. Forgot to change the macro for it.Thomas Martitz2010-11-26
* Change how all the metadata parsers are read from a giant swich/case to funct...Thomas Martitz2010-11-26
* Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz2010-08-27
* WMA Voice now plays and seeks in the sim. The code is still in floating point...Mohamed Tarek2010-08-07
* add True Audio (TTA) codecYoshihisa Uchida2010-05-13
* nomsgMohamed Tarek2010-05-09
* Save some RAM by changing a char[] into a const char * in struct afmt_entry. ...Bertrik Sikken2010-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 SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida2010-02-24
* Add two extra fields to struct mp3entry, in preparation for making ATRAC3 mor...Mohamed Tarek2010-02-16
* Add support for Sony OMA file format. Currently only supports ATRAC3 (without...Mohamed Tarek2010-02-12
* Enable 12 other 8bit Atari file formats which the asap codec already supports...Dominik Wenger2010-02-06
* Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek2009-08-14
* Add support for AC3 audio in RM container.Mohamed Tarek2009-08-04
* Change the naming scheme for codecs found in different containers.Mohamed Tarek2009-07-27
* Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek2009-07-25
* rework cuesheet support:Jonathan Gordon2009-07-20
* Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek2009-07-06
* Support longer tags on targets with 'enough' memory (more than 2 MB RAM).Magnus Holmgren2009-05-13
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Cleaned up playblack.h header file and usage of it.Bertrik Sikken2008-04-28
* Fix redBrandon Low2007-11-28
* Fix FS8069, because Nico_P made it easyBrandon Low2007-11-28