summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-02decoder/ffmpeg: fix the AVCodecParameters API checkMax Kellermann
2016-07-29decoder/sidplay: allow building with libsidplayfp instead of libsidplay2Max Kellermann
2016-07-29decoder/ffmpeg: check avformat_open_input() return valueMax Kellermann
2016-07-29decoder/ffmpeg: FfmpegOpenInput() returns ErrorMax Kellermann
2016-07-29decoder/ffmpeg: fix endless recursion in FfmpegScanStream()Max Kellermann
2016-07-29decoder/sidplay: read the "date" tagMax Kellermann
2016-07-29decoder/sidplay: add GetInfoString()Max Kellermann
2016-07-29decoder/sidplay: use SidTune::getStatus()Max Kellermann
2016-07-29decoder/sidplay: log detailed error messageMax Kellermann
2016-07-29decoder/sidplay: remove unnecessary error checkMax Kellermann
2016-07-29decoder/sidplay: use SidTune::getStatus()Max Kellermann
2016-07-29configure.ac: detect libsidplay2 and related with pkg-configMax Kellermann
2016-07-29decoder/sidplay: pass SidTuneMod to get_song_length()Max Kellermann
2016-07-29decoder/sidplay: simplify the SidDatabase::length() callMax Kellermann
2016-07-29decoder/sidplay: include cleanupMax Kellermann
2016-07-29decoder/sidplay: use class SidDatabaseMax Kellermann
2016-07-29decoder/sidplay: use config_param::GetBlockPath()Max Kellermann
2016-07-29decoder/sidplay: make "songlength_file" localMax Kellermann
2016-07-29decoder/sidplay: pass parsed path to get_song_length()Max Kellermann
2016-07-29decoder/sidplay: merge get_container_name() and get_song_num()Max Kellermann
2016-07-29fs/Path: make IsAbsolute() constMax Kellermann
2016-07-29fs/Path: add methods GetBase() and GetDirectoryName()Max Kellermann
2016-07-29db/update/ExcludeList: declare exclude_list_domain only if HAVE_GLIBMax Kellermann
2016-07-29output/shout: rename "encoding" to "encoder"Max Kellermann
2016-07-29Compiler.h: require gcc 4.7 or newerMax Kellermann
2016-07-29decoder/ffmpeg: use avcodec_alloc_context3()Max Kellermann
2016-07-29decoder/ffmpeg: use avcodec_send_packet() and avcodec_receive_frame() on FFmp...Max Kellermann
2016-07-29decoder/ffmpeg: use AtScopeExit() for safe cleanupMax Kellermann
2016-07-29util/ScopeExit: new utility libraryMax Kellermann
2016-07-28decoder/ffmpeg: merge avformat_close_input() callsMax Kellermann
2016-07-28decoder/ffmpeg: use AVCodecParameters on FFmpeg 3.1Max Kellermann
2016-07-28decoder/ffmpeg: add GetCodecParameters()Max Kellermann
2016-07-28decoder/ffmpeg: move code to IsAudio()Max Kellermann
2016-07-28decoder/ffmpeg: move code to FfmpegSendFrame()Max Kellermann
2016-07-28decoder/ffmpeg: include cleanupMax Kellermann
2016-07-28decoder/ffmpeg: move code to pcm/Interleave.cxxMax Kellermann
2016-07-28decoder/ffmpeg: check for commands earlierMax Kellermann
2016-07-28decoder/ffmpeg: simplify mpd_ffmpeg_open_input()Max Kellermann
2016-07-28decoder/ffmpeg: move code to lib/ffmpeg/Init.cxxMax Kellermann
2016-07-28decoder/ffmpeg: move code to lib/ffmpeg/LogCallback.cxxMax Kellermann
2016-07-28decoder/ffmpeg: remove obsolete commentMax Kellermann
2016-07-28decoder/ffmpeg: convert enums to constexprMax Kellermann
2016-07-28decoder/ffmpeg: move struct AvioStream to FfmpegIo.hxxMax Kellermann
2016-07-28decoder/ffmpeg: use AVStream::durationMax Kellermann
2016-07-28decoder/ffmpeg: use more referencesMax Kellermann
2016-07-28decoder/ffmpeg: move code to lib/ffmpeg/Time.hxxMax Kellermann
2016-07-28decoder/ffmpeg: use av_free() instead of av_freep()Max Kellermann
2016-07-28decoder/ffmpeg: add API documentationMax Kellermann
2016-07-28decoder/ffmpeg: copy_interleave_frame() returns ConstBufferMax Kellermann
2016-07-28decoder/ffmpeg: copy_interleave_frame() returns ErrorMax Kellermann