[MPlayer-cvslog] r25899 - trunk/DOCS/tech/wishlist

Roberto Togni rxt at rtogni.it
Mon Jan 28 22:27:36 CET 2008


On Mon, 28 Jan 2008 12:49:31 +0100 (CET)
ivo <subversion at mplayerhq.hu> wrote:

> Author: ivo
> Date: Mon Jan 28 12:49:30 2008
> New Revision: 25899
> 
> Log:
> port libmpdemux demuxers to libavformat or rewrite from scratch
> 
> 
> Modified:
>    trunk/DOCS/tech/wishlist
> 
> Modified: trunk/DOCS/tech/wishlist
> ==============================================================================
> --- trunk/DOCS/tech/wishlist	(original)
> +++ trunk/DOCS/tech/wishlist	Mon Jan 28 12:49:30 2008
> @@ -55,6 +55,16 @@ Cleanup:
>  
>   * Restructure configure and fix CPU flags supported but not shown.
>  
> + * Port libmpdemux demuxers to libavformat or write your own from scratch.
> +   libmpdemux is considered deprecated and should eventually be removed.
> +   As of 2008-01-28, the following demuxers are missing from libavformat:
> +
> +   - TiVo (ty streams, not TiVo To Go)
> +   - VIVO
> +   - VQF

This is decodeable only by a binary codec

> +   - XMMS

Wrapper for external binaries

> +   - libnemesi

Wrapper for an external library

> +   - SL support for MPEG-TS
>  

And btw i think that libpdemux must stay; single demuxers may be ported
to lavf, but MPlayer shuld keep its own complete data flow (stream
layer, demuxer layer, codecs, filters, ...).

Also whoever ports stuff to lav* should be careful on license issues
(i personally disagree to add GPL code to lav*, but I'm not the one
who have the final word on it).

Ciao,
 Roberto

-- 
Better is the enemy of good enough.



More information about the MPlayer-cvslog mailing list