summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-06
* avcodec/codec_par: add side data to AVCodecParametersJames Almer2023-10-06
* avcodec/packet: add generic side data helpersJames Almer2023-10-06
* avfilter/vulkan_filter: Remove unused labelAndreas Rheinhardt2023-10-06
* avcodec/mlpdec: set extended_substream_info from headerPaul B Mahol2023-10-06
* doc/encoders/libopus: clarify lowdelay and cutoff optionsStefano Sabatini2023-10-06
* doc/encoders/libxvid: fix references for me_quality optionStefano Sabatini2023-10-06
* doc/encoders/libx264: clarify meaning of level optionStefano Sabatini2023-10-06
* lavc: clarify meaning of avctx.level optionStefano Sabatini2023-10-06
* avcodec/jpegxl_parser: fix various memory issuesLeo Izen2023-10-05
* avcodec/jpegxl_parser: add some icc profile checksLeo Izen2023-10-05
* ffprobe: introduce section type, use for the compact outputStefano Sabatini2023-10-06
* ffprobe: correct section name for side data pieceStefano Sabatini2023-10-06
* ffprobe: factorize side data printing to dedicated functionStefano Sabatini2023-10-06
* avcodec/mlpenc: restructure code and resolve several bugsPaul B Mahol2023-10-06
* hwcontext_vulkan: properly support STORAGE usage for mutliplane imagesLynne2023-10-05
* vulkan_hevc: handle non-contiguous SPS/PPS/VPS idsBenjamin Cheng2023-10-05
* avcodec/svt-av1: Set force_key_frames only when gop_size == 1Vignesh Venkatasubramanian via ffmpeg-devel2023-10-05
* avcodec/h261dec, mpeg12dec, vc1dec: Remove setting write-only flagsAndreas Rheinhardt2023-10-05
* avcodec/rv10: Replace switch by LUTAndreas Rheinhardt2023-10-05
* avcodec/rv10: Remove dead codeAndreas Rheinhardt2023-10-05
* avcodec/h263dec, mpeg4videodec: Parse extradata during initAndreas Rheinhardt2023-10-05
* avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during initAndreas Rheinhardt2023-10-05
* avcodec/mpegvideo_dec: Don't zero context on init failureAndreas Rheinhardt2023-10-05
* avcodec/mpeg12dec: Don't initialize IDCT more than onceAndreas Rheinhardt2023-10-05
* lavc/ac3: add R-V Zbb extract_exponentsRémi Denis-Courmont2023-10-05
* avcodec/hcadec: add a flush callbackJames Almer2023-10-04
* swscale/rgb2rgb: R-V V deinterleaveBytesRémi Denis-Courmont2023-10-03
* swscale/rgb2rgb: fix extra iteration in R-V V interleaveRémi Denis-Courmont2023-10-03
* lavu/float_dsp: avoid reg-stride in R-V V fmul_windowRémi Denis-Courmont2023-10-03
* avcodec/escape124: Do not return random numbersMichael Niedermayer2023-10-03
* avcodec/apedec: Fix an integer overflow in predictor_update_filter()Michael Niedermayer2023-10-03
* tools/target_dec_fuzzer: Adjust wmapro thresholdMichael Niedermayer2023-10-03
* avcodec/wavarc: Check k in decode_5elp()Michael Niedermayer2023-10-03
* avcodec/wavarc: Allocate AV_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2023-10-03
* avcodec/wavarc: Fix integer overflwo in do_stereo()Michael Niedermayer2023-10-03
* avutil/tx_template: Fix some signed integer overflows in DECL_FFT5()Michael Niedermayer2023-10-03
* avcodec/aacdec_template: Better avoidance of signed integer overflow in imdct...Michael Niedermayer2023-10-03
* tools/target_dec_fuzzer: Adjust threshold for MVHAMichael Niedermayer2023-10-03
* avformat/avs: Check if return code is representableMichael Niedermayer2023-10-03
* avcodec/utvideodec: move allocation to the end of initMichael Niedermayer2023-10-03
* avcodec/flacdec: Fix integer overflow in "33bit" DECODER_SUBFRAME_FIXED_WIDE()Michael Niedermayer2023-10-03
* avcodec/flacdec: Fix overflow in "33bit" decorrelateMichael Niedermayer2023-10-03
* avcodec/lcldec: Make PNG filter addressing match the code afterwardsMichael Niedermayer2023-10-03
* avformat/westwood_vqa: Check chunk sizeMichael Niedermayer2023-10-03
* avformat/sbgdec: Check for period overflowMichael Niedermayer2023-10-03
* avformat/concatdec: Check in/outpoint for overflowMichael Niedermayer2023-10-03
* lavu/float_dsp: avoid reg-stride in R-V V reverse_fmulRémi Denis-Courmont2023-10-03
* swscale/rgb2rgb: unroll R-V V interleave_bytesRémi Denis-Courmont2023-10-03
* swscale/rgb2rgb: unroll RISC-V V uyvytoyuv422Rémi Denis-Courmont2023-10-03