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
2019-12-17vc2enc: zero padding of the coefficient bufferLynne
2018-03-13vc2enc: properly promote operations to 64 bitsRostislav Pehlivanov
2018-03-10vc2enc: replace quantization LUT with a smaller division LUTRostislav Pehlivanov
2018-01-31avcodec/vc2enc: prevent bitrate overshootsRostislav Pehlivanov
2017-11-15avcodec/vc2enc: Clear coef_buf on allocationMichael Niedermayer
2017-11-09vc2enc_dwt: pad the temporary buffer by the slice sizeRostislav Pehlivanov
2017-11-07avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali
2017-11-04Revert "vc2enc: Calculate average slice quantiser correctly"Kieran Kunhya
2017-11-04vc2enc: Calculate average slice quantiser correctlyKieran Kunhya
2017-06-15vc2enc: decrease default strictness levelRostislav Pehlivanov
2016-07-12diractab: expose the maximum quantization index as a macroRostislav Pehlivanov
2016-05-06vc2enc: prevent random dataChristophe Gisquet
2016-05-05vc2enc: do not print the lavc version if the bitexact flag is enabledRostislav Pehlivanov
2016-04-17vc2enc: use 32x16 slices by defaultRostislav Pehlivanov
2016-04-17vc2enc: don't require interlacing for 1080p50/60 base video formatsRostislav Pehlivanov
2016-03-24vc2enc: optimize and simplify quantizationRostislav Pehlivanov
2016-03-23vc2enc: simplify calc_slice_sizes()Rostislav Pehlivanov
2016-03-23vc2enc: correctly zero out the slice size cacheRostislav Pehlivanov
2016-03-23vc2enc: macro out slice size roundingRostislav Pehlivanov
2016-03-22vc2enc: add non-experimental support for all video formats from specRostislav Pehlivanov
2016-03-21vc2enc: simplify count_hq_slice() and cachingRostislav Pehlivanov
2016-03-21vc2enc: fix segfaultRostislav Pehlivanov
2016-03-18vc2enc: increase the starting value of the size scalerRostislav Pehlivanov
2016-03-05vc2enc: minor cosmetic changesRostislav Pehlivanov
2016-03-05vc2enc: remove useless alignment on slice encodingRostislav Pehlivanov
2016-03-05vc2enc: do not allocate packet until exact frame size is knownRostislav Pehlivanov
2016-03-01vc2enc: fix packet underallocation and minimum bitrate with interlacingRostislav Pehlivanov
2016-03-01vc2enc: simplify slice cost cachingRostislav Pehlivanov
2016-03-01vc2enc: remove redundant put_padding() and use skip_put_bytes() insteadRostislav Pehlivanov
2016-02-28vc2enc: redistribute leftover bytesRostislav Pehlivanov
2016-02-28vc2enc: allocate the DWT context with the current plane sizeRostislav Pehlivanov
2016-02-282enc: clip and warn when user bitrate set too lowRostislav Pehlivanov
2016-02-28vc2enc: clip and warn when user bitrate set too lowRostislav Pehlivanov
2016-02-28vc2enc: carry over quantization index across frames as a starting pointRostislav Pehlivanov
2016-02-28vc2enc: use 32 bits for quantized coefficients LUTRostislav Pehlivanov
2016-02-28vc2enc: cache bits per quantizer, calculate wasted bitsRostislav Pehlivanov
2016-02-26vc2enc: calculate the minimum slice size only onceRostislav Pehlivanov
2016-02-26vc2enc: halve allocated table size, refactor and optimize quantizationRostislav Pehlivanov
2016-02-26vc2enc: use FFABS() instead of abs()Rostislav Pehlivanov
2016-02-26vc2enc: correctly zero out coefficient array paddingRostislav Pehlivanov
2016-02-26vc2enc: mark as FF_CODEC_CAP_INIT_THREADSAFE and align AVCodec entriesRostislav Pehlivanov
2016-02-22vc2enc: set quantization ceiling to 50Rostislav Pehlivanov
2016-02-21vc2enc: use LAVC_INDENT instead of FFMPEG_VERSION for encoder commentRostislav Pehlivanov
2016-02-20vc2enc: add support for Haar wavelet transformsRostislav Pehlivanov
2016-02-16vc2enc: print the average quantization index at the endRostislav Pehlivanov
2016-02-15vc2enc: fix use of uninitialized variables in the rate control systemRostislav Pehlivanov
2016-02-10avcodec: add a native SMPTE VC-2 HQ encoderRostislav Pehlivanov