78 Commits (403cde8e85101c8d4d99a3df4bde51e5a24cfded)

Author SHA1 Message Date
Carl Eugen Hoyos b1367f7e5e lavc/dpx: Support GRAY12 colourspace. 8 years ago
Carl Eugen Hoyos aec96e233f lavc/dpx: Support decoding 12 bit colourspace with transparency information. 9 years ago
Carl Eugen Hoyos d5ded429f2 lavc/dpx: Support decoding 10 bit colourspace with transparency information. 9 years ago
Michael Niedermayer c8aaae8e0f avcodec/dpx: Move need_align to act per line 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Carl Eugen Hoyos 2efaaf9476 Support decoding yuv dpx images. 10 years ago
Michael Niedermayer 18255441dd avcodec/dpx: fix framerate 10 years ago
Christophe Gisquet 4ba45c189c dpx: use aligned line starts 10 years ago
Christophe Gisquet 7cdef77b50 dpx: warn if encrypted 10 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Reimar Döffinger d90ba411ab dpx: use intfloat.h instead of deprecated intfloat_readwrite.h. 11 years ago
Michael Niedermayer e0e60c9211 avcodec/dpx: extract frame rate 11 years ago
Anton Khirnov 8451b5f00a dpx: stop using deprecated avcodec_set_dimensions 11 years ago
Paul B Mahol 3abbf20962 dpx: abgr support 11 years ago
Paul B Mahol 23824b9698 avcodec/dpx: support for 8 and 16 bit luma only files 11 years ago
Paul B Mahol e745dc2d6f avcodec/dpx: refactor pixel format selection 11 years ago
Paul B Mahol 62078f25ee avcodec/dpx: return different error code for unsupported depths 11 years ago
Paul B Mahol ee3d03bf4e avcodec/dpx: make .long_name more descriptive 11 years ago
Paul B Mahol fc83c99c0b avcodec/dpx: cosmetics: fix identation 11 years ago
Paul B Mahol 0841652b54 avcodec/dpx: reformat avpriv_report_missing_feature messages 11 years ago
Paul B Mahol c3e0fbc507 avcodec/dpx: return proper error code for unsupported files 11 years ago
Michael Niedermayer a927276fcc avcodec/dpx: check packing 11 years ago
Michael Niedermayer 23f105a830 avcodec/dpx: check encoding 11 years ago
Michael Niedermayer fb726ef09a avcodec/dpx: fix reading of the packing field 11 years ago
Michael Niedermayer 8cb7d20567 avcodec/dpx: fix reading 12bit dpx images, which have non zero padding bits 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 94ad38e2e8 dpx: use av_image_copy_plane() 11 years ago
Michael Niedermayer 2f284c0170 dpxdec: Fix decoding of RGBA10 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer cb85779d45 dpx: include offset in the total_size calculation 12 years ago
Michael Niedermayer 151067bbc2 dpx: Fix rounding in 10bit total_size calculation 12 years ago
Anton Khirnov 0c19b23bd5 dpx: return meaningful error codes. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Peter Ross f2dc82b90f dpx: perform width/height upgrade and av_image_check_size earlier to prevent segfault on malformed input 12 years ago
Paul B Mahol 9051025102 lavc: remove duplicated .capabilities 12 years ago
Anton Khirnov f174fbac3c lavc: add CODEC_CAP_DR1 to all video decoders missing them 12 years ago
Georg Lippitsch 05b7315412 Fix DPX decoder 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Georg Lippitsch 5cc5d9d5f7 dpx: 10 and 12 bit decoding 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Derek Buitenhuis 965efc1673 dpx: Make start offset unsigned 12 years ago
Nicolas George 0abab00303 dpx: invalid aspect ratio is 0/1, not 0/0. 13 years ago
Paul B Mahol 104ea00108 dpx: add CODEC_CAP_DR1 13 years ago
Nicolas George 8b421fad24 dpx: sanitize aspect ratio. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Carl Eugen Hoyos dd55adb1a7 Support reading 64bit dpx images. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Peter Ross 406629150c DPX decoder: read sample aspect ratio 14 years ago