summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/aacdec_template: Fix 7.1 decoding with default strictness.KM2021-02-16
* avcodec/frame_thread_encoder: Use more natural typesAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Reduce amount of code guarded by mutexAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid FIFOAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid allocations of AVFramesAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid creating reference to frameAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid allocations of AVPackets, fix deadlockAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Fix segfault on allocation errorAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Improve type safetyAndreas Rheinhardt2021-02-16
* avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes()Michael Niedermayer2021-02-16
* avcodec/exr: export any unknown header string variable to metadataPaul B Mahol2021-02-16
* avcodec/exr: refactor GetByteContext usagePaul B Mahol2021-02-16
* avcodec/exr: correctly calculate display windowPaul B Mahol2021-02-16
* avcodec/exr: add multipart supportPaul B Mahol2021-02-16
* avcodec/setts_bsf: add sample rate for expressionsPaul B Mahol2021-02-15
* avcodec/exr: unbreak parsing sample aspect ratioPaul B Mahol2021-02-15
* avcodec/exr: read fps from metadata tooPaul B Mahol2021-02-15
* lavc/pnm: Allow decoding gray float pfm images.Carl Eugen Hoyos2021-02-15
* avcodec/fmvc: avoid copying uninitialized dataMichael Niedermayer2021-02-14
* avcodec/fits: Check gcount and pcount being non negativeMichael Niedermayer2021-02-14
* avcodec/apedec: export bits_per_raw_samplePaul B Mahol2021-02-14
* avcodec/pngenc: remove monowhite from apng formatsPaul B Mahol2021-02-14
* avcodec/mediacodecdec: do not abort when H264/HEVC extradata extraction failssfan52021-02-14
* avcodec/pngdec: fix possible race condition with APNG decodingPaul B Mahol2021-02-13
* avcodec/pnm_parser: Check av_image_get_buffer_size() for failureMichael Niedermayer2021-02-12
* avcodec/dpx: add support for other single component 8bit filesPaul B Mahol2021-02-12
* avcodec/dpx: add float support for single components and rgb(a)Paul B Mahol2021-02-12
* avcodec: add setts bitstream filterPaul B Mahol2021-02-12
* avcodec/hevcdec: fix a return error valueJames Almer2021-02-12
* avcodec/hevcdec: add some missing allocation checksJames Almer2021-02-11
* avcodec/hevcdec: check that the local context list was allocated before deref...James Almer2021-02-11
* avcodec/mpegvideo_motion: Remove unnecessary headersAndreas Rheinhardt2021-02-11
* avcodec/mpegvideo_motion: ReindentationAndreas Rheinhardt2021-02-11
* avcodec/mpegvideo_motion: Improve check to remove dead codeAndreas Rheinhardt2021-02-11
* avcodec/jpeg2000dec: Check atom_size in jp2_find_codestream()Michael Niedermayer2021-02-10
* avcodec/mobiclip: Bound planar prediction valueMichael Niedermayer2021-02-10
* avcodec/jpeglsdec: Fix k=16 in ls_get_code_regular()Michael Niedermayer2021-02-10
* avcodec/hevc_sei: Check payload size in decode_nal_sei_message()Michael Niedermayer2021-02-10
* avcodec/libaomenc: add support for setting arbitrary libaom optionsBohan Li2021-02-10
* avcodec/fitsdec: properly initialize header->data_maxPaul B Mahol2021-02-10
* avcodec: add cri parserPaul B Mahol2021-02-09
* avcodec/argo: fix linesize for RLE? in PAL8 modePaul B Mahol2021-02-09
* avcodec/g722enc: Validate parameters before using themAndreas Rheinhardt2021-02-08
* mjpegdec: stop setting the QP tableAnton Khirnov2021-02-08
* avcodec/ac3enc: Share options and defaultsAndreas Rheinhardt2021-02-07
* avcodec/Makefile: Remove dependency for nonexistent filesAndreas Rheinhardt2021-02-07
* avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only userAndreas Rheinhardt2021-02-07
* avcodec/xbm_parser: mark frame as intra only and as key framePaul B Mahol2021-02-05
* avcodec/xbm_parser: split long linePaul B Mahol2021-02-05
* avcodec: add xbm parserPaul B Mahol2021-02-05