| Commit message (Expand) | Author | Age | Files | Lines |
* | libavcodec: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | Remove obsolete version.h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+1 |
* | avcodec/vc2enc: Cleanup generically on allocation failure | Andreas Rheinhardt | 2022-02-11 | 1 | -9/+4 |
* | avcodec/vc2enc: Check for non negative slice bounds | Michael Niedermayer | 2021-06-08 | 1 | -0/+2 |
* | avcodec/vc2enc: Allow user-supplied buffers | Andreas Rheinhardt | 2021-05-15 | 1 | -4/+4 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/vc2enc: Actually zero padding | Andreas Rheinhardt | 2021-04-26 | 1 | -1/+1 |
* | vc2enc: Add missing static to local variables | Mark Thompson | 2021-02-02 | 1 | -2/+2 |
* | put_bits: make avpriv_put_string() lavc-local | Anton Khirnov | 2020-10-28 | 1 | -2/+2 |
* | put_bits: make avpriv_align_put_bits() inline | Anton Khirnov | 2020-10-28 | 1 | -7/+7 |
* | avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bits | Andreas Rheinhardt | 2020-08-01 | 1 | -1/+0 |
* | vc2enc: zero padding of the coefficient buffer | Lynne | 2019-12-17 | 1 | -0/+2 |
* | vc2enc: properly promote operations to 64 bits | Rostislav Pehlivanov | 2018-03-13 | 1 | -5/+5 |
* | vc2enc: replace quantization LUT with a smaller division LUT | Rostislav Pehlivanov | 2018-03-10 | 1 | -87/+31 |
* | avcodec/vc2enc: prevent bitrate overshoots | Rostislav Pehlivanov | 2018-01-31 | 1 | -8/+14 |
* | avcodec/vc2enc: Clear coef_buf on allocation | Michael Niedermayer | 2017-11-15 | 1 | -1/+1 |
* | vc2enc_dwt: pad the temporary buffer by the slice size | Rostislav Pehlivanov | 2017-11-09 | 1 | -1/+2 |
* | avcodec: remove remaining uses of avcodec_get_chroma_sub_sample | Martin Vignali | 2017-11-06 | 1 | -2/+4 |
* | Revert "vc2enc: Calculate average slice quantiser correctly" | Kieran Kunhya | 2017-11-04 | 1 | -3/+3 |
* | vc2enc: Calculate average slice quantiser correctly | Kieran Kunhya | 2017-11-04 | 1 | -3/+3 |
* | vc2enc: decrease default strictness level | Rostislav Pehlivanov | 2017-06-15 | 1 | -3/+3 |
* | 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 |