summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/vc1_block: Fix integer overflow in ac valueMichael Niedermayer2020-10-02
* avcodec/utils: add missing FF_API_TAG_STRING checkJames Almer2020-10-01
* avcodec/options: add missing FF_API_COPY_CONTEXT checksJames Almer2020-10-01
* avcodec/libvpxenc: add missing FF_API_ERROR_FRAME checkJames Almer2020-10-01
* avcodec/cuviddec: avoid copy of uninitialized extradata pointerTimo Rothenpieler2020-10-01
* avcodec/cuviddec: use correct type for extradata_sizeTimo Rothenpieler2020-10-01
* avcodec/cuviddec: fix copy&paste errorTimo Rothenpieler2020-10-01
* avcodec/utils: ReindentationAndreas Rheinhardt2020-10-01
* avcodec/utils: Also free encoder extradata on avcodec_open2() errorAndreas Rheinhardt2020-10-01
* avcodec/utils: Don't forget cleaning up when allocating priv_data failsAndreas Rheinhardt2020-10-01
* avcodec/utils: Improve check for freeing codec private optionsAndreas Rheinhardt2020-10-01
* avcodec/utils: Remove always-true checkAndreas Rheinhardt2020-10-01
* opusdec: do not fail when LBRR frames are presentAnton Khirnov2020-10-01
* avcodec/av1dec: call ff_cbs_flush() on decoder flushJames Almer2020-09-29
* avcodec/av1dec: fix check for active sequence headerJames Almer2020-09-29
* avcodec/av1dec: parse dimensions from the sequence header in extradataJames Almer2020-09-29
* avcodec/cbs_vp9: implement a CodedBitstreamType.flush() callbackJames Almer2020-09-29
* avcodec/cbs_h2645: implement CodedBitstreamType.flush() callbacksJames Almer2020-09-29
* avcodec/cbs_av1: implement a CodedBitstreamType.flush() callbackJames Almer2020-09-29
* avcodec/cbs: add a flush callback to CodedBitstreamTypeJames Almer2020-09-29
* avcodec/cuviddec: handle arbitrarily sized extradataTimo Rothenpieler2020-09-29
* avcodec/utils: Only call codec->close if init has been calledAndreas Rheinhardt2020-09-29
* libavcodec/videotoolboxenc: Fix crash when frame received after errorRick Kern2020-09-28
* avcodec/videotoolboxenc: move pthread_cond_signal after add buffer to the queueTian Qi2020-09-28
* avcodec/videotoolboxenc: don't wait when flushing dataTian Qi2020-09-28
* avcodec/videotoolboxenc: fix use after destroyZhao Zhili2020-09-28
* avcodec/videotoolboxenc: fix align issueZhao Zhili2020-09-28
* avcodec/videotoolboxenc: Allow full range 10bit pixel format inputHarry Mallon2020-09-28
* avcodec/videotoolboxenc: Set profile (main/main10) on HEVC encodeHarry Mallon2020-09-28
* avcodec/mv30: Fix several integer overflows in idct_1d()Michael Niedermayer2020-09-29
* avcodec/pgxdec: Fix invalid shift in write_frame_*Michael Niedermayer2020-09-29
* pthread_frame: use av_buffer_replace() to simplify codeAnton Khirnov2020-09-28
* mpegvideo: use av_buffer_replace() to simplify codeAnton Khirnov2020-09-28
* hevcdec: use av_buffer_replace() to simplify codeAnton Khirnov2020-09-28
* avcodec: add Argonaut Games Video decoderPaul B Mahol2020-09-27
* avcodec/v4l2_buffers: remove unused function argumentAndriy Gelman2020-09-26
* avcodec/fraps: Use cached bitstream readerAndreas Rheinhardt2020-09-26
* avcodec/fraps: Use unchecked bitstream readerAndreas Rheinhardt2020-09-26
* avcodec/utvideo: Move stuff only used by Ut encoder to Ut encoderAndreas Rheinhardt2020-09-26
* avcodec/utvideo: Remove unused arrayAndreas Rheinhardt2020-09-26
* avcodec/utvideodec: Avoid qsort when creating Huffman tablesAndreas Rheinhardt2020-09-26
* avcodec/utvideodec: Remove code duplication when creating Huffman tablesAndreas Rheinhardt2020-09-26
* avcodec/utvideodec/enc: Fix edge case of creating Huffman tableAndreas Rheinhardt2020-09-26
* avcodec/magicyuv: Don't waste stack spaceAndreas Rheinhardt2020-09-26
* avcodec/magicyuv: Avoid AV_QSORT when creating Huffman tableAndreas Rheinhardt2020-09-26
* avcodec/magicyuv: Fix edge case of building Huffman tableAndreas Rheinhardt2020-09-26
* avcodec/magicyuv: Don't invert order unnecessarilyAndreas Rheinhardt2020-09-26
* avcodec/magicyuv: Replace implicit checks for overread by explicit onesAndreas Rheinhardt2020-09-26
* avcodec/magicyuv: Use const uint8_t* for pointer to immutable dataAndreas Rheinhardt2020-09-26
* avcodec/magicyuv: Don't use GetBit API for byte-aligned readsAndreas Rheinhardt2020-09-26