summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/FaadDecoderPlugin.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-09-23LogLevel: rename DEFAULT to NOTICEMax Kellermann
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06decoder/Plugin: allow scan_{file,stream}() to throwMax Kellermann
2020-05-30use std chr functionsRosen Penev
2020-03-25treewide: use boost::lround when std::round is unavailableRosen Penev
2020-03-15treewide: use boost::lround when std::round is unavailableRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-02-04[clang-tidy] remove misplaced constRosen Penev
2020-02-01*: use `auto`Max Kellermann
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-15decoder/Plugin: simplify compile-time initializationMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-09-22player/CrossFade, ...: use lround()Max Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-01-21decoder/Plugin: add "noexcept"Max Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-11-10util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STLMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-18decoder/Client: add Submit methodsMax Kellermann
2016-11-18decoder/Client: add virtual method Ready()Max Kellermann
2016-11-18decoder/Client: new interface which wraps struct DecoderMax Kellermann
2016-11-10decoder/faad: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-10CheckAudioFormat: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-10decoder/faad: use AtScopeExit()Max Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-23tag/TagHandler: pass by referenceMax Kellermann
2016-02-22tag/handler: use CamelCaseMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-10-25decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann
2014-09-22DecoderBuffer: convert functions to methodsMax Kellermann
2014-09-22decoder/faad: use DecoderBuffer referencesMax Kellermann
2014-09-22decoder/faad: allocate DecoderBuffer on stackMax Kellermann
2014-09-22DecoderBuffer: export the structMax Kellermann
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann
2014-08-29decoder/faad: bit_rate==0 is an errorMax Kellermann
2014-08-19decoder/faad: remove unnecessary cast to size_tMax Kellermann
2014-08-19decoder/faad: remove size!=0 checkMax Kellermann
2014-08-19decoder/faad: check InputStream::KnownSize()Max Kellermann
2014-08-19decoder/faad: call GetSize() only when neededMax Kellermann
2014-07-12DecoderBuffer: add method _need()Max Kellermann
2014-07-12decoder/faad: eliminate the adts_find_frame() loopMax Kellermann