aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FfmpegDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-686/+0
|
* Merge branch 'v0.18.x'Max Kellermann2014-01-151-1/+11
|\
| * decoder/ffmpeg: support libav v10_alpha1Max Kellermann2014-01-151-1/+11
| |
| * decoder/ffmpeg: include cleanupMax Kellermann2014-01-151-1/+0
| |
| * decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann2014-01-151-0/+3
| | | | | | | | Fixes potential nullptr dereference.
* | decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann2014-01-141-0/+3
| | | | | | | | Fixes potential nullptr dereference.
* | copyright year 2014Max Kellermann2014-01-131-1/+1
| |
* | Merge tag 'release-0.18.6'Max Kellermann2013-12-241-4/+6
|\|
| * fix FfmpegDecoderPlugin to use relative timestampsSteven O'Brien2013-12-201-4/+6
| |
* | Merge branch 'v0.18.x'Max Kellermann2013-12-141-5/+2
|\|
| * decoder/ffmpeg: use IgnoreError instead of local Error instanceMax Kellermann2013-11-281-5/+2
| |
* | include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|/
* Log: add level "DEFAULT"Max Kellermann2013-11-041-2/+2
| | | | | | Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure".
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-15/+15
|
* InputStream: add method Rewind()Max Kellermann2013-10-231-10/+4
|
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-7/+7
|
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-1/+1
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-17/+17
|
* decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()Max Kellermann2013-10-191-13/+7
|
* Log: new logging library APIMax Kellermann2013-10-021-27/+33
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-7/+6
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-3/+2
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-6/+9
| | | | Replaces GLib's GError.
* FfmpegDecoderPlugin: Allocate the interleaved buffer as needed instead of ↵Alexis Ballier2013-08-071-17/+29
| | | | | | | | using an arbitrary big constant. Also, save a memcpy when FFmpeg outputs interleaved audio. Fixes build with FFmpeg 2.0.
* decoder/ffmpeg: convert struct mpd_ffmpeg_stream to a classMax Kellermann2013-08-051-47/+28
|
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-4/+4
|
* Merge tag 'release-0.17.5'Max Kellermann2013-08-041-0/+1
|
* DecoderPlugin: pass config_param referenceMax Kellermann2013-08-041-1/+1
|
* audio_format: convert to C++Max Kellermann2013-08-031-10/+15
|
* decoder/ffmpeg: require ffmpeg/libav 0.8Max Kellermann2013-07-311-89/+0
| | | | | Now that even Debian stable has picked up version 0.8, we can safely make this a requirement, and remove a lot of old cruft.
* audio_check: convert to C++Max Kellermann2013-07-291-4/+1
|
* tag_handler: convert to C++Max Kellermann2013-07-291-1/+1
|
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
|
* decoder/ffmpeg: suppress warning about unused variableMax Kellermann2013-04-081-0/+2
| | | | Only relevant for old ffmpeg versions.
* ffmpeg decoder plugin: do not allocate an AVFrame on stack.Anton Khirnov2013-04-051-5/+24
| | | | AVFrame must be allocated with avcodec_alloc_frame().
* InputStream: use std::stringMax Kellermann2013-01-281-3/+4
|
* decoder/ffmpeg: require ffmpeg/libav 0.7.6Max Kellermann2013-01-281-65/+3
| | | | | | | | This is the version present in Ubuntu Oneiric, the oldest distribution with gcc 4.6. Debian Squeeze is off target, because it has gcc 4.4, which is unable to compile MPD anyway. This commit drops all API compatibility hacks for older versions.
* input_stream: forward-declare the structMax Kellermann2013-01-261-0/+1
| | | | Hide the definition from C code, to prepare the transition to C++.
* decoder/ffmpeg: convert to C++Max Kellermann2013-01-261-0/+812