aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_qp.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-071-3/+0
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* avfilter/vf_qp: Don't store NAN in intAndreas Rheinhardt2022-11-091-1/+1
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-1/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_qp: Deduplicate variable names arraysAndreas Rheinhardt2021-01-081-2/+2
* Mark some pointers as constAndreas Rheinhardt2021-01-011-2/+2
* lavfi/vf_qp: convert to the video_enc_params APIAnton Khirnov2021-01-011-22/+43
* avfilter/vf_qp: Fix use of uinitialized variableMichael Niedermayer2015-04-211-1/+0
* avfilter/vf_qp: fix cleanup on errorMichael Niedermayer2015-04-211-2/+4
* vfilter/vf_qp: Support evaluating expression per MBMichael Niedermayer2015-03-281-3/+27
* avfilter/vf_qp: split expression parsing out of loopMichael Niedermayer2015-03-281-9/+14
* avfilter/vf_qp: Fix leak of out_qp_table_bufMichael Niedermayer2015-02-181-0/+1
* avfilter: port qp filter from libmpcodecsPaul B Mahol2015-01-141-0/+152