Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/ffmpeg: suppress warning about unused variable | Max Kellermann | 2013-04-08 | 1 | -0/+2 |
| | | | | Only relevant for old ffmpeg versions. | ||||
* | ffmpeg decoder plugin: do not allocate an AVFrame on stack. | Anton Khirnov | 2013-04-05 | 1 | -5/+24 |
| | | | | AVFrame must be allocated with avcodec_alloc_frame(). | ||||
* | InputStream: use std::string | Max Kellermann | 2013-01-28 | 1 | -3/+4 |
| | |||||
* | decoder/ffmpeg: require ffmpeg/libav 0.7.6 | Max Kellermann | 2013-01-28 | 1 | -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 struct | Max Kellermann | 2013-01-26 | 1 | -0/+1 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | decoder/ffmpeg: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -0/+812 |