Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mp4ff: call decoder_initialized() after libfaad initialization | Max Kellermann | 2009-02-18 | 1 | -23/+32 |
| | | | | | Don't wait for the first frame to be decoded. We already have the sample rate and the channel count from faacDecInit2(). | ||||
* | mp4ff: merged mp4_load_tag() into mp4_tag_dup() | Max Kellermann | 2009-02-18 | 1 | -7/+1 |
| | | | | | The function mp4_load_tag() is used only once, and mp4_tag_dup() is a one-liner. Merge them. | ||||
* | decoders: added and fixed GLib log domains | Max Kellermann | 2009-02-17 | 1 | -1/+4 |
| | | | | | Fixed the log domains of the renamed decoders. Added G_LOG_DOMAIN macros in decoders which don't have one already. | ||||
* | renamed decoder plugin "mp4" to "mp4ff" | Max Kellermann | 2009-02-17 | 1 | -0/+420 |
This plugin is based on "libmp4ff". |