aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/faad_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* faad: added length check before comparing "ADIF"Max Kellermann2009-02-171-1/+1
| | | | | It's not valid to use the buffer's data without ensuring that the buffer contains enough data.
* faad: renamed internal functionsMax Kellermann2009-02-171-12/+12
| | | | "aac" -> "faad"
* 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.