index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vc2enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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