index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
decoder
/
plugins
/
FfmpegDecoderPlugin.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-15
decoder/ffmpeg: check for av_samples_get_buffer_size() errors
Max Kellermann
1
-0
/
+3
2014-01-14
decoder/ffmpeg: check for av_samples_get_buffer_size() errors
Max Kellermann
1
-0
/
+3
2014-01-13
copyright year 2014
Max Kellermann
1
-1
/
+1
2013-12-20
fix FfmpegDecoderPlugin to use relative timestamps
Steven O'Brien
1
-4
/
+6
2013-11-28
include cleanup using iwyu
Max Kellermann
1
-1
/
+0
2013-11-28
decoder/ffmpeg: use IgnoreError instead of local Error instance
Max Kellermann
1
-5
/
+2
2013-11-04
Log: add level "DEFAULT"
Max Kellermann
1
-2
/
+2
2013-10-23
input_stream: rename struct to InputStream
Max Kellermann
1
-15
/
+15
2013-10-23
InputStream: add method Rewind()
Max Kellermann
1
-10
/
+4
2013-10-21
decoder: rename the struct to "Decoder"
Max Kellermann
1
-7
/
+7
2013-10-21
decoder_plugin: rename struct to DecoderPlugin
Max Kellermann
1
-1
/
+1
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
1
-17
/
+17
2013-10-19
decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()
Max Kellermann
1
-13
/
+7
2013-10-02
Log: new logging library API
Max Kellermann
1
-27
/
+33
2013-09-27
DecoderCommand: convert to strictly-typed enum
Max Kellermann
1
-7
/
+6
2013-09-05
Tag, ...: move to libtag.a
Max Kellermann
1
-1
/
+1
2013-09-05
InputLegacy: move functions to the input_stream class
Max Kellermann
1
-3
/
+2
2013-09-04
util/Error: new error passing library
Max Kellermann
1
-6
/
+9
2013-08-07
FfmpegDecoderPlugin: Allocate the interleaved buffer as needed instead of usi...
Alexis Ballier
1
-17
/
+29
2013-08-05
decoder/ffmpeg: convert struct mpd_ffmpeg_stream to a class
Max Kellermann
1
-47
/
+28
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
1
-4
/
+4
2013-08-04
DecoderPlugin: pass config_param reference
Max Kellermann
1
-1
/
+1
2013-08-03
audio_format: convert to C++
Max Kellermann
1
-10
/
+15
2013-07-31
decoder/ffmpeg: require ffmpeg/libav 0.8
Max Kellermann
1
-89
/
+0
2013-07-29
audio_check: convert to C++
Max Kellermann
1
-4
/
+1
2013-07-29
tag_handler: convert to C++
Max Kellermann
1
-1
/
+1
2013-07-28
decoder_api: convert to C++
Max Kellermann
1
-1
/
+1
2013-04-08
decoder/ffmpeg: suppress warning about unused variable
Max Kellermann
1
-0
/
+2
2013-04-05
ffmpeg decoder plugin: do not allocate an AVFrame on stack.
Anton Khirnov
1
-5
/
+24
2013-01-28
InputStream: use std::string
Max Kellermann
1
-3
/
+4
2013-01-28
decoder/ffmpeg: require ffmpeg/libav 0.7.6
Max Kellermann
1
-65
/
+3
2013-01-26
input_stream: forward-declare the struct
Max Kellermann
1
-0
/
+1
2013-01-26
decoder/ffmpeg: convert to C++
Max Kellermann
1
-18
/
+30
2013-01-16
decoder/ffmpeg: support float planar audio
Brice Jaglin
1
-0
/
+5
2012-10-05
decoder/ffmpeg: support planar audio
Max Kellermann
1
-0
/
+6
2012-10-05
decoder/ffmpeg: fix playback of planar PCM data
Max Kellermann
1
-8
/
+13
2012-10-05
decoder/ffmpeg: move code to copy_interleave_frame2()
Max Kellermann
1
-5
/
+14
2012-10-05
decoder/ffmpeg: ignore negative time stamps
Max Kellermann
1
-1
/
+1
2012-10-05
decoder/ffmpeg: show unsupported sample format name
Max Kellermann
1
-2
/
+13
2012-10-05
decoder/ffmpeg: pass AVSampleFormat to ffmpeg_sample_format()
Max Kellermann
1
-4
/
+9
2012-10-05
decoder/ffmpeg: remove duplicate sample format error message
Max Kellermann
1
-1
/
+6
2012-05-29
decoder/ffmpeg: improve "decoding failed" message
Jonathan Neuschäfer
1
-1
/
+1
2012-05-29
decoder/ffmpeg: add webm as a supported format
Jonathan Neuschäfer
1
-1
/
+3
2012-02-13
decoder/ffmpeg: read the "year" tag
Max Kellermann
1
-1
/
+1
2012-02-11
decoder_plugin: scan tags with callback table
Max Kellermann
1
-15
/
+16
2012-02-11
decoder/ffmpeg: move code to ffmpeg_metadata.c
Max Kellermann
1
-46
/
+1
2012-02-11
decoder/ffmpeg: remove AV_VERSION_INT definition
Max Kellermann
1
-5
/
+0
2012-02-03
decoder/ffmpeg: use AV_SAMPLE_FMT_* if available
Max Kellermann
1
-0
/
+8
2012-02-03
decoder/ffmpeg: use sentinel for the ffmpeg_tag_maps table
Max Kellermann
1
-3
/
+6
2012-02-03
decoder/ffmpeg: support all MPD tags
Max Kellermann
1
-12
/
+5
[prev]
[next]