summaryrefslogtreecommitdiff
path: root/src/lib/audio_filter_graph.cc
AgeCommit message (Expand)Author
2025-10-15Support FFmpeg 8 (for Arch).Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2025-01-14Missing av_frame_unref().Carl Hetherington
2024-07-03Fix deprecated FFmpeg stuff.Carl Hetherington
2024-01-28Bump ffmpeg to 5.1.2 "Riemann"Carl Hetherington
2022-12-10Extract constants.hCarl Hetherington
2022-10-27Throw exception if av_frame_alloc() fails.Carl Hetherington
2022-04-20Use std::vector in AudioBuffers (#2236).Carl Hetherington
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2021-05-01Port filter graphs to new FFmpeg API.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2017-04-19Fix zero-sized buffers coming out of audio merger.Carl Hetherington
2016-11-02Missing FFmpeg include; fixes #989.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of str...Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-02-15Hacky workaround for FFmpeg not having a channel layout for any counts betwee...Carl Hetherington
2015-11-27Speculative fix for crash when destroying AudioFilterGraph.Carl Hetherington
2015-11-18Missing files.Carl Hetherington