Kieran Kunhya
|
a4e616824b
|
libavutil: Remove TOMI CPU
|
2023-07-22 00:36:53 +01:00 |
|
Kieran Kunhya
|
264cf75214
|
vf_yadif: Remove unused emms_c
|
2023-02-14 19:09:19 +00:00 |
|
Kieran Kunhya
|
ec33f7793e
|
cfhd: Add tag names
|
2020-07-04 16:27:24 +01:00 |
|
Kieran Kunhya
|
2ff7af563a
|
vf_showinfo: Fix timecode display
|
2019-03-09 18:42:34 +00:00 |
|
Kieran Kunhya
|
c85852d3de
|
h264: Support multi-field closed captions by using AVBufferRef and not resetting per field
Signed-off-by: Josh de Kock <joshdk@obe.tv>
|
2018-08-17 16:24:19 +01:00 |
|
Kieran Kunhya
|
f9d3841ae6
|
mpeg4video: Add support for MPEG-4 Simple Studio Profile.
This is a profile supporting > 8-bit video and has a higher quality DCT
|
2018-04-02 13:06:23 +01:00 |
|
Kieran Kunhya
|
699fa8f382
|
simple_idct: Template functions to support an input bitdepth parameter
|
2018-04-02 13:06:19 +01:00 |
|
Kieran Kunhya
|
918de766f5
|
h264dec: Remove mpeg4video.h header dependency
|
2017-12-11 00:09:25 +00:00 |
|
Kieran Kunhya
|
a83a03af9a
|
libavcodec: Move ff_print_debug_info2 to mpegutils.c
|
2017-12-11 00:09:25 +00:00 |
|
Kieran Kunhya
|
1f28a991ef
|
libavcodec/h264_sei: Don't log random user data. This prevents terminal junk.
|
2017-11-17 22:22:11 +00:00 |
|
Kieran Kunhya
|
1358f7ddb3
|
Revert "vc2enc: Calculate average slice quantiser correctly"
This reverts commit 626d200e76.
|
2017-11-04 18:31:59 +00:00 |
|
Kieran Kunhya
|
626d200e76
|
vc2enc: Calculate average slice quantiser correctly
|
2017-11-04 18:18:25 +00:00 |
|
Kieran Kunhya
|
77748d12a0
|
h264: Make Truncating SPS/PPS message debug.
|
2017-11-04 18:14:00 +00:00 |
|
Kieran Kunhya
|
03b82b3ab9
|
h2645_parse: Allocate a single buffer per packet
Drastically reduces memory usage on pathological streams.
Fixes ticket #6789
|
2017-11-04 18:06:45 +00:00 |
|
Kieran Kunhya
|
4cca2f74f2
|
vf_drawtext: Fix memory leak
|
2017-03-21 12:15:50 +00:00 |
|
Kieran Kunhya
|
b8deb7c34f
|
opus: Do not call vector_fmul_scalar on zero samples
The x86 variant of this function crashes in that specific case.
CC: libav-devel@libav.org
|
2015-10-28 17:57:07 +01:00 |
|
Kieran Kunhya
|
b3e5f15b95
|
opusdec: Don't run vector_fmul_scalar on zero length arrays
Fixes crashes on fuzzed files
Fixes Ticket4969 part2
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2015-10-27 02:45:40 +01:00 |
|
Kieran Kunhya
|
18982f084c
|
swscale: Pass through chroma positions in sws_getCachedContext
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-12-26 17:55:12 +01:00 |
|
Kieran Kunhya
|
1515bfb313
|
vf_scale: Use correct chroma positions for YUV420P
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-12-25 02:53:29 +01:00 |
|
Kieran Kunhya
|
9cfa68c560
|
mpegts: add support for Opus
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
2014-12-20 11:29:19 +01:00 |
|
Kieran Kunhya
|
9a738c27dc
|
v210enc: Add SIMD optimised 8-bit and 10-bit encoders
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
|
2014-12-05 13:03:49 +00:00 |
|
Kieran Kunhya
|
36091742d1
|
v210enc: Add SIMD optimised 8-bit and 10-bit encoders
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-11-26 20:30:47 +01:00 |
|
Kieran Kunhya
|
2e1704059a
|
vf_interlace: Add SIMD for lowpass filter
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
2014-11-15 00:35:31 +01:00 |
|
Kieran Kunhya
|
61e42c1124
|
avformat/mpegts: Add support for Opus in MPEG-TS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-10-26 22:29:47 +01:00 |
|
Kieran Kunhya
|
74141f693d
|
avcodec: Add support for Opus in MPEG-TS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-10-26 22:29:07 +01:00 |
|
Kieran Kunhya
|
2a3c36e920
|
Deprecate AFD field and add AFD as side-data
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-08-04 05:36:44 +02:00 |
|
Kieran Kunhya
|
1ef9e83764
|
avcodec: Deprecate dtg_active_format field in favor of avframe side-data
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
2014-08-03 15:43:02 -07:00 |
|
Kieran Kunhya
|
9b60d91979
|
hevc: Allow out of bound values for num_reorder_pics
This fixes decoding for a sample that cannot be shared
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
2014-06-26 07:14:57 +02:00 |
|
Kieran
|
bc21260e64
|
hevc: Fix 4K sample video
Reviewed-by: smarter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-06-15 23:24:11 +02:00 |
|