Commit Graph
26 Commits
Author SHA1 Message Date
Piotr BandurskiandVittorio Giovara b7a12ab95b riff: add G723_1 wav tag 2014-04-04 01:29:28 +02:00
Piotr BandurskiandVittorio Giovara ae58466994 riff: support 'aas4' FourCC 2014-04-04 01:29:27 +02:00
Piotr BandurskiandVittorio Giovara 7100f3c07d riff: add "YUV8" FourCC
Sample-Id: MAILTEST.AVI
2014-04-04 01:29:27 +02:00
Piotr BandurskiandVittorio Giovara c9787f034c riff: Add "S263" FourCC 2014-04-04 01:29:27 +02:00
Piotr BandurskiandVittorio Giovara eaec09a575 riff: Add SLDV FourCC for dvvideo 2014-04-04 01:29:25 +02:00
Piotr BandurskiandVittorio Giovara 6aa7cbd58c riff: add dvis/pdvc FourCCs 2014-04-04 01:29:24 +02:00
Piotr BandurskiandVittorio Giovara adf0ff0000 riff: add "GXVE" FourCC for WMV2
Sample-Id: vivd.avi
2014-04-04 01:29:24 +02:00
Piotr BandurskiandVittorio Giovara ade32b4a84 riff: add "SM4V" FourCC 2014-04-04 01:29:23 +02:00
Piotr BandurskiandVittorio Giovara 32b0942c99 riff: add DM4V FourCC 2014-04-04 01:29:23 +02:00
Piotr BandurskiandVittorio Giovara 9ab2d5a33c riff: add "lsvm" FourCC for H263. 2014-04-04 01:29:22 +02:00
Piotr BandurskiandVittorio Giovara a52a1bc912 riff: add SMV2 FourCC for H264
Sample-Id: smv2.avi
2014-04-04 01:29:21 +02:00
Piotr BandurskiandVittorio Giovara 121b5b7e04 isom: add some BOXX tags 2014-04-04 00:20:12 +02:00
Piotr BandurskiandVittorio Giovara e7cd53bf66 sgi: check maximum supported resolution
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-04-01 01:13:18 +02:00
Piotr BandurskiandVittorio Giovara 8a0bc40545 libspeex: support ZygoAudio (quality 10 mode) 2014-03-09 18:09:39 +01:00
Piotr BandurskiandVittorio Giovara db32f14c3d isom: add "MNG" FourCC 2014-03-09 18:09:39 +01:00
Piotr BandurskiandVittorio Giovara 31e558fbcf isom: add "NO16" FourCC 2014-03-09 18:09:39 +01:00
Piotr BandurskiandVittorio Giovara 6509012398 isom: add Radius DV YUV FourCCs 2014-03-09 18:09:38 +01:00
Piotr BandurskiandDerek Buitenhuis f5fa03660d vble: Do not abort decoding when version is not 1
Some combinations of OS, VirtualDub, and VBLE can accidentally
set the version to a value other than 1. Since no other version
of VBLE was ever released, simply warn about it.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-11-27 17:16:04 -05:00
Piotr BandurskiandDerek Buitenhuis 835a893bcb rawdec: Support fourccs YV16 and YV24 2012-04-03 15:48:53 -04:00
Piotr BandurskiandDiego Biurrun 3f57bde1f2 frwu: lowercase the FRWU codec name
This is more consistent with all the other codec names.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-02-02 18:44:52 +01:00
Piotr BandurskiandAnton Khirnov d3a5c26986 rawdec: Support more QT 1bpp rawvideo files.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-01-01 22:27:04 +01:00
ami_stuffandDiego Biurrun 67e7dc5404 rawdec: Fix decoding of QT WRAW files.
From some tests it results that:
1. All of the AVI/MOV WRAW files need to be flipped.
2. MOV WRAW files need to use AVI color modes.
3. Assigning PAL8 mode by default to WRAW codec is not correct.
2011-06-21 22:18:59 +02:00
ami_stuffandDiego Biurrun 7ac639654f mov: Support R10g codec identifier. 2011-06-21 21:38:59 +02:00
ami_stuffandDiego Biurrun 2ea1ca1714 riff: Add DAVC fourcc.
This fourcc is used by the "mpegable AVC" codec and files encoded with
this codec decode correctly with our H.264 decoder.
2011-06-21 21:38:58 +02:00
ami_stuffandCarl Eugen Hoyos 8be7ac98ca Support decoding of SoftLab-NSK VideoTizer.
Patch by ami_stuff, ami_stuff o2 pl

Originally committed as revision 21245 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16 13:13:49 +00:00
ami_stuffandCarl Eugen Hoyos a4be782cbd Support 2Vuy in mov, fixes issue 1690.
Patch by ami_stuff, ami_stuff o2 pl

Originally committed as revision 21230 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16 00:32:09 +00:00