Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-22 | decoder/ffmpeg: move code to pcm/Interleave.cxx | Max Kellermann | 1 | -19/+6 | |
2015-06-22 | decoder/ffmpeg: check for commands earlier | Max Kellermann | 1 | -22/+22 | |
Improve initial seek by not reading/decoding the first frame before checking for the seek command. | |||||
2015-06-20 | decoder/ffmpeg: skip unwanted samples after seeking | Max Kellermann | 1 | -5/+48 | |
When seeking to the beginning of a packet, skip the samples that come before the desired time stamp. | |||||
2015-06-20 | decoder/ffmpeg: use AVSEEK_FLAG_BACKWARD for seeking | Max Kellermann | 1 | -1/+5 | |
Ask FFmpeg to seek to the next packet boundary *before* the seek position, so we don't miss audio data. Now we get too much, but we'll solve that in the next commit. | |||||
2015-06-19 | decoder/ffmpeg: move code to StreamRelativePts() | Max Kellermann | 1 | -6/+20 | |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 1 | -1/+1 | |
The old struct config_param remains only for top-level string options. | |||||
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-12-23 | decoder/ffmpeg: support interleaved floating point | Max Kellermann | 1 | -0/+1 | |
2014-12-23 | decoder/ffmpeg: fix indent | Max Kellermann | 1 | -2/+2 | |
2014-12-22 | decoder/ffmpeg: simplify mpd_ffmpeg_open_input() | Max Kellermann | 1 | -17/+12 | |
2014-12-21 | decoder/ffmpeg: move code to lib/ffmpeg/Init.cxx | Max Kellermann | 1 | -4/+2 | |
2014-12-20 | decoder/ffmpeg: move code to lib/ffmpeg/LogCallback.cxx | Max Kellermann | 1 | -34/+2 | |
2014-12-19 | decoder/ffmpeg: remove obsolete comment | Max Kellermann | 1 | -1/+0 | |
2014-12-19 | decoder/ffmpeg: convert enums to constexpr | Max Kellermann | 1 | -4/+2 | |
2014-12-19 | decoder/ffmpeg: move struct AvioStream to FfmpegIo.hxx | Max Kellermann | 1 | -74/+1 | |
2014-12-19 | decoder/ffmpeg: remove unnecessary nullptr check for av_free() | Max Kellermann | 1 | -2/+1 | |
2014-12-19 | decoder/ffmpeg: use AVStream::duration | Max Kellermann | 1 | -10/+6 | |
Use the duration of the stream we're actually decoding - not the "global" attribute AVFormatContext::duration which may differ. | |||||
2014-12-19 | decoder/ffmpeg: skip _scan_stream() if no audio stream was found | Max Kellermann | 1 | -5/+9 | |
2014-12-19 | decoder/ffmpeg: remove redundant audio stream check | Max Kellermann | 1 | -3/+3 | |
2014-12-19 | decoder/ffmpeg: use more references | Max Kellermann | 1 | -16/+16 | |
2014-12-19 | decoder/ffmpeg: merge avformat_close_input() calls | Max Kellermann | 1 | -57/+63 | |
2014-12-19 | decoder/ffmpeg: move code to lib/ffmpeg/Time.hxx | Max Kellermann | 1 | -48/+6 | |
2014-12-19 | decoder/ffmpeg: use av_free() instead of av_freep() | Max Kellermann | 1 | -1/+1 | |
2014-12-19 | decoder/ffmpeg: add API documentation | Max Kellermann | 1 | -1/+5 | |
2014-12-18 | decoder/ffmpeg: copy_interleave_frame() returns ConstBuffer | Max Kellermann | 1 | -12/+12 | |
2014-12-18 | decoder/ffmpeg: copy_interleave_frame() returns Error | Max Kellermann | 1 | -14/+22 | |
2014-12-18 | decoder/ffmpeg: pass AVPacket copy to ffmpeg_send_packet() | Max Kellermann | 1 | -7/+5 | |
2014-12-18 | decoder/ffmpeg: simplify ffmpeg_send_packet() | Max Kellermann | 1 | -15/+15 | |
2014-12-18 | decoder/ffmpeg: pass references instead of pointers | Max Kellermann | 1 | -33/+33 | |
2014-12-18 | decoder/ffmpeg: move code to class FfmpegBuffer | Max Kellermann | 1 | -17/+10 | |
2014-12-18 | decoder/ffmpeg: fix crash on out-of-memory | Max Kellermann | 1 | -3/+7 | |
Fixes regression by commit 7c8038e | |||||
2014-12-18 | decoder/ffmpeg: log detailed error message | Max Kellermann | 1 | -2/+2 | |
2014-12-18 | decoder/ffmpeg: remove obsolete comment | Max Kellermann | 1 | -1/+0 | |
2014-12-18 | decoder/ffmpeg: add "pure" attributes | Max Kellermann | 1 | -1/+2 | |
2014-12-11 | decoder/ffpmeg: make variables more local | Max Kellermann | 1 | -3/+2 | |
2014-12-11 | decoder/ffpmeg: simplify ffmpeg_send_packet() | Max Kellermann | 1 | -8/+8 | |
2014-12-11 | decoder/ffmpeg: support stream tags | Max Kellermann | 1 | -0/+39 | |
2014-12-11 | decoder/ffpmeg: move code to FfmpegScanMetadata() | Max Kellermann | 1 | -4/+18 | |
2014-12-10 | decoder/ffmpeg: support ReplayGain and MixRamp | Max Kellermann | 1 | -0/+56 | |
2014-12-10 | decoder/ffpmeg: rename functions to CamelCase | Max Kellermann | 1 | -3/+3 | |
2014-11-07 | decoder/ffmpeg: support opus | Max Kellermann | 1 | -1/+2 | |
2014-10-25 | decoder/ffmpeg: recognize MIME type audio/aacp | Steven OBrien | 1 | -0/+1 | |
2014-08-29 | TagHandler: pass SongTime to duration() | Max Kellermann | 1 | -3/+6 | |
2014-08-29 | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 1 | -3/+5 | |
2014-08-26 | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 1 | -3/+11 | |
For type safety and code readability. | |||||
2014-08-26 | decoder/ffmpeg: use integer seek times | Max Kellermann | 1 | -3/+3 | |
2014-08-19 | decoder/ffmpeg: check InputStream::KnownSize() | Max Kellermann | 1 | -0/+3 | |
2014-08-18 | {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxx | Max Kellermann | 1 | -2/+1 | |
Eliminate duplicate definition (in input plugin and decoder plugin). | |||||
2014-05-22 | InputStream: make Seek() always absolute | Max Kellermann | 1 | -2/+21 | |
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | |||||
2014-05-12 | InputStream: "protect" attributes | Max Kellermann | 1 | -4/+4 | |