summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/tiff: Support DNGs with striped (non-tiled) JPEGs imagesNick Renieris2019-09-02
* lavc/mjpegdec: Skip unknown APPx marker on bayer imagesNick Renieris2019-09-02
* lavc/tiff: Decode 10-bit and 14-bit DNG imagesNick Renieris2019-09-02
* lavc/tiff: Support decoding of DNGs with single-component JPEGsNick Renieris2019-09-02
* lavc/mjpegdec: Enable decoding of single-component bayer imagesNick Renieris2019-09-02
* lavc/tiff: Force DNG pixel data endianness on an edge caseNick Renieris2019-09-02
* lavc/tiff: Don't apply strips-related logic to tiled imagesNick Renieris2019-09-02
* lavc/tiff: Fix edge case with full-length/width tilesNick Renieris2019-09-02
* lavc/jpegtables: Handle multiple mappings to the same valueNick Renieris2019-09-02
* lavc/tiff: Apply color scaling to uncompressed DNGsNick Renieris2019-09-02
* lavc/tiff: Convert DNGs to sRGB color spaceNick Renieris2019-09-02
* lavc/tiff: Decode embedded JPEGs in DNG imagesNick Renieris2019-09-02
* lavc/mjpegdec: Decode Huffman-coded lossless JPEGs embedded in DNGsNick Renieris2019-09-02
* avcodec: Support EBU Tech. 3213-E primaries valuesRaphaƫl Zumer2019-09-01
* avcodec/truemotion2: Fix multiple integer overflows in tm2_null_res_block()Michael Niedermayer2019-08-31
* avcodec/vc1_block: Check the return code from vc1_decode_p_block()Michael Niedermayer2019-08-31
* avcodec/vc1dec: Require res_sprite for wmv3imagesMichael Niedermayer2019-08-31
* avcodec/vc1_block: Check for double escapesMichael Niedermayer2019-08-31
* avcodec/vorbisdec: Check get_vlc2() failureMichael Niedermayer2019-08-30
* avcodec/vaapi_encode: Simplify code with av_clip_int8()Michael Niedermayer2019-08-30
* avcodec: add IMM5 decoderPaul B Mahol2019-08-29
* avcodec/msrle: add a flush() callbackPaul B Mahol2019-08-29
* avcodec/ivi: Allocate bufs laterMichael Niedermayer2019-08-29
* avcodec/tta: Fix integer overflow in predictionMichael Niedermayer2019-08-29
* avcodec/vb: Check input packet size to be large enough to contain flagsMichael Niedermayer2019-08-29
* avcodec/cavsdec: Limit the number of access units per packet to 2Michael Niedermayer2019-08-29
* lavc/cbs_h2645: Use av_realloc instead of av_mallocThierry Foucu2019-08-28
* avcodec/dsd: use uint8_t instead of unsigned charPaul B Mahol2019-08-28
* avcodec/dsddec: add slice threading supportPaul B Mahol2019-08-28
* avcodec/h264_refs: do not use invalid mmco values in case of errorPaul B Mahol2019-08-28
* avcodec/tiff: add missing break in tiff_decode_tag()Paul B Mahol2019-08-28
* libavcodec/amfenc: Vulkan initialization support for encoder.OvchinnikovDmitrii2019-08-27
* avcodec/qtrle: don't clear the palette when flushingJames Almer2019-08-27
* avcodec/qtrle: call ff_reget_buffer() only when the picture data is going to ...James Almer2019-08-27
* Revert "avcodec/qtrle: Do not output duplicated frames on insufficient input"James Almer2019-08-27
* avcodec/atrac9dec: Check block_alignMichael Niedermayer2019-08-27
* avcodec/qtrle: add a flush() callbackJames Almer2019-08-27
* avcodec/h2645_parse: zero initialize the rbsp bufferJames Almer2019-08-27
* avcodec/vaapi_encode: respect -force_key_frames settingAman Gupta2019-08-26
* avcodec/alac: Check for bps of 0Michael Niedermayer2019-08-26
* lavc/x264: Also clean-up libx264rgb after init errors.Carl Eugen Hoyos2019-08-25
* avcodec/mlp_parser: export AVCodecContext frame_sizeJames Almer2019-08-24
* avcodec/mlp_parse: move TrueHD channel layout and sample rate related code to...James Almer2019-08-24
* avcodec/videotoolbox_hevc: avoid leaking cached_hw_frames_ctxPavel Koshevoy2019-08-23
* avcodec/omx: Fix handling of fragmented buffersDave Stevenson2019-08-23
* avcodec/omx: ensure zerocopy mode can be disabled on rpi buildsAman Gupta2019-08-23
* avcodec/omx: add support for -force_key_framesAman Gupta2019-08-23
* avcodec/alac: Fix multiple integer overflows in lpc_prediction()Michael Niedermayer2019-08-23
* avcodec/smacker: Check that not all tables are skipedMichael Niedermayer2019-08-23
* avcodec/pictordec: Optimize picmemset() for single plane full linesMichael Niedermayer2019-08-23