[MPlayer-cvslog] r27133 - in trunk: Changelog etc/codecs.conf libmpdemux/extension.c libmpdemux/mp_taglists.c
Diego Biurrun
diego at biurrun.de
Tue Jun 24 21:36:30 CEST 2008
On Tue, Jun 24, 2008 at 02:15:31PM +0200, compn wrote:
>
> Log:
> add support for /game-formats/psx-str/
Hmmm...
> --- trunk/Changelog (original)
> +++ trunk/Changelog Tue Jun 24 14:15:31 2008
> @@ -7,7 +7,7 @@ MPlayer (1.0)
> - * video game codecs: BFI video
> + * video game codecs: BFI video, PSX STR files
Hmmm...
> --- trunk/etc/codecs.conf (original)
> +++ trunk/etc/codecs.conf Tue Jun 24 14:15:31 2008
> @@ -9,6 +9,14 @@ release 20070930
>
> +videocodec ffmdec
> + info "FFmpeg Sony PlayStation MDEC (Motion DECoder)"
> + status working
> + fourcc MDEC ; internal MPlayer FourCC
> + driver ffmpeg
> + dll mdec
> + out YV12
> +
> @@ -2813,6 +2821,13 @@ audiocodec ffadpcmeamaxis
>
> +audiocodec ffadpcmxa
> + info "FFmpeg XA ADPCM audio"
> + status working
> + fourcc PSXA ; internal MPlayer FourCC
> + driver ffmpeg
> + dll adpcm_xa
So what did you add support for now?
Diego
More information about the MPlayer-cvslog
mailing list