aboutsummaryrefslogtreecommitdiff
path: root/xbmc/CueDocument.cpp
AgeCommit message (Expand)Author
2024-04-21changed: put CFileItemList in separate source fileArne Morten Kvarving
2023-07-19[clang-tidy] modernize-use-default-member-initRechi
2021-05-20remove use of c_str() from CLog::Log callsLukas Rusak
2021-05-20update logging to new formatLukas Rusak
2021-05-09update format to new styleLukas Rusak
2020-03-05Add support for extra date and bpm tags in music filesthe-black-eagle
2019-07-09[format] fix include orderRechi
2019-05-07Simplify boolean expressionsDavid Bridson
2018-10-18Fix cue sheet iteration ignoring the last lineKolja Lampe
2018-10-07Eliminate g_advancedSettings macro.Kai Sommerfeld
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-07-03[modernize][xbmc] use default member initializersRechi
2018-06-12[xbmc] nuke whitespaceh.udo
2018-05-01remove BusyDialog from filesystemRainer Hochecker
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2018-01-09Bulk Rename Offset to MilliSecsVoyager1
2018-01-09Cue sheet standard format still uses MM:SS:FF format so ensure conversionVoyager1
2018-01-09Get rid of repeated constants in conversion between frames/offset (75ths of s...Voyager1
2017-08-15mark constructors explicitArne Morten Kvarving
2017-07-06[modernize][xbmc] Prefer 'default' for declarationsh.udo
2017-06-29[modernize][xbmc] Prefer 'override' usageh.udo
2017-05-17Remove cuesheet table, store replaygain values in song table efficiently as s...DaveTBlake
2017-05-12Fix lookup of Cuesheet tracks, vector index is not the same as song track numberDaveTBlake
2016-09-21Ticket #16906 - Fix iEndOffset property when parsing cue filesPascal Patry
2015-10-12Remove artist vector from songDaveTBlake
2015-08-19Various cppcheck performance fixesTobias Markus
2015-07-14[std cleanup] xbmc/hudokkow
2015-06-18Prefer information from tags instead of cue files if there are one audiofile ...evilhamster
2015-03-25fixed: Bunch of compile warningsarnova
2015-03-13Support for load replay gain info from CUEpsyton
2015-03-13CCueDocument refactoringpsyton
2015-02-13Support for reading embedded CUE from tags.psyton
2015-02-10CHG: Move to c++11 and use std:shared_ptr rather than boostChris "Koying" Browet
2015-01-24cppcheck performance fixesTobias Markus
2015-01-07[stdstring] get rid of CStdString in music/Arne Morten Kvarving
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
2014-11-12CueDocument: replace call of isdigit() with StringUtils::isasciidigit()Karlson2k
2014-08-22Remove/Replace some OutputDebugString() callsKarlson2k
2014-07-04[stdstring] get rid of CStdString in CGUIListItem, CFileItem, CFileItemListJonathan Marshall
2014-06-12[stdstring] switch StringUtils::SplitString to StringUtils::SplitJonathan Marshall
2014-02-23Add handling of cue tags without quotesphate89
2013-11-14[cstdstring] remove Find/ReverseFind and replace with find/rfind or more appr...night199uk
2013-11-14[cstdstring] drops Mid(), replacing with substr()night199uk
2013-11-14[cstdstring] removal of Trim/TrimLeft/TrimRightJonathan Marshall
2013-11-14[cstdstring] remove IsEmpty() and replace with empty()night199uk
2013-11-14[cstdstring] remove CStdString::Empty and replace with std::string::clearnight199uk
2013-11-14[cstdstring] demise Format, replacing with StringUtils::Formatnight199uk