summaryrefslogtreecommitdiff
path: root/libavfilter/vf_codecview.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_codecview: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-9/+3
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_codecview: added new options for blockLimin Wang2021-10-011-0/+35
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-1/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_codecview: Fix undefined left shifts of negative numbersAndreas Rheinhardt2021-04-011-4/+4
* lavfi/vf_codecview: convert to the video_enc_params APIAnton Khirnov2021-01-011-2/+10
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* vf_codecview: added new optionsdsmudhar2016-06-151-10/+45
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter/codecview: reindent after previous commitClément Bœsch2015-12-051-14/+14
* avfilter/codecview: add QP supportClément Bœsch2015-12-051-1/+42
* avfilter: add '.' at and of long filter description where it is missingPaul B Mahol2015-11-251-1/+1
* avfilter: fix a few 5 spaces indentClément Bœsch2015-06-071-7/+7
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-2/+4
* avfilter: add codecview filterClément Bœsch2014-08-241-0/+244