summaryrefslogtreecommitdiff
path: root/libavcodec/dpx.c
Commit message (Expand)AuthorAge
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/dpx: fix off by 1 in bits_per_color checkMichael Niedermayer2021-06-08
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/dpx: Check bits_per_color earlierMichael Niedermayer2021-04-17
* avcodec/dpx: add support for other single component 8bit filesPaul B Mahol2021-02-12
* avcodec/dpx: add float support for single components and rgb(a)Paul B Mahol2021-02-12
* avcodec/dpx: fix use of uninitialised valueJames Almer2020-12-18
* avcodec/dpx: Fix B&W film scans from Lasergraphics IncHarry Mallon2020-12-17
* avcodec/dpx: Read color information from DPX headerHarry Mallon2020-12-17
* avcodec/dpx: Report color_range from DPX headerHarry Mallon2020-12-17
* avcodec/dpx: Read SMPTE timecode from DPXHarry Mallon2020-12-17
* avcodec/dpx: Read alternative frame rate from television headerHarry Mallon2020-12-17
* avcodec/dpx: fix spotted code style issuesPaul B Mahol2018-12-07
* avcodec/dpx: add support for special encodingPaul B Mahol2018-12-07
* avcodec/dpx: improve decoding of 10 bit gray imagesPaul B Mahol2018-12-07
* avcodec/dpx: add support for another gray10 variantPaul B Mahol2018-12-07
* avcodec/dpx: parse input device namePaul B Mahol2018-12-07
* avcodec/dpx: parse image creatorPaul B Mahol2018-12-07
* avcodec/dpx: check version of format header tooPaul B Mahol2018-12-07
* avcodec/dpx: add support for 10bit grayPaul B Mahol2018-12-04
* avcodec/dpx: Check elements in 12bps planar pathMichael Niedermayer2018-06-28
* lavc/dpx: Support 10-bit packing method b (msbpad).Carl Eugen Hoyos2018-06-21
* lavc/dpx: Support 12-bit packing method b (msbpad).Carl Eugen Hoyos2018-06-21
* lavc/dpx: Allow packed 12-bit little-endian images.Carl Eugen Hoyos2018-06-16
* lavc/dpx: Reset n_datum for every new line when decoding 12bit.Carl Eugen Hoyos2018-06-15
* avcodec/dpx: Support for RGBA 12-bit packed decodingJérôme Martinez2018-06-01
* avcodec/dpx: Support for RGB 12-bit packed decodingJérôme Martinez2018-04-12
* lavc/dpx: Support GRAY12 colourspace.Carl Eugen Hoyos2016-11-14
* lavc/dpx: Support decoding 12 bit colourspace with transparency information.Carl Eugen Hoyos2016-06-15
* lavc/dpx: Support decoding 10 bit colourspace with transparency information.Carl Eugen Hoyos2016-06-14
* avcodec/dpx: Move need_align to act per lineMichael Niedermayer2015-11-14
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Support decoding yuv dpx images.Carl Eugen Hoyos2015-02-08
* | avcodec/dpx: fix framerateMichael Niedermayer2014-10-15
* | dpx: use aligned line startsChristophe Gisquet2014-08-14
* | dpx: warn if encryptedChristophe Gisquet2014-08-14
* | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer2014-06-20
|\|
| * Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* | dpx: use intfloat.h instead of deprecated intfloat_readwrite.h.Reimar Döffinger2014-05-13
* | avcodec/dpx: extract frame rateMichael Niedermayer2014-04-25
* | Merge commit 'd6da372984c87fd6288c148c291065d6032ceda3'Michael Niedermayer2013-11-01
|\|
| * dpx: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* | dpx: abgr supportPaul B Mahol2013-10-08
* | avcodec/dpx: support for 8 and 16 bit luma only filesPaul B Mahol2013-10-07
* | avcodec/dpx: refactor pixel format selectionPaul B Mahol2013-10-07
* | avcodec/dpx: return different error code for unsupported depthsPaul B Mahol2013-10-07
* | avcodec/dpx: make .long_name more descriptivePaul B Mahol2013-10-06