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
/
filter
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-11-16
filter/ffmpeg: detect the output sample format
Max Kellermann
2020-11-04
filter/LoadChain: use the AutoConvertFilter
Max Kellermann
2020-11-04
filter/AutoConvert: move the Filter class to TwoFilters.cxx
Max Kellermann
2020-11-04
filter/AutoConvert: eliminate AutoConvertFilter if possible
Max Kellermann
2020-11-04
filter/ffmpeg: interleave the output AVFrame
Max Kellermann
2020-11-04
filter/convert: convert_filter_new() returns std::unique_ptr
Max Kellermann
2020-11-04
filter/chain: pass std::string_view to filter_chain_append()
Max Kellermann
2020-11-04
filter/LoadChain: use IterableSplitString()
Max Kellermann
2020-11-04
filter/chain: copy the child name
Max Kellermann
2020-11-04
filter/chain: remove unused field ChainFilter::Child::name
Max Kellermann
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-02-01
*: use `auto`
Max Kellermann
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-12-09
filter/plugins: add missing meson dependency
Jacob Vosmaer
2019-08-26
filter/Observer: add `noexcept`
Max Kellermann
2019-08-26
filter/Filter: document that Flush() can throw
Max Kellermann
2019-08-26
filter/Filter: allow throwing any exception
Max Kellermann
2019-08-26
filter/Registry: rename the source file
Max Kellermann
2019-07-30
pcm/Volume: convert S16 to S24 to preserve quality and reduce noise
Max Kellermann
2019-07-05
pcm/Volume: Open() returns output sample format
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
pcm/Pcm*: drop more "Pcm" prefixes from source file names
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-04-04
pcm/PcmConvert: eliminate Open() and Close()
Max Kellermann
2019-04-04
filter/Convert: make in_audio_format `const`
Max Kellermann
2019-03-25
Merge branch 'v0.21.x'
Max Kellermann
2019-03-24
filter/AutoConvert: implement Flush()
Max Kellermann
2019-03-24
filter/Filter: fix typo in API doc
Max Kellermann
2019-03-24
filter/ffmpeg: use only one AVFrame
Max Kellermann
2019-03-24
filter/ffmpeg: use av_buffersrc_add_frame() instead of av_buffersrc_write_fra...
Max Kellermann
2019-03-24
filter/ffmpeg: call av_frame_unref() before av_buffersink_get_frame()
Max Kellermann
2019-03-24
filter/ffmpeg: remove unnecessary av_frame_make_writable() call
Max Kellermann
2019-03-24
filter/ffmpeg: call av_frame_unref() before av_frame_get_buffer()
Max Kellermann
2019-03-18
filter/ffmpeg: new filter plugin
Max Kellermann
2019-03-18
filter/hdcd: include cleanup
Max Kellermann
2019-03-18
filter/hdcd: move generic code to class FfmpegFilter
Max Kellermann
2019-03-18
filter/hdcd: fix typo
Max Kellermann
2019-03-18
filter/hdcd: new filter plugin based on FFmpeg's "af_hdcd"
Max Kellermann
2019-03-18
filter/plugins/null: move code to src/filter/NullFilter.hxx
Max Kellermann
2019-03-12
filter/registry: move `extern` lines to plugin headers
Max Kellermann
2019-03-12
filter/normalize: clean up forward declarations
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
[next]