Paul B Mahol and Luca Barbato
f06f6daaf8
mxf: Parse random index pack
...
Get the last partition offset and use it when footer partition
offset is missing.
Footer partition may not be present and even if present footer
partition offset may not be set in any partition except last one.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org >
2014-03-06 19:28:20 +01:00
Paul B Mahol and Martin Storsjö
63debaa74c
libopusenc: Change default frame duration to 20 ms
...
20 ms is the default in the libopus encoder, and gives better
quality than 10 ms.
Signed-off-by: Martin Storsjö <martin@martin.st >
2014-01-06 18:56:44 +02:00
Paul B Mahol and Luca Barbato
e518cb863e
jvdec: Fix memory leak of jv->frames
...
Signed-off-by: Luca Barbato <lu_zero@gentoo.org >
2013-12-20 17:44:20 +01:00
Paul B Mahol and Anton Khirnov
79ef4b19bf
FATE: add bitexact sws flags to the fieldorder test
...
swscale is called for the 420 to 422 conversion
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2013-10-27 21:34:28 +01:00
Paul B Mahol and Luca Barbato
a529fa2f4d
lxf: remove deplanarization hack
...
Signed-off-by: Luca Barbato <lu_zero@gentoo.org >
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
2013-09-27 01:33:46 +02:00
Paul B Mahol and Luca Barbato
7e52080cb1
pcm: support 24-bit/32-bit little-endian planar
...
Used by LXF.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org >
2013-09-27 01:33:45 +02:00
Paul B Mahol and Derek Buitenhuis
b09d86c636
utvideoenc: use av_image_copy_plane()
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com >
2013-07-28 10:57:51 -04:00
Paul B Mahol and Justin Ruggles
57231e4d5b
tak: demuxer, parser, and decoder
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-12-07 16:15:02 -05:00
Paul B Mahol and Luca Barbato
b519298a15
pixdesc: fix yuva 10bit bit depth
...
It was wrongly set as the yuva 16bit one.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Luca Barbato <lu_zero@gentoo.org >
2012-12-05 17:52:55 +01:00
Paul B Mahol and Justin Ruggles
b491da18d1
yop: fix typo
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-11-25 11:10:52 -05:00
Paul B Mahol and Luca Barbato
37f4a976b3
zerocodec: check if the previous frame is missing
...
ZeroCodec relies on the keyframe flag being set in the container, and
prev is the previously decoded frame. A keyframe flags incorrectly set
will lead to this condition.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Luca Barbato <lu_zero@gentoo.org >
2012-05-06 15:47:10 -07:00
Paul B Mahol and Justin Ruggles
55abaa58e5
westwood_vqa: fix SND0 chunk handling
...
Version from vqa header does not dictate which sound chunks may
appear in file.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-03-27 11:58:15 -04:00
Paul B Mahol and Ronald S. Bultje
f0a343f399
westwood_vqa: set video stream duration
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-27 08:54:07 -07:00
Paul B Mahol and Justin Ruggles
791d6df4ae
FATE: change fate-maxis-xa to a normal demuxing test
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-03-19 17:17:54 -04:00
Paul B Mahol and Justin Ruggles
b36872bdb6
FATE: add test for adpcm-ea-maxis-xa
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-03-19 17:15:54 -04:00
Paul B Mahol and Ronald S. Bultje
5a3a906ba2
vqavideo: port to bytestream2 API
...
Protects against overreads.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-18 07:45:40 -07:00
Paul B Mahol and Justin Ruggles
0afd8f12e9
avcodec: add XBM encoder
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-03-17 15:45:04 -04:00
Paul B Mahol and Ronald S. Bultje
341404f753
vqavideo: check malloc return values
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-16 16:57:12 -07:00
Paul B Mahol and Anton Khirnov
702985b8b7
dxa: remove useless code
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-03-15 14:01:23 +01:00
Paul B Mahol and Ronald S. Bultje
92a02d935b
Add ffvhuff encoding and decoding regression test
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-14 13:24:17 -07:00
Paul B Mahol and Ronald S. Bultje
5b4d026a03
anm: convert to bytestream2 API
...
Protects from overreads.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-14 13:23:07 -07:00
Paul B Mahol and Ronald S. Bultje
f1ce053cd0
bytestream: add more unchecked variants for bytestream2 API
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-14 13:23:07 -07:00
Paul B Mahol and Janne Grunau
a1c036e961
jvdec: unbreak video decoding
...
The safe bitstream reader broke it since the buffer size was specified
in bytes instead of bits.
Signed-off-by: Janne Grunau <janne-libav@jannau.net >
CC: libav-stable@libav.org
2012-03-14 15:34:50 +01:00
Paul B Mahol and Janne Grunau
d3d1b25e69
jv demux: set video stream duration
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Janne Grunau <janne-libav@jannau.net >
2012-03-14 15:34:50 +01:00
Paul B Mahol and Janne Grunau
05e0061ef6
fate: add pam image regression test
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Janne Grunau <janne-libav@jannau.net >
2012-03-14 15:34:50 +01:00
Paul B Mahol and Ronald S. Bultje
6efe180782
FATE: add shorthand to wavpack test
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-12 21:47:47 -07:00
Paul B Mahol and Ronald S. Bultje
29b0d94b43
dfa: convert to bytestream2 API
...
Protects from overreads.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-12 21:47:40 -07:00
Paul B Mahol and Janne Grunau
bd3e07c82a
pcm-mpeg: convert to bytestream2 API
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Janne Grunau <janne-libav@jannau.net >
2012-03-12 23:03:57 +01:00
Paul B Mahol and Ronald S. Bultje
33c5c3ad07
mimic: do not continue if swap_buf_size is 0
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-12 11:47:48 -07:00
Paul B Mahol and Ronald S. Bultje
dba425ad7a
mimic: convert to bytestream2 API
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-12 11:46:34 -07:00
Paul B Mahol and Ronald S. Bultje
05d089a80b
frwu: use MKTAG to check marker instead of AV_RL32
...
Using intreadwrite.h for this is overkill.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-12 11:41:02 -07:00
Paul B Mahol and Ronald S. Bultje
919f355438
txd: port to bytestream2 API
...
Protects against overreads.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-12 11:37:47 -07:00
Paul B Mahol and Martin Storsjö
85aded741e
c93: convert to bytestream2 API
...
Protects against overreads.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Martin Storsjö <martin@martin.st >
2012-03-12 17:13:42 +02:00
Paul B Mahol and Martin Storsjö
947e103a8f
iff: make .long_name more descriptive
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Martin Storsjö <martin@martin.st >
2012-03-12 17:02:02 +02:00
Paul B Mahol and Martin Storsjö
5a877d9530
FATE: add test for cdxl demuxer
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Martin Storsjö <martin@martin.st >
2012-03-12 17:01:58 +02:00
Paul B Mahol and Ronald S. Bultje
ea1d64ab10
ttadec: unbreak playback of matroska files
...
Matroska demuxer needs to recreate tta header, so just display
crc error without aborting.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-08 11:56:45 -08:00
Paul B Mahol and Ronald S. Bultje
aed9da20af
parser: remove forward declaration of MpegEncContext
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-03-07 09:48:29 -08:00
Paul B Mahol and Justin Ruggles
31b132c094
fate: add cdxl test for bit line plane arrangement
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-29 15:11:05 -05:00
Paul B Mahol and Justin Ruggles
42459c6abb
cdxl: bit line plane arrangement support
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-26 00:04:32 -05:00
Paul B Mahol and Justin Ruggles
cf6914e27f
cdxl: remove early check for bpp
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-26 00:04:32 -05:00
Paul B Mahol and Justin Ruggles
126daeb550
cdxl: set pix_fmt PAL8 only if palette is available
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-26 00:04:32 -05:00
Paul B Mahol and Anton Khirnov
99cff417f3
xwdenc: fix monow encoding
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-02-25 07:45:06 +01:00
Paul B Mahol and Justin Ruggles
159a2436b0
fate: add tests for cdxl video
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-25 00:18:24 -05:00
Paul B Mahol and Justin Ruggles
904817cb9f
cdxl: fix ham6/8 on big endian
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-25 00:18:14 -05:00
Paul B Mahol and Ronald S. Bultje
14c98973f5
apetag: do not leak memory if avio_read() fails
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-02-23 16:16:37 -08:00
Paul B Mahol and Diego Biurrun
15b4b505c2
img2: split muxer and demuxer into separate files
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-02-22 22:04:03 +01:00
Paul B Mahol and Justin Ruggles
58700edb94
cdxl: correctly synchronize video timestamps to audio
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-22 10:50:42 -05:00
Paul B Mahol and Janne Grunau
ca085e667b
mlpdec: use av_log_ask_for_sample()
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Janne Grunau <janne-libav@jannau.net >
2012-02-21 16:01:31 +01:00
Paul B Mahol and Diego Biurrun
08630d25a2
png: make .long_name more descriptive
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-02-21 15:47:05 +01:00
Paul B Mahol and Justin Ruggles
0996f406c4
pnmdec: remove useless .pix_fmts
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-20 13:46:57 -05:00
Paul B Mahol and Justin Ruggles
e04ca1d4ce
ttadec: cosmetics: reindent
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-19 13:04:10 -05:00
Paul B Mahol and Justin Ruggles
b5c626fdf3
cdxl: fix video decoding for some files
...
Width is padded for ham encodings too.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-17 14:20:18 -05:00
Paul B Mahol and Justin Ruggles
6d10c5bfc0
cdxl: fix audio for some samples
...
There may be extra padding at and of chunk.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-17 14:19:35 -05:00
Paul B Mahol and Justin Ruggles
f02edc4c06
apetag: add proper support for binary tags
...
export as attachment streams
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-17 14:16:11 -05:00
Paul B Mahol and Justin Ruggles
323b9da969
ttadec: remove dead code
...
The unused code being removed is for encoding only and therefore is not needed
by the decoder.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-17 13:38:09 -05:00
Paul B Mahol and Diego Biurrun
dc4e57489f
CDXL demuxer and decoder
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-02-14 22:32:53 +01:00
Paul B Mahol and Justin Ruggles
2af3dc8698
ttadec: CRC checking
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-14 13:00:55 -05:00
Paul B Mahol and Diego Biurrun
1c77a5307f
smjpegdec: implement seeking
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-02-14 10:12:44 +01:00
Paul B Mahol and Justin Ruggles
f98ede7e61
v210enc: remove redundant check for pix_fmt
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-10 15:59:23 -05:00
Paul B Mahol and Justin Ruggles
c388558d31
wavpack: allow user to disable CRC checking
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-10 15:54:08 -05:00
Paul B Mahol and Justin Ruggles
dcd2b55e1a
Check AVCodec.pix_fmts in avcodec_open2()
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-10 13:24:37 -05:00
Paul B Mahol and Justin Ruggles
0f3d8baef9
WavPack demuxer: set packet duration
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-09 13:13:04 -05:00
Paul B Mahol and Anton Khirnov
9aff2d1753
tta: use skip_bits_long()
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-02-09 17:10:26 +01:00
Paul B Mahol and Justin Ruggles
a16c3a07a6
apetag: fix comment
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-08 21:47:12 -05:00
Paul B Mahol and Anton Khirnov
d016d3074c
Revert "v210enc: use FFALIGN()"
...
FFALIGN doesn't work with non-powers-of-2.
This reverts commit 7ad1b612c8 .
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-02-06 19:57:52 +01:00
Paul B Mahol and Anton Khirnov
3cc0353f8d
v210dec: check for coded_frame allocation failure
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-02-06 08:00:31 +01:00
Paul B Mahol and Anton Khirnov
986c1c483b
v210enc: use stride as it is already calculated
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-02-06 08:00:23 +01:00
Paul B Mahol and Anton Khirnov
7ad1b612c8
v210enc: use FFALIGN()
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-02-06 08:00:15 +01:00
Paul B Mahol and Anton Khirnov
b5f50da593
v210enc: return proper AVERROR codes instead of -1
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-02-06 07:59:47 +01:00
Paul B Mahol and Anton Khirnov
66fa2a1fb3
v210enc: do not set coded_frame->key_frame
...
It is already set in avcodec_alloc_frame().
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-02-06 07:59:24 +01:00
Paul B Mahol and Anton Khirnov
d73466f841
v210enc: check for coded_frame allocation failure
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-02-06 07:59:16 +01:00
Paul B Mahol and Justin Ruggles
86b57e4efe
ape: fix seeking
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-04 14:32:33 -05:00
Paul B Mahol and Justin Ruggles
b60620bf7e
apedec: 8bit and 24bit support
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-04 14:03:20 -05:00
Paul B Mahol and Justin Ruggles
38c6bbc118
ra144enc: drop pointless "encoder" from .long_name
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-01 20:17:25 -05:00
Paul B Mahol and Justin Ruggles
41dd77bdbc
doc: decoding Forward Uncompressed is supported
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-01 19:31:50 -05:00
Paul B Mahol and Justin Ruggles
5ff88020ac
frwu: Employ more meaningful return values.
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-01 16:17:47 -05:00
Paul B Mahol and Diego Biurrun
8ca8e4a846
zmbv: Employ more meaningful return values.
...
Also use av_log_ask_for_sample() where it makes sense.
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-02-01 14:24:25 +01:00
Paul B Mahol and Diego Biurrun
013a677fb6
zmbvenc: Employ more meaningful return values.
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-02-01 14:23:20 +01:00
Paul B Mahol and Ronald S. Bultje
d4eeadcbbf
truespeech: align buffer
...
DSPContext.bswap_buf() requires aligned output
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-31 21:42:33 -08:00
Paul B Mahol and Ronald S. Bultje
08d8029ea8
swscale: more generic check for planar destination formats with alpha
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-30 07:37:13 -08:00
Paul B Mahol and Anton Khirnov
8b933129b9
avutil: make intfloat api public
...
The functions are already av_ prefixed and intfloat header is already provided.
Install libavutil/intfloat.h
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-01-30 07:41:31 +01:00
Paul B Mahol and Ronald S. Bultje
5eda82aac9
frwu: check if allocation was successful
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-27 09:31:06 +08:00
Paul B Mahol and Ronald S. Bultje
fc115c80b7
sws/pixfmt/pixdesc: add support for yuva444p
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-27 09:24:08 +08:00
Paul B Mahol and Diego Biurrun
324e818093
8bps: K&R formatting cosmetics
...
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-01-26 22:44:37 +01:00
Paul B Mahol and Diego Biurrun
7de9af65c7
fate: add XWD image regression test
...
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-01-26 01:51:26 +01:00
Paul B Mahol and Ronald S. Bultje
d1ad6bdb6b
Changelog: restore version <next> header
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-24 13:57:59 +08:00
Paul B Mahol and Kostya Shishkov
27ed027bcd
XWD encoder and decoder
...
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com >
2012-01-23 19:04:35 +01:00
Paul B Mahol and Kostya Shishkov
ffa0923eee
add SMJPEG muxer
...
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com >
2012-01-16 11:29:55 +01:00
Paul B Mahol and Kostya Shishkov
68b94f8bc3
avformat: split out common SMJPEG code
...
This is a preparation for adding SMJPEG muxer.
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com >
2012-01-16 11:29:55 +01:00
Paul B Mahol and Ronald S. Bultje
0cc1a86dc3
rgb2rgb: rgb12to15()
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-12 16:43:17 -08:00
Paul B Mahol and Ronald S. Bultje
f7f3563214
rgb2rgb: rgb12tobgr12()
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-11 15:52:53 -08:00
Paul B Mahol and Ronald S. Bultje
84e5159e25
bmpenc: support for PIX_FMT_RGB444
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-10 09:29:22 -08:00
Paul B Mahol and Ronald S. Bultje
353a2d2164
bmpdec: support for rgb444 with bitfields compression
...
Do not display garbage for invalid/unsupported bitfields values.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-10 05:58:19 -08:00
Paul B Mahol and Ronald S. Bultje
0b8b3387a9
rgb2rgb: allow conversion for <15 bpp
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-09 20:09:41 -08:00
Paul B Mahol and Ronald S. Bultje
5cad970971
swscale: RGB4444 and BGR444 input
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-08 20:19:41 -08:00
Paul B Mahol and Ronald S. Bultje
49a2aebc00
vqf: recognize more metadata chunks
...
Do not create tags for non-char chunks.
Create readable tag for DSIZ chunk.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-07 11:14:57 -08:00
Paul B Mahol and Martin Storsjö
75146b8828
ipmovie: Add param change side data if the video dimensions have changed
...
Signed-off-by: Martin Storsjö <martin@martin.st >
2012-01-07 15:25:41 +02:00
Paul B Mahol and Martin Storsjö
17aa02b9a1
interplayvideo: Handle changed video dimensions on the fly
...
Signed-off-by: Martin Storsjö <martin@martin.st >
2012-01-07 15:25:38 +02:00
Paul B Mahol and Ronald S. Bultje
f86209b43d
vqf: add more known extensions
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-06 09:24:40 -08:00
Paul B Mahol and Anton Khirnov
b5aecc6bc0
avformat: Add SMJPEG demuxer.
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2011-12-28 20:17:20 +01:00