aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/faad_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoders: added and fixed GLib log domainsMax Kellermann2009-02-171-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 CamelCaseMax Kellermann2009-02-161-160/+159
| | | | Renamed functions and variables.
* faad: removed AacBuffer.fileOffsetMax Kellermann2009-02-161-3/+0
| | | | | The element fileOffset is only written, but never read. It can be removed safely.
* renamed decoder plugin "aac" to "faad"Max Kellermann2009-02-161-0/+469
A decoder plugin should be named after the library which is used.