Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-18avcodec/dpx: fix off by 1 in bits_per_color checkMichael Niedermayer
2021-06-18avcodec/dpx: Check bits_per_color earlierMichael Niedermayer
2021-02-12avcodec/dpx: add support for other single component 8bit filesPaul B Mahol
2021-02-12avcodec/dpx: add float support for single components and rgb(a)Paul B Mahol
2020-12-18avcodec/dpx: fix use of uninitialised valueJames Almer
2020-12-17avcodec/dpx: Fix B&W film scans from Lasergraphics IncHarry Mallon
2020-12-17avcodec/dpx: Read color information from DPX headerHarry Mallon
2020-12-17avcodec/dpx: Report color_range from DPX headerHarry Mallon
2020-12-17avcodec/dpx: Read SMPTE timecode from DPXHarry Mallon
2020-12-17avcodec/dpx: Read alternative frame rate from television headerHarry Mallon
2018-12-07avcodec/dpx: fix spotted code style issuesPaul B Mahol
2018-12-07avcodec/dpx: add support for special encodingPaul B Mahol
2018-12-07avcodec/dpx: improve decoding of 10 bit gray imagesPaul B Mahol
2018-12-07avcodec/dpx: add support for another gray10 variantPaul B Mahol
2018-12-07avcodec/dpx: parse input device namePaul B Mahol
2018-12-07avcodec/dpx: parse image creatorPaul B Mahol
2018-12-07avcodec/dpx: check version of format header tooPaul B Mahol
2018-12-04avcodec/dpx: add support for 10bit grayPaul B Mahol
2018-06-28avcodec/dpx: Check elements in 12bps planar pathMichael Niedermayer
2018-06-21lavc/dpx: Support 10-bit packing method b (msbpad).Carl Eugen Hoyos
2018-06-21lavc/dpx: Support 12-bit packing method b (msbpad).Carl Eugen Hoyos
2018-06-16lavc/dpx: Allow packed 12-bit little-endian images.Carl Eugen Hoyos
2018-06-15lavc/dpx: Reset n_datum for every new line when decoding 12bit.Carl Eugen Hoyos
2018-06-01avcodec/dpx: Support for RGBA 12-bit packed decodingJérôme Martinez
2018-04-12avcodec/dpx: Support for RGB 12-bit packed decodingJérôme Martinez
2016-11-14lavc/dpx: Support GRAY12 colourspace.Carl Eugen Hoyos
2016-06-15lavc/dpx: Support decoding 12 bit colourspace with transparency information.Carl Eugen Hoyos
2016-06-14lavc/dpx: Support decoding 10 bit colourspace with transparency information.Carl Eugen Hoyos
2015-11-14avcodec/dpx: Move need_align to act per lineMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-02-08Support decoding yuv dpx images.Carl Eugen Hoyos
2014-10-15avcodec/dpx: fix framerateMichael Niedermayer
2014-08-14dpx: use aligned line startsChristophe Gisquet
2014-08-14dpx: warn if encryptedChristophe Gisquet
2014-06-21Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-05-13dpx: use intfloat.h instead of deprecated intfloat_readwrite.h.Reimar Döffinger
2014-04-26avcodec/dpx: extract frame rateMichael Niedermayer
2013-11-01Merge commit 'd6da372984c87fd6288c148c291065d6032ceda3'Michael Niedermayer
2013-10-31dpx: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-08dpx: abgr supportPaul B Mahol
2013-10-07avcodec/dpx: support for 8 and 16 bit luma only filesPaul B Mahol
2013-10-07avcodec/dpx: refactor pixel format selectionPaul B Mahol
2013-10-07avcodec/dpx: return different error code for unsupported depthsPaul B Mahol
2013-10-07avcodec/dpx: make .long_name more descriptivePaul B Mahol
2013-10-05avcodec/dpx: cosmetics: fix identationPaul B Mahol
2013-10-05avcodec/dpx: reformat avpriv_report_missing_feature messagesPaul B Mahol
2013-10-05avcodec/dpx: return proper error code for unsupported filesPaul B Mahol
2013-10-05avcodec/dpx: check packingMichael Niedermayer