mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 06:58:49 +00:00
add 4CC code for h264 in avi (VSSH)
Original commit message from CVS: add 4CC code for h264 in avi (VSSH)
This commit is contained in:
parent
2e3914cece
commit
7974616341
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
||||||
|
|
||||||
* docs/random/mimetypes.txt:
|
* docs/random/mimetypes:
|
||||||
|
Add FOURCC code for h264 codec (VSSH)
|
||||||
Add alternate FOURCC codes for h263 related codecs
|
Add alternate FOURCC codes for h263 related codecs
|
||||||
|
|
||||||
2004-12-10 Stefan Kost <ensonic@users.sf.net>
|
2004-12-10 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
|
@ -238,7 +238,7 @@ framerate = 0 - MAXFLOAT (FLOAT)
|
||||||
6 - H263 and related codecs
|
6 - H263 and related codecs
|
||||||
MIME type: video/x-h263
|
MIME type: video/x-h263
|
||||||
Properties:
|
Properties:
|
||||||
Known fourccs: H263, i263, L263, M263/m263, s263, x263, VDOW, VIVO
|
Known fourccs: H263/h263, i263, L263, M263/m263, s263, x263, VDOW, VIVO
|
||||||
Encoder: ffenc_h263, ffenc_h263p
|
Encoder: ffenc_h263, ffenc_h263p
|
||||||
Decoder: ffdec_h263, ffdec_h263i
|
Decoder: ffdec_h263, ffdec_h263i
|
||||||
|
|
||||||
|
@ -311,6 +311,7 @@ framerate = 0 - MAXFLOAT (FLOAT)
|
||||||
17 - H264
|
17 - H264
|
||||||
MIME type: video/x-h264
|
MIME type: video/x-h264
|
||||||
Properties:
|
Properties:
|
||||||
|
Known fourccs: VSSH
|
||||||
Encoder:
|
Encoder:
|
||||||
Decoder: ffdec_h264
|
Decoder: ffdec_h264
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue