summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ffmpeg: drop -isync, which did nothing since 2012Anton Khirnov2021-11-23
* ffmpeg: drop -sameq/-samequant optionsAnton Khirnov2021-11-23
* ffmpeg: drop the -tvstd optionAnton Khirnov2021-11-23
* ffmpeg: drop the -vc optionAnton Khirnov2021-11-23
* ffmpeg: drop the -deinterlace optionAnton Khirnov2021-11-23
* ffmpeg: drop the -intra optionAnton Khirnov2021-11-23
* ffmpeg: do not copy chroma_sample_location from the input streamAnton Khirnov2021-11-23
* avcodec/libaomenc: remove the redundant initializationLimin Wang2021-11-23
* avutil/hwcontext_cuda: return more useful error codes from init functionsTimo Rothenpieler2021-11-22
* avutil/hwcontext_cuda: add option to use primary device contextTimo Rothenpieler2021-11-22
* avformat/mov: make STTS duration unsigned intGyan Doshi2021-11-22
* avcodec/h263: Inline constantAndreas Rheinhardt2021-11-21
* av(codec|device): Don't cast pointers to intAndreas Rheinhardt2021-11-21
* avcodec/smcenc: Move PutByteContext to stackAndreas Rheinhardt2021-11-20
* hwcontext_vulkan: check for non-flagged transfer queue familiesLynne2021-11-20
* lavu/vulkan: check for initialization when freeing buffersLynne2021-11-20
* fftools/ffmpeg: Avoid temporary frameAndreas Rheinhardt2021-11-20
* avfilter/vf_huesaturation: Remove dead storeAndreas Rheinhardt2021-11-19
* avformat/utils: Remove duplicated AV_DISPOSITION_FOO <-> "foo" tableAndreas Rheinhardt2021-11-19
* avcodec/dnxhddata: Unavpriv dnxhd_get_(hr_|)_frame_size()Andreas Rheinhardt2021-11-19
* avformat/mxfenc: Remove redundant DNXHD frame size checksAndreas Rheinhardt2021-11-19
* avcodec/dnxhddata: Remove avpriv_dnxhd_get_interlaced()Andreas Rheinhardt2021-11-19
* avformat/mxfenc: Store locally whether DNXHD profile is interlacedAndreas Rheinhardt2021-11-19
* ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStreamJames Almer2021-11-19
* ffmpeg: remove unused hwaccel_get_buffer function pointerJames Almer2021-11-19
* avformat/nullenc: Use ff_interleave_packet_passthrough()Andreas Rheinhardt2021-11-19
* avformat/mux: Avoid overhead of packet list in case of single streamsAndreas Rheinhardt2021-11-19
* avformat/mux: Store pointer to interleavement func in FFFormatContextAndreas Rheinhardt2021-11-19
* avfilter: add a vflip_vulkan filterWu Jianhua2021-11-19
* avfilter: add a hflip_vulkan filterWu Jianhua2021-11-19
* avutil/vulkan_glslang: fix compiling failure issueWu Jianhua2021-11-19
* avfilter/overlay_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua2021-11-19
* avfilter/scale_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua2021-11-19
* avfilter/scale_vulkan: call av_pix_fmt_count_planes only one timeWu Jianhua2021-11-19
* avfilter/chromaber_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua2021-11-19
* avfilter/avgblur_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua2021-11-19
* avfilter/overlay_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua2021-11-19
* avfilter/scale_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua2021-11-19
* avfilter/chromaber_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua2021-11-19
* avfilter/avgblur_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua2021-11-19
* avfilter/avgblur_vulkan: check if shader is created with successWu Jianhua2021-11-19
* lavu/vulkan: add support for using libshaderc as a GLSL compilerLynne2021-11-19
* vulkan: fix checkheadersLynne2021-11-19
* lavfi/vulkan: split off lavfi-specific code into vulkan_filter.cLynne2021-11-19
* ffmpeg: Allocate InputStream.decoded_frame earlyJames Almer2021-11-19
* ffmpeg: Allocate (In|Out)putStream.filter_frame earlyJames Almer2021-11-19
* x86/intmath: add VEX encoded versions of av_clipf() and av_clipd()James Almer2021-11-19
* lavu/vulkan: add option to switch between shader compilers and cleanup glslangLynne2021-11-19
* lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne2021-11-19
* avfilter/af_drmeter: improve measurement precisionPaul B Mahol2021-11-18