aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dpx.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-2/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-5/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+7
* avcodec/dpx: fix off by 1 in bits_per_color checkMichael Niedermayer2021-06-081-2/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/dpx: Check bits_per_color earlierMichael Niedermayer2021-04-171-0/+3
* avcodec/dpx: add support for other single component 8bit filesPaul B Mahol2021-02-121-0/+8
* avcodec/dpx: add float support for single components and rgb(a)Paul B Mahol2021-02-121-4/+67
* avcodec/dpx: fix use of uninitialised valueJames Almer2020-12-181-0/+2
* avcodec/dpx: Fix B&W film scans from Lasergraphics IncHarry Mallon2020-12-171-2/+8
* avcodec/dpx: Read color information from DPX headerHarry Mallon2020-12-171-4/+123
* avcodec/dpx: Report color_range from DPX headerHarry Mallon2020-12-171-1/+24
* avcodec/dpx: Read SMPTE timecode from DPXHarry Mallon2020-12-171-0/+29
* avcodec/dpx: Read alternative frame rate from television headerHarry Mallon2020-12-171-1/+14
* 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