| Commit message (Expand) | Author | Age | Files | Lines |
* | diractab: expose the maximum quantization index as a macro | Rostislav Pehlivanov | 2016-07-11 | 1 | -6/+3 |
* | vc2enc: prevent random data | Christophe Gisquet | 2016-05-06 | 1 | -0/+5 |
* | vc2enc: do not print the lavc version if the bitexact flag is enabled | Rostislav Pehlivanov | 2016-05-05 | 1 | -2/+3 |
* | vc2enc: use 32x16 slices by default | Rostislav Pehlivanov | 2016-04-16 | 1 | -2/+2 |
* | vc2enc: don't require interlacing for 1080p50/60 base video formats | Rostislav Pehlivanov | 2016-04-16 | 1 | -2/+2 |
* | vc2enc: optimize and simplify quantization | Rostislav Pehlivanov | 2016-03-24 | 1 | -7/+8 |
* | vc2enc: simplify calc_slice_sizes() | Rostislav Pehlivanov | 2016-03-23 | 1 | -19/+13 |
* | vc2enc: correctly zero out the slice size cache | Rostislav Pehlivanov | 2016-03-23 | 1 | -1/+1 |
* | vc2enc: macro out slice size rounding | Rostislav Pehlivanov | 2016-03-23 | 1 | -6/+9 |
* | vc2enc: add non-experimental support for all video formats from spec | Rostislav Pehlivanov | 2016-03-22 | 1 | -35/+59 |
* | vc2enc: simplify count_hq_slice() and caching | Rostislav Pehlivanov | 2016-03-21 | 1 | -15/+12 |
* | vc2enc: fix segfault | Rostislav Pehlivanov | 2016-03-21 | 1 | -1/+1 |
* | vc2enc: increase the starting value of the size scaler | Rostislav Pehlivanov | 2016-03-18 | 1 | -1/+1 |
* | vc2enc: minor cosmetic changes | Rostislav Pehlivanov | 2016-03-04 | 1 | -5/+4 |
* | vc2enc: remove useless alignment on slice encoding | Rostislav Pehlivanov | 2016-03-04 | 1 | -1/+0 |
* | vc2enc: do not allocate packet until exact frame size is known | Rostislav Pehlivanov | 2016-03-04 | 1 | -166/+166 |
* | vc2enc: fix packet underallocation and minimum bitrate with interlacing | Rostislav Pehlivanov | 2016-03-01 | 1 | -1/+3 |
* | vc2enc: simplify slice cost caching | Rostislav Pehlivanov | 2016-03-01 | 1 | -31/+13 |
* | vc2enc: remove redundant put_padding() and use skip_put_bytes() instead | Rostislav Pehlivanov | 2016-03-01 | 1 | -15/+3 |
* | vc2enc: redistribute leftover bytes | Rostislav Pehlivanov | 2016-02-28 | 1 | -5/+55 |
* | vc2enc: allocate the DWT context with the current plane size | Rostislav Pehlivanov | 2016-02-28 | 1 | -2/+2 |
* | 2enc: clip and warn when user bitrate set too low | Rostislav Pehlivanov | 2016-02-28 | 1 | -2/+2 |
* | vc2enc: clip and warn when user bitrate set too low | Rostislav Pehlivanov | 2016-02-28 | 1 | -0/+23 |
* | vc2enc: carry over quantization index across frames as a starting point | Rostislav Pehlivanov | 2016-02-28 | 1 | -6/+6 |
* | vc2enc: use 32 bits for quantized coefficients LUT | Rostislav Pehlivanov | 2016-02-28 | 1 | -9/+9 |
* | vc2enc: cache bits per quantizer, calculate wasted bits | Rostislav Pehlivanov | 2016-02-28 | 1 | -5/+32 |
* | vc2enc: calculate the minimum slice size only once | Rostislav Pehlivanov | 2016-02-26 | 1 | -3/+7 |
* | vc2enc: halve allocated table size, refactor and optimize quantization | Rostislav Pehlivanov | 2016-02-26 | 1 | -58/+50 |
* | vc2enc: use FFABS() instead of abs() | Rostislav Pehlivanov | 2016-02-26 | 1 | -3/+3 |
* | vc2enc: correctly zero out coefficient array padding | Rostislav Pehlivanov | 2016-02-26 | 1 | -1/+1 |
* | vc2enc: mark as FF_CODEC_CAP_INIT_THREADSAFE and align AVCodec entries | Rostislav Pehlivanov | 2016-02-26 | 1 | -11/+12 |
* | vc2enc: set quantization ceiling to 50 | Rostislav Pehlivanov | 2016-02-22 | 1 | -1/+1 |
* | vc2enc: use LAVC_INDENT instead of FFMPEG_VERSION for encoder comment | Rostislav Pehlivanov | 2016-02-21 | 1 | -2/+2 |
* | vc2enc: add support for Haar wavelet transforms | Rostislav Pehlivanov | 2016-02-20 | 1 | -2/+4 |
* | vc2enc: print the average quantization index at the end | Rostislav Pehlivanov | 2016-02-15 | 1 | -0/+2 |
* | vc2enc: fix use of uninitialized variables in the rate control system | Rostislav Pehlivanov | 2016-02-15 | 1 | -5/+5 |
* | avcodec: add a native SMPTE VC-2 HQ encoder | Rostislav Pehlivanov | 2016-02-10 | 1 | -0/+1196 |