Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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