Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoders: added and fixed GLib log domains | Max Kellermann | 2009-02-17 | 1 | -2/+2 |
| | | | | | Fixed the log domains of the renamed decoders. Added G_LOG_DOMAIN macros in decoders which don't have one already. | ||||
* | faad: no CamelCase | Max Kellermann | 2009-02-16 | 1 | -160/+159 |
| | | | | Renamed functions and variables. | ||||
* | faad: removed AacBuffer.fileOffset | Max Kellermann | 2009-02-16 | 1 | -3/+0 |
| | | | | | The element fileOffset is only written, but never read. It can be removed safely. | ||||
* | renamed decoder plugin "aac" to "faad" | Max Kellermann | 2009-02-16 | 1 | -0/+469 |
A decoder plugin should be named after the library which is used. |