summaryrefslogtreecommitdiff
path: root/libavfilter/vf_qp.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_qp: Deduplicate variable names arraysAndreas Rheinhardt2021-01-08
| | | | | | This also avoids relocations. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* Mark some pointers as constAndreas Rheinhardt2021-01-01
| | | | | Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* lavfi/vf_qp: convert to the video_enc_params APIAnton Khirnov2021-01-01
| | | | Temporarily disable fate-filter-qp until vf_pp is converted.
* avfilter/vf_qp: Fix use of uinitialized variableMichael Niedermayer2015-04-21
| | | | | Found-by: <Timothy_Gu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_qp: fix cleanup on errorMichael Niedermayer2015-04-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vfilter/vf_qp: Support evaluating expression per MBMichael Niedermayer2015-03-28
| | | | | | also add support for x/y/w/h parameters Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_qp: split expression parsing out of loopMichael Niedermayer2015-03-28
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_qp: Fix leak of out_qp_table_bufMichael Niedermayer2015-02-18
| | | | | | Fixes CID1270821 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: port qp filter from libmpcodecsPaul B Mahol2015-01-14
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>