Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | decoder/ffmpeg: merged ffmpeg_helper() into ffmpeg_decode() | Max Kellermann | 2010-01-18 | 1 | -116/+67 | |
| | ||||||
* | decoder/ffmpeg: optimized the stream_tag() method | Max Kellermann | 2010-01-18 | 1 | -25/+27 | |
| | | | | Don't use the function ffmpeg_helper(), don't initialize the codec. | |||||
* | decoder/ffmpeg: free AVFormatContext on error | Max Kellermann | 2010-01-18 | 1 | -0/+4 | |
| | | | | Fix a memory leak in some code paths. | |||||
* | decoder_api: removed function decoder_get_uri() | Max Kellermann | 2010-01-18 | 1 | -6/+5 | |
| | | | | Use input_stream.uri. | |||||
* | Merge release 0.15.8 from branch 'v0.15.x | Max Kellermann | 2010-01-18 | 1 | -4/+34 | |
| | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac src/decoder/ffmpeg_decoder_plugin.c src/decoder_thread.c | |||||
* | renamed decoder plugin sources | Max Kellermann | 2010-01-04 | 1 | -0/+552 | |
Make it X_decoder_plugin.c. |