index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decoder
/
plugins
/
FaadDecoderPlugin.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-09-23
LogLevel: rename DEFAULT to NOTICE
Max Kellermann
2020-07-06
Merge branch 'v0.21.x'
Max Kellermann
2020-07-06
decoder/Plugin: allow scan_{file,stream}() to throw
Max Kellermann
2020-05-30
use std chr functions
Rosen Penev
2020-03-25
treewide: use boost::lround when std::round is unavailable
Rosen Penev
2020-03-15
treewide: use boost::lround when std::round is unavailable
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-04
[clang-tidy] remove misplaced const
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-15
decoder/Plugin: simplify compile-time initialization
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-09-22
player/CrossFade, ...: use lround()
Max Kellermann
2018-07-05
tag/Handler: convert to class with virtual methods
Max Kellermann
2018-01-21
decoder/Plugin: add "noexcept"
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-18
decoder/Client: add Submit methods
Max Kellermann
2016-11-18
decoder/Client: add virtual method Ready()
Max Kellermann
2016-11-18
decoder/Client: new interface which wraps struct Decoder
Max Kellermann
2016-11-10
decoder/faad: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-10
CheckAudioFormat: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-10
decoder/faad: use AtScopeExit()
Max Kellermann
2016-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-23
tag/TagHandler: pass by reference
Max Kellermann
2016-02-22
tag/handler: use CamelCase
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-10-25
decoder/faad: remove workaround for ancient libfaad2 ABI bug
Max Kellermann
2014-09-22
DecoderBuffer: convert functions to methods
Max Kellermann
2014-09-22
decoder/faad: use DecoderBuffer references
Max Kellermann
2014-09-22
decoder/faad: allocate DecoderBuffer on stack
Max Kellermann
2014-09-22
DecoderBuffer: export the struct
Max Kellermann
2014-08-29
TagHandler: pass SongTime to duration()
Max Kellermann
2014-08-29
DecoderAPI: pass SignedSongTime to decoder_initialized()
Max Kellermann
2014-08-29
decoder/faad: bit_rate==0 is an error
Max Kellermann
2014-08-19
decoder/faad: remove unnecessary cast to size_t
Max Kellermann
2014-08-19
decoder/faad: remove size!=0 check
Max Kellermann
2014-08-19
decoder/faad: check InputStream::KnownSize()
Max Kellermann
2014-08-19
decoder/faad: call GetSize() only when needed
Max Kellermann
2014-07-12
DecoderBuffer: add method _need()
Max Kellermann
2014-07-12
decoder/faad: eliminate the adts_find_frame() loop
Max Kellermann
[next]