49679 Commits (0e5f71230a1668cfdbc6e5d9d2b3bbee613cdfcc)

Author SHA1 Message Date
Andreas Rheinhardt 0e5f71230a avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h 8 months ago
Andreas Rheinhardt e4e6377afc avcodec/arm/mpegvideo_arm: Use static_assert to check offsets 8 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Andreas Rheinhardt b616be1649 lib*/version: Use static_assert for static asserts 8 months ago
Andreas Rheinhardt c8549d480f avcodec/msmpeg4: Don't include x86-specific header unconditionally 8 months ago
Andreas Rheinhardt a265e8ca92 avcodec, avfilter: Don't use "" for system headers 8 months ago
Andreas Rheinhardt 347a70f101 avcodec/pcm-bluray/dvd: Use correct pointer types on BE 8 months ago
Andreas Rheinhardt cd63dab55c avcodec/mips/ac3dsp_mips: Add missing includes 8 months ago
Andreas Rheinhardt dc7a60529c avcodec/ratecontrol: Use forward declaration for AVExpr 8 months ago
Andreas Rheinhardt 348461e550 avcodec/h264_refs: Use smaller scope, don't use av_uninit 8 months ago
Andreas Rheinhardt ac14d68277 avcodec/h264_refs: Rewrite code to make control flow clearer 8 months ago
Timo Rothenpieler e99c273fec avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer 8 months ago
James Almer 547c920193 avcodec/hevc_ps: don't use a fixed sized buffer for parameter set raw data 8 months ago
Tong Wu 6bf17136a2 avcodec/hevc_ps: fix the problem of memcmp losing effectiveness 8 months ago
Anton Khirnov c240ff98b3 lavc/packet: schedule AV_PKT_DATA_QUALITY_FACTOR for removal 8 months ago
Anton Khirnov 1d843ae6c7 lavc: rename avpacket.c to packet.c 8 months ago
Andreas Rheinhardt 8d1093a784 avcodec/libvpxenc: Remove obsolete av_unused 8 months ago
Andreas Rheinhardt 1093b40218 avcodec/libvpxenc: Only search for side data when intending to use it 8 months ago
Andreas Rheinhardt e465cebfee avcodec/Makefile: Remove redundant dependencies on hevc_data.o 8 months ago
Anton Khirnov e0de84ad2e lavc/encode: map AVCodecContext.decoded_side_data to coded_side_data 8 months ago
Anton Khirnov a3f4670943 lavc/decode: move sd_global_map to avcodec 8 months ago
Anton Khirnov e1f384adbf lavc/frame_thread_encoder: avoid assigning a whole AVCodecContext 8 months ago
Anton Khirnov 198a7788e7 lavc: avoid leaking AVCodecContext.chroma_intra_matrix 8 months ago
Andreas Rheinhardt 686d33a6b0 avcodec/profiles: Don't include avcodec.h 8 months ago
Andreas Rheinhardt 33b1c7ebbf avcodec/magicyuvenc: Don't call functions twice due to macro 8 months ago
Andreas Rheinhardt 8013574e9b avcodec/mjpegenc: Inline chroma subsampling 8 months ago
Andreas Rheinhardt 0b212f3595 avcodec/bfi: Remove unused AVCodecContext* from context 8 months ago
Andreas Rheinhardt 6edd83c0e2 avcodec/ratecontrol: Avoid function pointer casts 8 months ago
Andreas Rheinhardt 641850f67f avcodec/wmaprodec: Explicitly return 0 on success 8 months ago
Zhao Zhili 89e9486bc3 avcodec/h264_mp4toannexb: Fix heap buffer overflow 8 months ago
Michael Niedermayer 6b213175c9
Bump after 7.0 branch point 8 months ago
Michael Niedermayer 872980ace6
Bump prior release/7.0 branch 8 months ago
Michael Niedermayer 1eb8cbd09c
avcodec/wavarc: avoid signed integer overflow in AC code 8 months ago
Michael Niedermayer 6009dd07bd
avcodec/wavarc: Avoid signed integer overflow in sample 8 months ago
Michael Niedermayer ebdcf98499
avcodec/truemotion1: Height not being a multiple of 4 is unsupported 8 months ago
Michael Niedermayer d188a86730
avcodec/rtv1: fix undefined FFALIGN 8 months ago
Michael Niedermayer 7eabe56436
avcodec/qoadec: Fix undefined overflow in lms_predict 8 months ago
Michael Niedermayer 48eeb198a5
avcodec/hcadec: do not allow code to continue after failed init 8 months ago
Michael Niedermayer addb85ea39
avcodec/hcadec: do not set hfr_group_count to invalid values 8 months ago
Dai, Jianhui J 61afe4d98c avcodec/cbs_vp8: Improve the bitstream position check 8 months ago
Dai, Jianhui J 63dea3c1e1 avcodec/cbs_vp8: Use little endian in fixed() 8 months ago
Martin Storsjö f872b19714 aarch64: hevc: Produce plain neon versions of qpel_bi_hv 8 months ago
Martin Storsjö d21b9a0411 aarch64: hevc: Produce plain neon versions of qpel_uni_w_hv 8 months ago
Martin Storsjö 5ab138673b aarch64: hevc: Produce plain neon versions of qpel_uni_hv 8 months ago
Martin Storsjö 5cbeefc79e aarch64: hevc: Produce plain neon versions of qpel_hv 8 months ago
Martin Storsjö 20c38f4b8d aarch64: hevc: Reorder qpel_hv functions to prepare for templating 8 months ago
Martin Storsjö 4f71e4ebf2 aarch64: hevc: Deduplicate the hevc_put_hevc_qpel_uni_w_hv*_8_end_neon functions 8 months ago
Martin Storsjö 4063e50eec aarch64: hevc: Split the qpel_*_hv functions into two parts 8 months ago
Martin Storsjö ad01d06f91 aarch64: hevc: Implement a neon version of hevc_qpel_uni_w_h*_8 8 months ago
Martin Storsjö de23b384fd aarch64: hevc: Produce epel_bi_hv functions for both neon and i8mm 8 months ago