104773 Commits (fc01a703dea4fe4f2eff73480958ee6c75aa8c30)
 

Author SHA1 Message Date
Andreas Rheinhardt fc01a703de fftools/ffmpeg: Avoid creating unnecessary reference 3 years ago
Andreas Rheinhardt b886512ef2 fftools/ffmpeg: Avoid allocating+freeing frame, check allocations 3 years ago
Andreas Rheinhardt 2d0bfbd0fa fftools/cmdutils: Use av_dynarray_add_nofree() 3 years ago
Andreas Rheinhardt 2e7ef008e3 fftools/cmdutils: Make allocate_array_elem() return ptr to new element 3 years ago
Andreas Rheinhardt 9d73967b40 fftools/ffmpeg_(filter|opt): Use dedicated pointer for array elem access 3 years ago
Andreas Rheinhardt 3ca1e31e63 fftools/cmdutils: Atomically add elements to list of pointers, fix crash 3 years ago
Anton Khirnov 3a9861e22c lavu/frame: clarify doxy 3 years ago
Anton Khirnov 3b8efec3c5 lavu/frame: drop mentions of non-refcounted frames 3 years ago
Anton Khirnov 2755e6f32a doc/APIchanges: fix typo 3 years ago
Anton Khirnov ab3ef54c8c ffmpeg: only copy bits_per_sample from decoder when it remains valid 3 years ago
Anton Khirnov 4258893961 ffmpeg: make -bits_per_raw_sample a per-output-stream option 3 years ago
Anton Khirnov b9c928a486 avfilter: add AVFILTER_FLAG_METADATA_ONLY 3 years ago
Anton Khirnov 944c34a94c lavfi/allfilters: move vf_chromaber_vulkan to video section 3 years ago
nyanmisaka 64467cbca2 libavutil/hwcontext_qsv: fix a bug for mapping vaapi frame to qsv 3 years ago
Marvin Scholz c6f4e10111 avformat: do not use AVIO_FLAG_* with avio_alloc_context 3 years ago
Limin Wang a7df966c82 avcodec/videotoolbox: fix use of unknown builtin '__builtin_available' 3 years ago
Limin Wang d782c746a0 avformat/rtspdec: get rid of the hardcoded max size for sdp 3 years ago
Limin Wang 98054e4f01 avformat/rtsp: load the sdp file with avio_read_to_bprint() 3 years ago
Limin Wang 3c74ffb01a avformat/aviobuf: check if read_packet() exist before read_packet_wrapper() 3 years ago
Lynne b236ef0a59
lavu/avframe: add a time_base field 3 years ago
Andreas Rheinhardt 03ab1de429 avfilter/buffersink: Remove outdated comments 3 years ago
Andreas Rheinhardt 61bbd0cf3c avdevice/lavfi: Don't require AV_PIX_FMT_NONE == -1 3 years ago
Andreas Rheinhardt b7e3ae19b8 avdevice/lavfi: Simplify setting sample_fmts 3 years ago
Andreas Rheinhardt 60a2c74a5e avdevice/lavfi: Make array static const 3 years ago
Andreas Rheinhardt 88af0962ef avdevice/lavfi: Avoid calling av_buffersink_get_* multiple times 3 years ago
Andreas Rheinhardt 83ae589359 avdevice/lavfi: Use dedicated pointer to access st->codecpar 3 years ago
Andreas Rheinhardt 84f037edc2 avdevice/lavfi: Don't unnecessarily write '\0' to AVBPrint 3 years ago
Andreas Rheinhardt efc323062c fftools/ffmpeg_filter: Avoid DynBuf API to improve error checks 3 years ago
Andreas Rheinhardt cf8925a096 fftools/ffmpeg_filter: Avoid DynBuf-API for writing strings 3 years ago
Andreas Rheinhardt 3be6fe9a56 swscale/yuv2rgb: Silence a set-but-unused-variable warning 3 years ago
Andreas Rheinhardt 01d158d1c8 all: Remove unused-but-set variables 3 years ago
Andreas Rheinhardt a4798a5d51 all: Use av_memdup() where appropriate 3 years ago
Andreas Rheinhardt b574fb472e avcodec/h264_redundant_pps_bsf: Inline constant 3 years ago
Andreas Rheinhardt 5892a55d55 avcodec/h264_redundant_pps_bsf: Support multiple input PPS 3 years ago
Andreas Rheinhardt 5e7bdbfff6 avcodec/h264_redundant_pps_bsf: Remove flush callback 3 years ago
Andreas Rheinhardt 531d289cfd avdevice/lavfi: Properly free an AVDictionary 3 years ago
Andreas Rheinhardt 05c924a86d avdevice/lavfi: Cleanup generically on read_header failure 3 years ago
Andreas Rheinhardt 77a37e0369 swresample/swresample: Remove array size hint from swr_convert() 3 years ago
John-Paul Stewart 6c76b63923 avformat/mvdec: handle audio sample size 3 years ago
John-Paul Stewart 4a90c039e7 avformat/mvdec: fix reading number of audio channels 3 years ago
Andreas Rheinhardt b94db16bf5 fate/ffmpeg: Fix requirements of shortest tests 3 years ago
Andreas Rheinhardt 4a6aece703 fate/ffmpeg: Fix shortest tests 3 years ago
Lynne bdc920574d
Changelog: update with recent Vulkan filter additions 3 years ago
Wu Jianhua bdfb0e4da4 avfilter: add a flip_vulkan filter 3 years ago
Paul B Mahol fc9a686688 avfilter: add audio dynamic smooth filter 3 years ago
Paul B Mahol 11b11577fe avfilter: add audio spectral stats filter 3 years ago
Andreas Rheinhardt acdfc4bdfb avcodec/movtextenc: Simplify writing a single char 3 years ago
Andreas Rheinhardt c4c9d096ae avcodec/movtextenc: Remove redundant byte count 3 years ago
Andreas Rheinhardt 0bc3c070fb avcodec/movtextenc: Fix encoding of subtitles with multiple rects 3 years ago
Andreas Rheinhardt f8e5e1c523 avcodec/movtextenc: Check for too long subtitles 3 years ago