aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/vorbis_decoder_plugin.c
Commit message (Collapse)AuthorAge
* fix crash when decoder is NULLRomain Bignon2010-05-31
|
* decoder/vorbis: rename local variable "ret"Max Kellermann2010-05-31
|
* decoder/vorbis: implement method stream_tag()Max Kellermann2010-05-31
| | | | This allows tags in archive files.
* decoder/vorbis: move code to vorbis_open_stream()Max Kellermann2010-05-31
|
* decoder/vorbis: use single global ov_callbacks constantMax Kellermann2010-05-30
| | | | Initialize the ov_callbacks struct at compile time.
* decoder/vorbis: rename struct vorbis_decoder_data to vorbis_isMax Kellermann2010-05-30
|
* replay_gain_info: allocate the struct staticallyMax Kellermann2010-02-17
| | | | | | Don't allocate each replay_gain_info object on the heap. Those objects who held a pointer now store a full replay_gain_info object. This reduces the number of allocations and heap fragmentation.
* decoder_api: removed function decoder_get_uri()Max Kellermann2010-01-18
| | | | Use input_stream.uri.
* renamed decoder plugin sourcesMax Kellermann2010-01-04
Make it X_decoder_plugin.c.