[FFmpeg-devel] [PATCH] 8088flex TMV demuxer and decoder
Daniel Verkamp
daniel
Wed May 6 23:33:07 CEST 2009
On Wed, May 6, 2009 at 4:03 PM, Stefano Sabatini
<stefano.sabatini-lala at poste.it> wrote:
>> From 50f0094cdb346c444b77b2a4c96fce249d88226b Mon Sep 17 00:00:00 2001
>> From: Daniel Verkamp <daniel at drv.nu>
>> Date: Fri, 24 Apr 2009 10:00:25 -0500
>> Subject: [PATCH 3/3] 8088flex TMV demuxer
>>
>> ---
>> ?libavformat/Makefile ? ? | ? ?1 +
>> ?libavformat/allformats.c | ? ?1 +
>> ?libavformat/tmv.c ? ? ? ?| ?156 ++++++++++++++++++++++++++++++++++++++++++++++
>> ?3 files changed, 158 insertions(+), 0 deletions(-)
>> ?create mode 100644 libavformat/tmv.c
>
> Missing change to avcodec.h with the TMV codec id definition.
>
That's in the decoder patch.
> Also please provide a change to the list of supported file formats in
> doc/general.texi.
>
Docs and changelog patch attached.
Thanks,
-- Daniel Verkamp
-------------- next part --------------
>From a848ff02fb7dcb6d07a30032bcc3a273fc067bf0 Mon Sep 17 00:00:00 2001
From: Daniel Verkamp <daniel at drv.nu>
Date: Wed, 6 May 2009 16:34:38 -0500
Subject: [PATCH 4/4] 8088flex docs and changelog
---
Changelog | 1 +
doc/general.texi | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Changelog b/Changelog
index 28dd6ed..e3c10f6 100644
--- a/Changelog
+++ b/Changelog
@@ -15,6 +15,7 @@ version <next>:
- RTP depacketization of Vorbis
- Cook multichannel decoding support
- introduced avlanguage helpers in libavformat
+- 8088flex TMV demuxer and decoder
version 0.5:
diff --git a/doc/general.texi b/doc/general.texi
index 73b4116..ca1283a 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -43,6 +43,7 @@ library:
@item Name @tab Encoding @tab Decoding @tab Comments
@item 4xm @tab @tab X
@tab 4X Technologies format, used in some games.
+ at item 8088flex TMV @tab @tab X
@item Audio IFF (AIFF) @tab X @tab X
@item American Laser Games MM @tab @tab X
@tab Multimedia format used in games like Mad Dog McCree.
@@ -283,6 +284,7 @@ following image formats are supported:
@item Name @tab Encoding @tab Decoding @tab Comments
@item 4X Movie @tab @tab X
@tab Used in certain computer games.
+ at item 8088flex TMV @tab @tab X
@item 8SVX exponential @tab @tab X
@item 8SVX fibonacci @tab @tab X
@item American Laser Games MM @tab @tab X
--
1.6.2.3
More information about the ffmpeg-devel
mailing list