summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/magicyuv: Check early for invalid slicesAndreas Rheinhardt2020-09-26
* avcodec/diracdsp: Remove unused variableAndreas Rheinhardt2020-09-26
* avcodec/magicyuv: Improve overread check when parsing Huffman tablesAndreas Rheinhardt2020-09-26
* avcodec/bytestream: Add unchecked bytestream2 peek functionsAndreas Rheinhardt2020-09-26
* avcodec/photocd: Simplify parsing Huffman tables a bitAndreas Rheinhardt2020-09-26
* avcodec/dxtory: Fix negative shift in dx2_decode_slice_410()Michael Niedermayer2020-09-26
* avcodec/dxtory: Fix negative shift in dxtory_decode_v1_410()Michael Niedermayer2020-09-26
* avcodec/dxtory: Fix get_raw_size() for YUVMichael Niedermayer2020-09-26
* lavc/qsvdec: Add QSV AV1 decoderHaihao Xiang2020-09-26
* avcodec/mpeg12dec: remove inter block calls in IPU decoderPaul B Mahol2020-09-25
* avcodec/mpeg12dec: add support for MPEG1 blocks in IPU codecPaul B Mahol2020-09-25
* avcodec/mobiclip: Move quantizer check into setup_qtables()Michael Niedermayer2020-09-25
* avcodec/sonic: Check channels before deallocatingMichael Niedermayer2020-09-25
* avcodec: add IPU Video decoder and parserPaul B Mahol2020-09-24
* avcodec/cfhd: check that lowpass_height is >= 3 when used in vertical filterPaul B Mahol2020-09-23
* libavcodec/vp8dec: fix the multi-thread HWAccel decode errorShaofei Wang2020-09-23
* avcodec/h264_slice: sync User Data Unregistered SEI buffers across threadsJames Almer2020-09-23
* avcodec/hevcdec: sync User Data Unregistered SEI buffers across threadsJames Almer2020-09-23
* avcodec/hevcdec: sync SEI derived AVCodecContext fields across threadsJames Almer2020-09-23
* avcodec/magicyuv: add support for recently added new formatPaul B Mahol2020-09-22