summaryrefslogtreecommitdiffstats
path: root/libavcodec/dpx.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dpx: fix spotted code style issuesPaul B Mahol2018-12-071-4/+4
* avcodec/dpx: add support for special encodingPaul B Mahol2018-12-071-1/+2
* avcodec/dpx: improve decoding of 10 bit gray imagesPaul B Mahol2018-12-071-3/+25
* avcodec/dpx: add support for another gray10 variantPaul B Mahol2018-12-071-0/+1
* avcodec/dpx: parse input device namePaul B Mahol2018-12-071-0/+5
* avcodec/dpx: parse image creatorPaul B Mahol2018-12-071-0/+6
* avcodec/dpx: check version of format header tooPaul B Mahol2018-12-071-0/+10
* avcodec/dpx: add support for 10bit grayPaul B Mahol2018-12-041-4/+9
* avcodec/dpx: Check elements in 12bps planar pathMichael Niedermayer2018-06-281-4/+6
* lavc/dpx: Support 10-bit packing method b (msbpad).Carl Eugen Hoyos2018-06-211-7/+8
* lavc/dpx: Support 12-bit packing method b (msbpad).Carl Eugen Hoyos2018-06-211-13/+9
* lavc/dpx: Allow packed 12-bit little-endian images.Carl Eugen Hoyos2018-06-161-13/+0
* lavc/dpx: Reset n_datum for every new line when decoding 12bit.Carl Eugen Hoyos2018-06-151-2/+3
* avcodec/dpx: Support for RGBA 12-bit packed decodingJérôme Martinez2018-06-011-0/+3
* avcodec/dpx: Support for RGB 12-bit packed decodingJérôme Martinez2018-04-121-3/+64
* lavc/dpx: Support GRAY12 colourspace.Carl Eugen Hoyos2016-11-141-4/+8
* lavc/dpx: Support decoding 12 bit colourspace with transparency information.Carl Eugen Hoyos2016-06-151-7/+9
* lavc/dpx: Support decoding 10 bit colourspace with transparency information.Carl Eugen Hoyos2016-06-141-6/+9
* avcodec/dpx: Move need_align to act per lineMichael Niedermayer2015-11-141-2/+2
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Support decoding yuv dpx images.Carl Eugen Hoyos2015-02-081-0/+31
* | avcodec/dpx: fix framerateMichael Niedermayer2014-10-151-1/+1
* | dpx: use aligned line startsChristophe Gisquet2014-08-141-12/+30
* | dpx: warn if encryptedChristophe Gisquet2014-08-141-0/+10
* | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer2014-06-201-0/+2
|\ \ | |/
| * Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-0/+2
* | dpx: use intfloat.h instead of deprecated intfloat_readwrite.h.Reimar Döffinger2014-05-131-2/+2
* | avcodec/dpx: extract frame rateMichael Niedermayer2014-04-251-0/+11
* | Merge commit 'd6da372984c87fd6288c148c291065d6032ceda3'Michael Niedermayer2013-11-011-4/+2
|\ \ | |/
| * dpx: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+2
* | dpx: abgr supportPaul B Mahol2013-10-081-0/+5
* | avcodec/dpx: support for 8 and 16 bit luma only filesPaul B Mahol2013-10-071-0/+13
* | avcodec/dpx: refactor pixel format selectionPaul B Mahol2013-10-071-12/+38
* | avcodec/dpx: return different error code for unsupported depthsPaul B Mahol2013-10-071-1/+5
* | avcodec/dpx: make .long_name more descriptivePaul B Mahol2013-10-061-1/+1
* | avcodec/dpx: cosmetics: fix identationPaul B Mahol2013-10-051-44/+44
* | avcodec/dpx: reformat avpriv_report_missing_feature messagesPaul B Mahol2013-10-051-4/+2
* | avcodec/dpx: return proper error code for unsupported filesPaul B Mahol2013-10-051-2/+2
* | avcodec/dpx: check packingMichael Niedermayer2013-10-051-0/+5
* | avcodec/dpx: check encodingMichael Niedermayer2013-10-051-1/+9
* | avcodec/dpx: fix reading of the packing fieldMichael Niedermayer2013-10-051-2/+2
* | avcodec/dpx: fix reading 12bit dpx images, which have non zero padding bitsMichael Niedermayer2013-10-051-14/+16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | dpx: use av_image_copy_plane()Paul B Mahol2013-07-271-5/+3
* | dpxdec: Fix decoding of RGBA10Michael Niedermayer2013-04-071-1/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-32/+2
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-32/+2
OpenPOWER on IntegriCloud