summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* lib*/version: Use static_assert for static assertsAndreas Rheinhardt2024-03-31
* avcodec/msmpeg4: Don't include x86-specific header unconditionallyAndreas Rheinhardt2024-03-31
* avcodec, avfilter: Don't use "" for system headersAndreas Rheinhardt2024-03-31
* avcodec/pcm-bluray/dvd: Use correct pointer types on BEAndreas Rheinhardt2024-03-31
* avcodec/mips/ac3dsp_mips: Add missing includesAndreas Rheinhardt2024-03-31
* avcodec/ratecontrol: Use forward declaration for AVExprAndreas Rheinhardt2024-03-30
* avcodec/h264_refs: Use smaller scope, don't use av_uninitAndreas Rheinhardt2024-03-30
* avcodec/h264_refs: Rewrite code to make control flow clearerAndreas Rheinhardt2024-03-30
* avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointerTimo Rothenpieler2024-03-30
* avcodec/hevc_ps: don't use a fixed sized buffer for parameter set raw dataJames Almer2024-03-29
* avcodec/hevc_ps: fix the problem of memcmp losing effectivenessTong Wu2024-03-29
* lavc/packet: schedule AV_PKT_DATA_QUALITY_FACTOR for removalAnton Khirnov2024-03-29
* lavc: rename avpacket.c to packet.cAnton Khirnov2024-03-29
* avcodec/libvpxenc: Remove obsolete av_unusedAndreas Rheinhardt2024-03-29
* avcodec/libvpxenc: Only search for side data when intending to use itAndreas Rheinhardt2024-03-29
* avcodec/Makefile: Remove redundant dependencies on hevc_data.oAndreas Rheinhardt2024-03-29
* lavc/encode: map AVCodecContext.decoded_side_data to coded_side_dataAnton Khirnov2024-03-28
* lavc/decode: move sd_global_map to avcodecAnton Khirnov2024-03-28
* lavc/frame_thread_encoder: avoid assigning a whole AVCodecContextAnton Khirnov2024-03-28
* lavc: avoid leaking AVCodecContext.chroma_intra_matrixAnton Khirnov2024-03-28
* avcodec/profiles: Don't include avcodec.hAndreas Rheinhardt2024-03-28
* avcodec/magicyuvenc: Don't call functions twice due to macroAndreas Rheinhardt2024-03-28
* avcodec/mjpegenc: Inline chroma subsamplingAndreas Rheinhardt2024-03-28
* avcodec/bfi: Remove unused AVCodecContext* from contextAndreas Rheinhardt2024-03-28
* avcodec/ratecontrol: Avoid function pointer castsAndreas Rheinhardt2024-03-28
* avcodec/wmaprodec: Explicitly return 0 on successAndreas Rheinhardt2024-03-28
* avcodec/h264_mp4toannexb: Fix heap buffer overflowZhao Zhili2024-03-27
* Bump after 7.0 branch pointMichael Niedermayer2024-03-27
* Bump prior release/7.0 branchMichael Niedermayer2024-03-27
* avcodec/wavarc: avoid signed integer overflow in AC codeMichael Niedermayer2024-03-26
* avcodec/wavarc: Avoid signed integer overflow in sampleMichael Niedermayer2024-03-26
* avcodec/truemotion1: Height not being a multiple of 4 is unsupportedMichael Niedermayer2024-03-26
* avcodec/rtv1: fix undefined FFALIGNMichael Niedermayer2024-03-26
* avcodec/qoadec: Fix undefined overflow in lms_predictMichael Niedermayer2024-03-26
* avcodec/hcadec: do not allow code to continue after failed initMichael Niedermayer2024-03-26
* avcodec/hcadec: do not set hfr_group_count to invalid valuesMichael Niedermayer2024-03-26
* avcodec/cbs_vp8: Improve the bitstream position checkDai, Jianhui J2024-03-26
* avcodec/cbs_vp8: Use little endian in fixed()Dai, Jianhui J2024-03-26
* aarch64: hevc: Produce plain neon versions of qpel_bi_hvMartin Storsjö2024-03-26
* aarch64: hevc: Produce plain neon versions of qpel_uni_w_hvMartin Storsjö2024-03-26
* aarch64: hevc: Produce plain neon versions of qpel_uni_hvMartin Storsjö2024-03-26
* aarch64: hevc: Produce plain neon versions of qpel_hvMartin Storsjö2024-03-26
* aarch64: hevc: Reorder qpel_hv functions to prepare for templatingMartin Storsjö2024-03-26
* aarch64: hevc: Deduplicate the hevc_put_hevc_qpel_uni_w_hv*_8_end_neon functionsMartin Storsjö2024-03-26
* aarch64: hevc: Split the qpel_*_hv functions into two partsMartin Storsjö2024-03-26
* aarch64: hevc: Implement a neon version of hevc_qpel_uni_w_h*_8Martin Storsjö2024-03-26
* aarch64: hevc: Produce epel_bi_hv functions for both neon and i8mmMartin Storsjö2024-03-26
* aarch64: hevc: Produce epel_uni_w_hv functions for both neon and i8mmMartin Storsjö2024-03-26
* aarch64: hevc: Produce epel_uni_hv functions for both neon and i8mmMartin Storsjö2024-03-26