summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/magicyuvenc: Use more correct cast in compare functionAndreas Rheinhardt2020-10-09
* avcodec/magicyuvenc: Avoid sorting Huffman table unnecessarilyAndreas Rheinhardt2020-10-09
* avcodec/mjpegdec: Remove redundant initializationAndreas Rheinhardt2020-10-09
* avcodec/mjpegdec: Remove use_static from build_vlc()Andreas Rheinhardt2020-10-09
* avcodec/mjpegdec: Use correct number of codes when init default VLCsAndreas Rheinhardt2020-10-08
* avcodec/mjpegdec: Use correct number of codes for VLC tablesAndreas Rheinhardt2020-10-08
* VP9 Profile 2 VDPAU supportManojGuptaBonda2020-10-08
* avcodec/mjpegdec: improve decoding of DNG filesPaul B Mahol2020-10-07
* avcodec/tiff: do not abort decoding if strips are availablePaul B Mahol2020-10-07
* avcodec: add Cintel RAW decoderPaul B Mahol2020-10-07
* avcodec/av1dec: avoid probing with av1decJames Almer2020-10-06
* lavc/avs2_parser.c: optimize code stylehwren2020-10-06
* lavc/avs2_parser.c,lavf/davs2.c: add AVS2_* prefixhwren2020-10-06
* lavc,doc: add libuavs3d video decoder wrapperhwren2020-10-06
* lavc/avs3_parser: add avs3 parserhwren2020-10-05
* lavc/avs3.h: add AVS3 related definitionshwren2020-10-05
* lavc: add AVS3 codec id and deschwren2020-10-05
* avcodec/h264_slice: use av_buffer_replace() to simplify codeJames Almer2020-10-05
* avcodec/qsv: Fix leak of options on errorAndreas Rheinhardt2020-10-05
* avcodec/dvenc: Fix undefined left shift of negative numbersAndreas Rheinhardt2020-10-04
* avcodec/dxtory: Fix negative stride shift in dx2_decode_slice_420()Michael Niedermayer2020-10-04
* avcodec/av1dec: partially clean state on frame decoding errorsJames Almer2020-10-04
* libwavpackenc: remove libwavpackenc wrapperLynne2020-10-02
* 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