generic: remove the dlna stuff and add codec container handlers
authorLeandro Dorileo <leandro.maciel.dorileo@intel.com>
Fri, 17 Jan 2014 12:45:28 +0000 (10:45 -0200)
committerLeandro Dorileo <leandro.maciel.dorileo@intel.com>
Wed, 29 Jan 2014 12:15:44 +0000 (10:15 -0200)
commit057c8b1f7bb52396dceb10bc9687ad29513dfac4
treedf2f863ea3d6f5230fc7d706b7b7020c14c0f273
parent35fd18f20e1a0de3e22062bc0f42e2c4eacbdffb
generic: remove the dlna stuff and add codec container handlers

This patch removes the dlna stuffs from generic plugin and for backward
compatibility we have introduce some container and codec handlers so we
can result in the same identifiers as the other plugins, if a handler
is not found we go with what we can extract from the file using the
libavformat api.

The mp4 codec implementation lacks on some profiles/levels parsing by
no a smaller subset - not a minimal, but a smaller subset.
src/plugins/generic/generic.c