summaryrefslogtreecommitdiff
path: root/libavfilter/vf_uspp.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_uspp: add AV_CODEC_FLAG_RECON_FRAME supportMichael Niedermayer2023-03-261-19/+34
* avfilter/vf_uspp: about 10x the speed with threadsMichael Niedermayer2023-03-181-82/+101
* avfilter/vf_uspp: Support any codecMichael Niedermayer2023-03-181-5/+6
* avfilter/vf_uspp: update to new APIsMichael Niedermayer2023-03-181-8/+41
* avfilter/qp_table: Stop using FF_QSCALE_TYPE_*Andreas Rheinhardt2022-03-231-1/+2
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-9/+9
* avfilter/vf_uspp: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter/internal: Don't include libavcodec/(avcodec|internal).hAndreas Rheinhardt2021-08-051-0/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_uspp: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-6/+10
* avfilter/vf_uspp: Fix leak of packet side dataAndreas Rheinhardt2021-03-121-0/+1
* avfilter/vf_uspp: Fix leak of qp-table on errorAndreas Rheinhardt2021-03-121-0/+2
* lavfi/vf_uspp: convert to the video_enc_params APIAnton Khirnov2021-01-011-31/+22
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-111-1/+1
* avfilter/vf_uspp: Fix potential leak of dict on errorAndreas Rheinhardt2020-09-111-1/+1
* Remove unnecessary use of avcodec_close().Anton Khirnov2020-06-101-4/+2
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter/vf_uspp: Fix currently unused input frame dimensionsMichael Niedermayer2017-05-101-2/+2
* avfilter: stop using deprecated codec flagsJames Almer2017-03-251-1/+1
* avfilter/vf_uspp: Check for encoding failureMichael Niedermayer2016-07-131-1/+7
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-10/+10
* avfilter/uspp: use AV_OPT_TYPE_BOOL for use_bframe_qp optionClément Bœsch2015-09-091-1/+1
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+5
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-181-1/+1
* avfilter/vf_uspp: fix gop_sizeMichael Niedermayer2015-01-251-1/+1
* avfilter/vf_uspp: Use FF_CEIL_RSHIFT() correct rounding of odd w/hMichael Niedermayer2015-01-251-8/+13
* lavfi: use ff_norm_qscale(), factorizeStefano Sabatini2015-01-131-14/+1
* avfilter/vf_uspp: clear AVPacket to not leave uninitialized memoryMichael Niedermayer2014-12-301-1/+1
* avfilter/vf_uspp: use av_malloc_array()Michael Niedermayer2014-12-231-2/+2
* avfilter/vf_uspp: fix gray pixfmt handlingMichael Niedermayer2014-12-131-0/+3
* avfilter/vf_uspp: fix used chroma subsampling factorsMichael Niedermayer2014-12-131-11/+21
* avfilter/vf_uspp: fix used pix_fmtMichael Niedermayer2014-12-131-1/+1
* avfilter/vf_uspp: Add grayscale supportMichael Niedermayer2014-12-131-0/+1
* avfilter/vf_uspp: assert that the qp_type is validMichael Niedermayer2014-12-131-0/+1
* avfilter/vf_uspp: fix integer overflow in intermediateMichael Niedermayer2014-12-121-2/+2
* avfilter/vf_uspp: remove YUV 411/422/440Michael Niedermayer2014-12-121-5/+5
* avfilter/vf_uspp: use the average QP instead of QP[0]Michael Niedermayer2014-12-121-2/+10
* avfilter/vf_uspp: The qp array width is qp_stride not stride/16Michael Niedermayer2014-12-121-1/+1
* avfilter/vf_uspp: Allocate qp storage after qp_stride is knownMichael Niedermayer2014-12-121-9/+10
* avfilter/uspp: use AVFILTER_DEFINE_CLASS()Clément Bœsch2014-12-121-7/+1
* avfilter/uspp: make src const in store_slice_c()Clément Bœsch2014-12-121-1/+1
* avfilter/uspp: misc style fixesClément Bœsch2014-12-121-51/+51
* lavfi: USPP FilterArwa Arif2014-12-121-0/+490