summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/metadata
AgeCommit message (Expand)AuthorFilesLines
2020-10-09codecs: Add support for the 'VTX' ZX Spectrum chiptunes format.Solomon Peachy4-22/+184
2020-08-10flac: fix warning introduced in 5758a05Solomon Peachy1-19/+19
2020-08-10Handle EOF properly in get_flac_metadataYuxuan Shui1-2/+2
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-6/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy6-77/+10
2020-07-15Add support for ID3 tags embedded in AIFF filesMoshe Piekarski2-5/+39
2020-07-09FS#12966: display '+' for positive replaygain valuesSolomon Peachy1-1/+1
2020-06-22Add support for some native AIFF metadata fieldsMoshe Piekarski1-1/+25
2020-04-26Get APEv2 tag album art format from magic number. Also support bmp artwork.James D. Smith1-26/+17
2019-08-13Improvements for vbrfix plugin:Solomon Peachy4-16/+48
2018-12-22AAC bitstream format files supportSolomon Peachy4-0/+127
2018-12-22Realmedia related codecs fixes and enhancementsSolomon Peachy2-6/+54
2018-12-08Fix overlapping string region ape.c->read_ape_tagsWilliam Wilgus1-9/+16
2017-07-30rbcodec: remove useless includeAmaury Pouly1-1/+0
2017-02-04Fix dangerous castsAmaury Pouly1-3/+3
2014-11-28Fix warning in WMA Pro and remove a c++ comment.Michael Giacomelli1-3/+2
2014-11-28Fix FS#13009.Michael Giacomelli1-8/+22
2014-09-22fix yellowMarcin Bukat1-1/+1
2014-09-22metadata: Add cuesheet embedded in ape tags.nialv71-13/+23
2013-12-23Proposed fix for FS#12878: Zero-length embedded album art prevents mp3 playbackJack Whitham1-1/+2
2013-12-13Add support for flac embeded album art.Albert Song1-0/+50
2013-06-15Fix id3v2 album art if more than one image is present.Dominik Riebeling1-1/+8
2013-05-21SPC Codec: Have metadata parser fill in frequency and bitrate.Michael Sevakis1-0/+2
2013-04-26Properly seek to next id3v2 frame for unsynced tags.Dominik Riebeling1-3/+10
2013-03-06VGM Codec: Improve time and fade behavior. Tweak minor misc.Michael Sevakis1-4/+8
2012-09-29Support technically invalid image/jpg mimetype in tags.Frank Gevaerts2-0/+11
2012-09-20Initial opus codec supportFrederik M J Vestre4-1/+35
2012-05-03Add rbcodecplatform.h and rbcodecconfig.h.Sean Bartell37-46/+38
2012-05-01rbcodec refactoring: autoresumableSean Bartell2-69/+0
2012-04-28rbcodec refactoring: get_audio_base_data_typeSean Bartell2-9/+5
2012-03-18Build librbcodec with DSP and metadata.Sean Bartell41-0/+10485