summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/metadata
AgeCommit message (Expand)AuthorFilesLines
2021-08-11metadata/mp3data.c init vars & add sanity checksWilliam Wilgus1-2/+8
2021-08-11metadata/metadata_common.c check read for proper bytes readWilliam Wilgus1-10/+8
2021-08-11metadata/metadata_common.c WS changesWilliam Wilgus1-18/+18
2021-08-11metadata/asf.c ensure variable init & add sanity checksWilliam Wilgus1-16/+28
2021-08-11metadata/mp4.c fix small oversight / bugWilliam Wilgus1-4/+4
2021-08-11metadata/mp4.c check for read errors skip buffer appropriatelyWilliam Wilgus1-47/+61
2021-08-07metadata/asap.c consolidate read char function and check return valuesWilliam Wilgus1-23/+27
2021-08-07metadata/asap.c WS cleanupWilliam Wilgus1-26/+26
2021-08-07metadata/vfx.c cleanup string and character handlingWilliam Wilgus1-17/+19
2021-08-07metadata/smaf.c handle read errorsWilliam Wilgus1-26/+27
2021-08-06metadata/mp3data.c set data to 0 in case of read errorWilliam Wilgus1-3/+2
2021-08-06Fix use of uninitialized variable in mp4 metadata parserAidan MacDonald1-1/+1
2021-08-05metadata: Fix sign extension in get_uint64_le() routineSolomon Peachy1-1/+1
2021-08-02metadata/flac.c fix potential buffer overrunWilliam Wilgus1-0/+12
2021-08-01id3tags.c check for buffer overrunWilliam Wilgus1-0/+3
2021-06-16FS#13299: Handle MP3 files with more than 128K of headers before audio dataSolomon Peachy1-12/+15
2021-06-16Revert "FS#13299: Simplify VBR frame parsing in the metadata decoder."Solomon Peachy1-18/+37
2021-06-13FS#13299: Simplify VBR frame parsing in the metadata decoder.Solomon Peachy1-37/+18
2021-05-12FS13094: Fix a divide-by-zero crash parsing zero-length WMA/ASF filesSolomon Peachy1-8/+8
2021-03-22Increase id3v2 max item size on high mem targetsChristian Soffke1-1/+4
2021-02-28Support MP3 audiostreams embedded in ASF containers.Solomon Peachy2-0/+8
2021-02-19MP4: append mdat sections together in metadata parserSolomon Peachy1-1/+2
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