summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* fflcms2: move to libavcodecNiklas Haas2022-07-30
* qsv: Update ffmpeg qsv_errors to recognize GPU hang and other statusesDmitry Rogozhkin2022-07-29
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP8/9-only rac functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56.h: Move VP8-only functions to vp8.cAndreas Rheinhardt2022-07-28
* avcodec/hq_hqa: Remove transient GetByteContext from contextAndreas Rheinhardt2022-07-28
* lavc/hevcdec: respect the value of no_output_of_prior_pics_flagXu Guangxin2022-07-27
* lavc/hevc_refs: exclude current frame from long term refsXu Guangxin2022-07-27
* lavc/hevcdec: do not let missing ref frames invovled in dpb processXu Guangxin2022-07-27
* lavc/hevc_refs: fix dpb logical for IRAPXu Guangxin2022-07-27
* avcodec/hevcdec: Avoid allocation of common CABAC stateAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Move allocation after error checksAndreas Rheinhardt2022-07-25
* avcodec/pthread_slice: Reuse buffer if possibleAndreas Rheinhardt2022-07-25
* avcodec/pthread_slice: Combine allocating and zeroing entriesAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Check allocationAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Don't allocate redundant HEVCContextsAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Pass HEVCLocalContext** via execute2Andreas Rheinhardt2022-07-25
* avcodec/hevcdec: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-25
* avcodec/hevcpred: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-25
* avcodec/hevc_cabac: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Add stat_coeffs to HEVCABACStateAndreas Rheinhardt2022-07-25
* avcodec/hevc_filter: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-25
* avcodec/hevc_mvs: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Add pointers to logctx and parent ctx to HEVCLocalCtxAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Don't initialize HEVCContexts twiceAndreas Rheinhardt2022-07-25
* avcodec/x86/pngdsp: Remove obsolete ff_add_bytes_l2_mmx()Andreas Rheinhardt2022-07-25
* avcodec/hevcdec: Output MD5-message in one pieceAndreas Rheinhardt2022-07-24
* avcodec/svq1enc: Use unsigned for parameter >= 0 to workaround GCC bugAndreas Rheinhardt2022-07-23
* avcodec/h264_loopfilter: Fix incorrect function parameter array sizeAndreas Rheinhardt2022-07-23
* avcodec/snowenc: Don't pass int[2] as parameter declared as int[3]Andreas Rheinhardt2022-07-23
* avcodec/hevc_filter: copy_CTB() only within width&heightMichael Niedermayer2022-07-22
* avcodec/tiff: Check tile_length and tile_widthMichael Niedermayer2022-07-22
* avcodec/aacdec: remove skip samples multiplierJames Almer2022-07-22
* avcodec/mss4: Check image size with av_image_check_size2()Michael Niedermayer2022-07-21
* avcodec/exr: Check x/ysizeMichael Niedermayer2022-07-21
* avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size checkMichael Niedermayer2022-07-21
* avcodec/ffv1dec: consider run increase in minimal golomb frame sizeMichael Niedermayer2022-07-20
* avcodec/mpeg4videoenc: fix encoding long framesMichael Niedermayer2022-07-20
* avcodec/hdrdec: lines can be emptyMichael Niedermayer2022-07-20
* libavcodec/qsvenc: Use parameter from AVCodecContext to reset qsv codecWenbin Chen2022-07-20
* libavcodec/qsvenc: Change the parameter log to be thread safeWenbin Chen2022-07-20
* lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-19
* avcodec/wrapped_avframe: Don't presume AVPacket to be writableAndreas Rheinhardt2022-07-18
* avcodec/wrapped_avframe: Don't leak frame metadata, side-dataAndreas Rheinhardt2022-07-18
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/pnmdec: Mark PHM decoder as init-threadsafeAndreas Rheinhardt2022-07-18
* avcodec/libjxlenc: avoid hard failure with unspecified primariesLeo Izen2022-07-17
* avcodec: add Radiance HDR image format supportPaul B Mahol2022-07-16