Nicolas Bertrand
|
28a807e28b
|
libopenjpeg: Add support for XYZ colorspace, found in DCINEMA frames
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
2013-04-04 19:53:07 +02:00 |
|
Anton Khirnov
|
759001c534
|
lavc decoders: work with refcounted frames.
|
2013-03-08 07:38:30 +01:00 |
|
Anton Khirnov
|
df9b956751
|
lavc: fix decode_frame() third parameter semantics for video decoders
It's got_frame, not data size
|
2012-12-04 21:45:36 +01:00 |
|
Anton Khirnov
|
50ba57e0ce
|
lavc: do not use av_pix_fmt_descriptors directly.
|
2012-10-12 12:45:39 +02:00 |
|
Anton Khirnov
|
716d413c13
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
2012-10-08 07:13:26 +02:00 |
|
Martin Storsjö
|
e6153f173a
|
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2012-09-04 23:13:44 +03:00 |
|
Martin Storsjö
|
7ebe3962f3
|
Add missing includes for code relying on external libraries
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2012-08-16 16:47:02 +03:00 |
|
Anton Khirnov
|
36ef5369ee
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
2012-08-07 16:00:24 +02:00 |
|
Diego Biurrun
|
0177b7d23a
|
Improve descriptiveness of a number of codec and container long names
|
2012-07-30 20:46:55 +02:00 |
|
Michael Bradshaw
|
44dc9c6af0
|
libopenjpeg: support YUV and deep RGB pixel formats
Based on FFmpeg version from
commit 3275981207
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
2012-07-26 10:20:04 +02:00 |
|
Luca Barbato
|
51a5ddfa01
|
libopenjpeg: K&R formatting cosmetics
|
2012-07-22 04:05:45 +02:00 |
|
Luca Barbato
|
ce64e5bfd1
|
libopenjpeg: introduce lowres and lowqual private options
OpenJPEG can decode in lower resolution or decode only a number
of enhancement layers.
|
2012-07-20 13:23:18 +02:00 |
|
Michael Bradshaw
|
b43a7bb4f9
|
libopenjpeg: rename decoder source file.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
2012-07-17 14:56:22 +02:00 |
|