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
2022-03-24avfilter/qp_table: Stop using FF_QSCALE_TYPE_*Andreas Rheinhardt
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_uspp: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-08-05avfilter/internal: Don't include libavcodec/(avcodec|internal).hAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-03-17avfilter/vf_uspp: use av_packet_alloc() to allocate packetsJames Almer
2021-03-12avfilter/vf_uspp: Fix leak of packet side dataAndreas Rheinhardt
2021-03-12avfilter/vf_uspp: Fix leak of qp-table on errorAndreas Rheinhardt
2021-01-01lavfi/vf_uspp: convert to the video_enc_params APIAnton Khirnov
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-09-11fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt
2020-09-11avfilter/vf_uspp: Fix potential leak of dict on errorAndreas Rheinhardt
2020-06-10Remove unnecessary use of avcodec_close().Anton Khirnov
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-05-10avfilter/vf_uspp: Fix currently unused input frame dimensionsMichael Niedermayer
2017-03-26avfilter: stop using deprecated codec flagsJames Almer
2016-07-13avfilter/vf_uspp: Check for encoding failureMichael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-09-09avfilter/uspp: use AV_OPT_TYPE_BOOL for use_bframe_qp optionClément Bœsch
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-18Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer
2015-01-25avfilter/vf_uspp: fix gop_sizeMichael Niedermayer
2015-01-25avfilter/vf_uspp: Use FF_CEIL_RSHIFT() correct rounding of odd w/hMichael Niedermayer
2015-01-13lavfi: use ff_norm_qscale(), factorizeStefano Sabatini
2014-12-30avfilter/vf_uspp: clear AVPacket to not leave uninitialized memoryMichael Niedermayer
2014-12-24avfilter/vf_uspp: use av_malloc_array()Michael Niedermayer
2014-12-13avfilter/vf_uspp: fix gray pixfmt handlingMichael Niedermayer
2014-12-13avfilter/vf_uspp: fix used chroma subsampling factorsMichael Niedermayer
2014-12-13avfilter/vf_uspp: fix used pix_fmtMichael Niedermayer
2014-12-13avfilter/vf_uspp: Add grayscale supportMichael Niedermayer
2014-12-13avfilter/vf_uspp: assert that the qp_type is validMichael Niedermayer
2014-12-12avfilter/vf_uspp: fix integer overflow in intermediateMichael Niedermayer
2014-12-12avfilter/vf_uspp: remove YUV 411/422/440Michael Niedermayer
2014-12-12avfilter/vf_uspp: use the average QP instead of QP[0]Michael Niedermayer
2014-12-12avfilter/vf_uspp: The qp array width is qp_stride not stride/16Michael Niedermayer
2014-12-12avfilter/vf_uspp: Allocate qp storage after qp_stride is knownMichael Niedermayer
2014-12-12avfilter/uspp: use AVFILTER_DEFINE_CLASS()Clément Bœsch
2014-12-12avfilter/uspp: make src const in store_slice_c()Clément Bœsch
2014-12-12avfilter/uspp: misc style fixesClément Bœsch
2014-12-12lavfi: USPP FilterArwa Arif