134 Commits (f099cdaba38dfaf1eb666df17c6739da500ddbf8)

Author SHA1 Message Date
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Michael Niedermayer 8e062fd169 rawdec: fix memleak 12 years ago
Nicolas George be40d6cc2b rawdec: fix a typo -- || instead of | 12 years ago
Nicolas George 9cc02101ff lavc/rawdec: set field order on decoded frame. 12 years ago
Nicolas George 6184fa2067 rawdec: work with refcounted frames. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer 30806ddcbc avcodec/rawdec: use AVFrame accessor functions 12 years ago
Anton Khirnov aec50f79e7 rawdec: use AVPALETTE_SIZE instead of magic constants. 12 years ago
Carl Eugen Hoyos a6a5101654 Fix some avi rawvideo formats on big endian. 12 years ago
Anton Khirnov 0ce033f888 rawdec: cosmetics, reformat 12 years ago
Michael Niedermayer 43d6ac53f2 lavc: ff_find_pix_fmt ->avpriv 12 years ago
Michael Niedermayer 86159703f5 ff_find_pix_fmt: return NONE for the "not found" case. 12 years ago
Michael Niedermayer 1e28fa21de rawdec: fix NV12 12 years ago
Michael Niedermayer f105fe5c22 rawdec: fix decoding of odd dimensioned raw yv12 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Peter Ross 2d954ccd84 rawdec: use av_image_check_size 12 years ago
Michael Niedermayer 60e957476e rawdec: check avpicture_get_size() return value 12 years ago
Tim Nicholson 0ee57f8b14 rawdec.c: Extract interlace information from quicktime flag if it exisits. 12 years ago
Diego Biurrun 52d113ee06 avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() 12 years ago
Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 0ae3ba8daa avcodec: Drop long-deprecated imgconvert.h header 12 years ago
Michael Niedermayer 79bf1f0ad0 rawdec: fix "warning: assignment from incompatible pointer type" 12 years ago
Michael Niedermayer ba2cf854d0 lavc: move AVRn to a seperate decoder. 12 years ago
Michael Niedermayer 0de4918f32 rawdec: support AVRn 1:1 raw interlaced mode 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Piotr Bandurski 96e2507363 isom: add "NO16" FourCC 13 years ago
Stefano Sabatini ab7dbdc92c lavc/rawdec: add assertion check in raw_decode() 13 years ago
Stefano Sabatini 17a54f5de8 lavc/rawdec: prefer constant AVPALETTE_SIZE over 256*4 13 years ago
Paul B Mahol e9d5c0520f lavc: use designated initializers for AVClasses 13 years ago
Stefano Sabatini b583ccc3db lavc/rawdec: propagate duration from packet to frame 13 years ago
Stefano Sabatini 6808759a58 lavc/rawdec: fix various bogus error codes and add some logs 13 years ago
Carl Eugen Hoyos ab7d6cb8f7 Support decoding fourcc YVYU. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Piotr Bandurski 835a893bcb rawdec: Support fourccs YV16 and YV24 13 years ago
Ronald S. Bultje 98df2e2414 raw: forward avpicture_fill() error code in raw_decode(). 13 years ago
Michael Niedermayer 8b58f6b5c2 Revert "raw: move buffer size check up." 13 years ago
Michael Niedermayer a22e64fd02 rawdec: Check w/h. 13 years ago
Ronald S. Bultje cc5dd632ce raw: move buffer size check up. 13 years ago
Michael Niedermayer 422e3a74b9 rawdec: fix input overread. 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
Carl Eugen Hoyos 01616f12e2 Fix linesize for rawvideo in mov. 13 years ago
Carl Eugen Hoyos 09f25a9cb0 Allow decoding of uyvy422 CYUV with -vcodec rawvideo. 13 years ago
Stefano Sabatini 28b4af8e38 rawdec: propagate pict_type information to the output frame 13 years ago
Piotr Bandurski d3a5c26986 rawdec: Support more QT 1bpp rawvideo files. 13 years ago
Clément Bœsch 539399d4d1 AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
ami_stuff 3950376b8b Support fourcc YV24. 14 years ago