summaryrefslogtreecommitdiff
path: root/libavcodec/vc2enc.c
Commit message (Expand)AuthorAgeFilesLines
...
* vc2enc: allocate the DWT context with the current plane sizeRostislav Pehlivanov2016-02-281-2/+2
* 2enc: clip and warn when user bitrate set too lowRostislav Pehlivanov2016-02-281-2/+2
* vc2enc: clip and warn when user bitrate set too lowRostislav Pehlivanov2016-02-281-0/+23
* vc2enc: carry over quantization index across frames as a starting pointRostislav Pehlivanov2016-02-281-6/+6
* vc2enc: use 32 bits for quantized coefficients LUTRostislav Pehlivanov2016-02-281-9/+9
* vc2enc: cache bits per quantizer, calculate wasted bitsRostislav Pehlivanov2016-02-281-5/+32
* vc2enc: calculate the minimum slice size only onceRostislav Pehlivanov2016-02-261-3/+7
* vc2enc: halve allocated table size, refactor and optimize quantizationRostislav Pehlivanov2016-02-261-58/+50
* vc2enc: use FFABS() instead of abs()Rostislav Pehlivanov2016-02-261-3/+3
* vc2enc: correctly zero out coefficient array paddingRostislav Pehlivanov2016-02-261-1/+1
* vc2enc: mark as FF_CODEC_CAP_INIT_THREADSAFE and align AVCodec entriesRostislav Pehlivanov2016-02-261-11/+12
* vc2enc: set quantization ceiling to 50Rostislav Pehlivanov2016-02-221-1/+1
* vc2enc: use LAVC_INDENT instead of FFMPEG_VERSION for encoder commentRostislav Pehlivanov2016-02-211-2/+2
* vc2enc: add support for Haar wavelet transformsRostislav Pehlivanov2016-02-201-2/+4
* vc2enc: print the average quantization index at the endRostislav Pehlivanov2016-02-151-0/+2
* vc2enc: fix use of uninitialized variables in the rate control systemRostislav Pehlivanov2016-02-151-5/+5
* avcodec: add a native SMPTE VC-2 HQ encoderRostislav Pehlivanov2016-02-101-0/+1196