Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt
2022-07-12avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer
2022-05-24avfilter: use avpriv_fopen_utf8() instead of plain fopen()softworkz
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_signature: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-22avfilter/vf_signature: Free inpads' names genericallyAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2020-08-27avfilter/vf_signature: Avoid cast from function pointer to void*Andreas Rheinhardt
2020-08-27avfilter/vf_signature: Fix leak of string upon errorAndreas Rheinhardt
2020-08-27avfilter/vf_signature: Fix leak of inpads' namesAndreas Rheinhardt
2020-08-01avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bitsAndreas Rheinhardt
2018-04-01avfilter/vf_signature: use av_strlcpy()Michael Niedermayer
2017-06-13avfilter/vf_signature: fix memory leaks in error casesTimo Rothenpieler
2017-03-26avfilter/vf_signature: Replace uncommon spelling of seperateMichael Niedermayer
2017-03-21add signature filter for MPEG7 video signatureGerion Entrup