summaryrefslogtreecommitdiff
path: root/libavcodec/vc2enc.c
Commit message (Expand)AuthorAge
...
* 2enc: clip and warn when user bitrate set too lowRostislav Pehlivanov2016-02-28
* vc2enc: clip and warn when user bitrate set too lowRostislav Pehlivanov2016-02-28
* vc2enc: carry over quantization index across frames as a starting pointRostislav Pehlivanov2016-02-28
* vc2enc: use 32 bits for quantized coefficients LUTRostislav Pehlivanov2016-02-28
* vc2enc: cache bits per quantizer, calculate wasted bitsRostislav Pehlivanov2016-02-28
* vc2enc: calculate the minimum slice size only onceRostislav Pehlivanov2016-02-26
* vc2enc: halve allocated table size, refactor and optimize quantizationRostislav Pehlivanov2016-02-26
* vc2enc: use FFABS() instead of abs()Rostislav Pehlivanov2016-02-26
* vc2enc: correctly zero out coefficient array paddingRostislav Pehlivanov2016-02-26
* vc2enc: mark as FF_CODEC_CAP_INIT_THREADSAFE and align AVCodec entriesRostislav Pehlivanov2016-02-26
* vc2enc: set quantization ceiling to 50Rostislav Pehlivanov2016-02-22
* vc2enc: use LAVC_INDENT instead of FFMPEG_VERSION for encoder commentRostislav Pehlivanov2016-02-21
* vc2enc: add support for Haar wavelet transformsRostislav Pehlivanov2016-02-20
* vc2enc: print the average quantization index at the endRostislav Pehlivanov2016-02-15
* vc2enc: fix use of uninitialized variables in the rate control systemRostislav Pehlivanov2016-02-15
* avcodec: add a native SMPTE VC-2 HQ encoderRostislav Pehlivanov2016-02-10