34 Commits (3db32ec119e5a7811e7ee1d41e3becc261fbb296)

Author SHA1 Message Date
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
Reimar Döffinger 3777ea13fb DPX decoder: add buffer size checks. 14 years ago
Peter Ross 1b5282a221 dpx decoder: read sample aspect ratio 14 years ago
Reimar Döffinger 8361315469 DPX decode: add buffer size checks. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Daniel Kang fea714ecd9 Do not overread input buffer. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger c3abb55141 Set bits_per_raw_sample appropriately in dpx decoder. 15 years ago
Jimmy Christensen 94d3d6a468 DPX (Digital Picture Exchange) image decoder 16 years ago