summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-04
* avcodec/v4l2_m2m: fix minor indentation issueAman Gupta2019-09-02
* avcodec/v4l2_m2m: use log_ctx variable consistentlyAman Gupta2019-09-02
* avcodec/v4l2_m2m: log planar mode used by driverAman Gupta2019-09-02
* avcodec/v4l2_context: use EAGAIN to signal when input buffers are unavailableAman Gupta2019-09-02
* avcodec/v4l2m2m: fix error handling during buffer initJorge Ramirez-Ortiz2019-09-02
* avcodec/v4l2_buffers: return int64_t in v4l2_get_ptsLukas Rusak2019-09-02
* avcodec/v4l2_context: return {decoder,encoder}_cmd errorsAman Gupta2019-09-02
* avcodec/v4l2_m2m_enc: fix typo in log messageAman Gupta2019-09-02
* avcodec/v4l2_m2m_enc: log errno on v4l2_set_ext_ctrl failuresAman Gupta2019-09-02
* avcodec/v4l2_buffers: fix minor typos and whitespaceAman Gupta2019-09-02
* avcodec/v4l2_context: log VIDIOC_REQBUFS failuresAman Gupta2019-09-02
* avcodec/v4l2_m2m: remove trailing whitespace in output identifierAman Gupta2019-09-02
* avcodec/v4l2_m2m: log requested pixel formatsAman Gupta2019-09-02
* avcodec/omx: fix xFramerate calculationAman Gupta2019-09-02
* avcodec/ralf: fix undefined shift in extend_code()Michael Niedermayer2019-09-02
* avcodec/ralf: fix undefined shiftMichael Niedermayer2019-09-02
* avcodec/pngdec: Optimize has_trns codeMichael Niedermayer2019-09-02
* vcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer2019-09-02
* avcodec/apedec: Fix integer overflow in filter_fast_3320()Michael Niedermayer2019-09-02
* lavc/v4l2_m2m: don't close the file descriptor we don't ownPavel Koshevoy2019-09-02
* avcodec/bgmc: Check input space in ff_bgmc_decode_init()Michael Niedermayer2019-09-02
* avcodec/vp3: Check for end of input in 2 places of vp4_unpack_macroblocks()Michael Niedermayer2019-09-02
* avcodec/tiff: rewrite lut handlingPaul B Mahol2019-09-02
* avcodec/tiff: set color_trc, remove sRGB conversionPaul B Mahol2019-09-02
* lavc/tiff: Enable decoding of LinearRaw imagesNick Renieris2019-09-02
* lavc/tiff: Default-initialize WhiteLevel DNG tag valueNick Renieris2019-09-02
* 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