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
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-08avfilter/vf_qp: Deduplicate variable names arraysAndreas Rheinhardt
2021-01-01Mark some pointers as constAndreas Rheinhardt
2021-01-01lavfi/vf_qp: convert to the video_enc_params APIAnton Khirnov
2015-04-21avfilter/vf_qp: Fix use of uinitialized variableMichael Niedermayer
2015-04-21avfilter/vf_qp: fix cleanup on errorMichael Niedermayer
2015-03-28vfilter/vf_qp: Support evaluating expression per MBMichael Niedermayer
2015-03-28avfilter/vf_qp: split expression parsing out of loopMichael Niedermayer
2015-02-18avfilter/vf_qp: Fix leak of out_qp_table_bufMichael Niedermayer
2015-01-14avfilter: port qp filter from libmpcodecsPaul B Mahol