[libav-commits] vf_interlace: Add SIMD for lowpass filter

2014-11-14 Thread Kieran Kunhya
Module: libav Branch: master Commit: 2e1704059ae8625beda2ffde847ad22c5ba416dc Author:Kieran Kunhya Committer: Luca Barbato Date: Tue Nov 11 18:43:42 2014 + vf_interlace: Add SIMD for lowpass filter Signed-off-by: Luca Barbato --- libavfilter/interlace.h | 59

[libav-commits] vf_interlace: get rid of useless loads

2014-11-27 Thread Kieran Kunhya
Module: libav Branch: master Commit: 96fda42a8f9bf84beaaf7f5991d17f2a057de86c Author:Kieran Kunhya Committer: Anton Khirnov Date: Tue Nov 25 17:14:32 2014 +0100 vf_interlace: get rid of useless loads Signed-off-by: Anton Khirnov --- libavfilter/x86/vf_interlace.asm |2 -- 1

[libav-commits] v210enc: Add SIMD optimised 8-bit and 10-bit encoders

2014-12-05 Thread Kieran Kunhya
Module: libav Branch: master Commit: 9a738c27dceb4b975784b23213a46f5cb560d1c2 Author:Kieran Kunhya Committer: Vittorio Giovara Date: Tue Dec 2 17:08:25 2014 + v210enc: Add SIMD optimised 8-bit and 10-bit encoders Signed-off-by: Michael Niedermayer Signed-off-by: Vittorio

[libav-commits] mpegts: add support for Opus

2014-12-20 Thread Kieran Kunhya
Module: libav Branch: master Commit: 9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0 Author:Kieran Kunhya Committer: Anton Khirnov Date: Sat Oct 18 00:25:16 2014 +0100 mpegts: add support for Opus Signed-off-by: Anton Khirnov --- libavcodec/opus.c| 11 +--- libavcodec/opus.h

[libav-commits] h264: Add support for Closed Caption export

2015-07-16 Thread Kieran Kunhya
Module: libav Branch: master Commit: b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37 Author:Kieran Kunhya Committer: Vittorio Giovara Date: Wed Jul 8 23:17:44 2015 +0100 h264: Add support for Closed Caption export Signed-off-by: Vittorio Giovara --- libavcodec/h264.c | 12

[libav-commits] opus: Do not call vector_fmul_scalar on zero samples

2015-10-28 Thread Kieran Kunhya
Module: libav Branch: master Commit: b8deb7c34f755d5e3eee0b5930c3a6ad2dda96bc Author:Kieran Kunhya Committer: Luca Barbato Date: Wed Oct 28 17:01:56 2015 +0100 opus: Do not call vector_fmul_scalar on zero samples The x86 variant of this function crashes in that specific case. CC

[libav-commits] get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNAL

2016-01-11 Thread Kieran Kunhya
Module: libav Branch: master Commit: 46350db737a15910f468d30cf7beda16a4cc8332 Author:Kieran Kunhya Committer: Vittorio Giovara Date: Sun Dec 13 18:02:09 2015 + get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNAL --- libavcodec/get_bits.h | 11 +++ 1 file chan

[libav-commits] avcodec: Clarify AVFrame member documentation.

2012-02-06 Thread Kieran Kunhya
Module: libav Branch: master Commit: 9814974d2e4c7f3f7fda6cd45ab330b20bc88452 Author:Kieran Kunhya Committer: Diego Biurrun Date: Sun Feb 5 04:28:58 2012 -0600 avcodec: Clarify AVFrame member documentation. Signed-off-by: Diego Biurrun --- libavcodec/avcodec.h |4 ++-- 1

[libav-commits] Convert vector_fmul range of functions to YASM and add AVX versions

2012-05-21 Thread Kieran Kunhya
Module: libav Branch: master Commit: 5ff01259a8b558ba84066125b41832121f2f5864 Author:Kieran Kunhya Committer: Justin Ruggles Date: Fri Apr 20 14:49:30 2012 -0500 Convert vector_fmul range of functions to YASM and add AVX versions Signed-off-by: Justin Ruggles --- libavcodec

[libav-commits] Add GBRAP12 pixel format support

2016-10-14 Thread Kieran Kunhya
Module: libav Branch: master Commit: 81f1f6c3f62b1dd5e7433583929d46958522ceb3 Author:Kieran Kunhya Committer: Luca Barbato Date: Mon Feb 8 21:40:10 2016 + Add GBRAP12 pixel format support Signed-off-by: Diego Biurrun --- doc/APIchanges|3 +++ libavcodec

[libav-commits] Add Cineform HD Decoder

2017-03-09 Thread Kieran Kunhya
Module: libav Branch: master Commit: 5f794aa1653aa04c1da7397e9ccacad947fadf5f Author:Kieran Kunhya Committer: Luca Barbato Date: Sat Jan 30 17:39:48 2016 + Add Cineform HD Decoder Decodes YUV 4:2:2 10-bit and RGB 12-bit files. Older files with more subbands, skips, Bayer, alpha

[libav-commits] Add LATM muxer

2011-09-07 Thread Kieran Kunhya
Module: libav Branch: master Commit: 0ca36b4de76e10578e23199c2932682c0f510e31 Author:Kieran Kunhya Committer: Janne Grunau Date: Tue Sep 6 20:05:27 2011 +0100 Add LATM muxer Signed-off-by: Janne Grunau --- Changelog|1 + doc/general.texi |1

[libav-commits] Fix unnecessary shift with 9/10bit vertical scaling

2011-09-22 Thread Kieran Kunhya
Module: libav Branch: master Commit: 4d4d0e817607bce2a3a0806540f19d5d2b3b9376 Author:Kieran Kunhya Committer: Diego Biurrun Date: Thu Sep 22 18:21:05 2011 -0500 Fix unnecessary shift with 9/10bit vertical scaling Signed-off-by: Diego Biurrun --- libswscale/swscale.c

[libav-commits] latmenc: Fix private options

2011-09-28 Thread Kieran Kunhya
Module: libav Branch: master Commit: 32dfd8ca65e67b18bd22f83cf967f8216818e1fe Author:Kieran Kunhya Committer: Martin Storsjö Date: Wed Sep 28 07:46:10 2011 -0500 latmenc: Fix private options Signed-off-by: Martin Storsjö --- libavformat/latmenc.c |1 + 1 files changed, 1

[libav-commits] latmenc: Set latmBufferFullness to largest value to indicate it is not used

2011-09-30 Thread Kieran Kunhya
Module: libav Branch: master Commit: d4a544cbc46fd3550e4d21a9871eeb315e036156 Author:Kieran Kunhya Committer: Janne Grunau Date: Fri Sep 23 10:51:07 2011 -0500 latmenc: Set latmBufferFullness to largest value to indicate it is not used Signed-off-by: Janne Grunau --- libavformat

[libav-commits] yuv2planeX10 SIMD

2011-10-22 Thread Kieran Kunhya
Module: libav Branch: master Commit: 7fbbf9529397756a31850fe37036f026f34f80fc Author:Kieran Kunhya Committer: Ronald S. Bultje Date: Sun Oct 9 16:20:48 2011 +0100 yuv2planeX10 SIMD Signed-off-by: Ronald S. Bultje --- libswscale/x86/scale.asm | 77

[libav-commits] Split up yuv2yuvX functions

2011-10-22 Thread Kieran Kunhya
Module: libav Branch: master Commit: ff7913aef14b340320b16900d4127b62ead776c9 Author:Kieran Kunhya Committer: Ronald S. Bultje Date: Tue Oct 4 12:22:03 2011 +0100 Split up yuv2yuvX functions Signed-off-by: Ronald S. Bultje --- libswscale/ppc/swscale_altivec.c |2

[libav-commits] Split out yuv2yuv1 luma and chroma in order to make them generic DSP functions

2011-10-22 Thread Kieran Kunhya
Module: libav Branch: master Commit: 34e8d147b31c5c8429799fe05b87a5f83bab333c Author:Kieran Kunhya Committer: Ronald S. Bultje Date: Fri Sep 30 13:50:49 2011 +0100 Split out yuv2yuv1 luma and chroma in order to make them generic DSP functions Signed-off-by: Ronald S. Bultje

[libav-commits] hevc: Allow out of bound values for num_reorder_pics

2014-06-26 Thread Kieran Kunhya
Module: libav Branch: master Commit: 9b60d9197970658e91daf4b586397f450de9af69 Author:Kieran Kunhya Committer: Anton Khirnov Date: Sun Jun 15 23:44:15 2014 +0200 hevc: Allow out of bound values for num_reorder_pics This fixes decoding for a sample that cannot be shared Signed-off-by

[libav-commits] avcodec: Deprecate dtg_active_format field in favor of avframe side-data

2014-08-03 Thread Kieran Kunhya
Module: libav Branch: master Commit: 1ef9e8376466bb1e2c147e47554b94cab9c8b04a Author:Kieran Kunhya Committer: Diego Biurrun Date: Sun Aug 3 19:24:56 2014 +0100 avcodec: Deprecate dtg_active_format field in favor of avframe side-data Signed-off-by: Diego Biurrun --- doc

[libav-commits] Fix 9/10 bit in swscale.

2011-05-23 Thread Kieran Kunhya
Module: libav Branch: master Commit: 6465c820da7b104150366a8cdd837c00cf364235 Author:Kieran Kunhya Committer: Ronald S. Bultje Date: Mon May 23 03:02:12 2011 +0100 Fix 9/10 bit in swscale. Signed-off-by: Ronald S. Bultje --- libswscale/swscale.c |8 1 files changed

[libav-commits] adts: Adjust frame size mask to follow the specification.

2011-06-10 Thread Kieran Kunhya
Module: libav Branch: master Commit: f74e5b76b1033e5224d6a7b5906e05cecd2b3302 Author:Kieran Kunhya Committer: Diego Biurrun Date: Wed Jun 8 01:26:20 2011 -0500 adts: Adjust frame size mask to follow the specification. This fixes ADTS detection for at least one sample. Signed-off-by

[libav-commits] Clarify output of av_get_bits_per_pixel

2013-05-14 Thread Kieran Kunhya
Module: libav Branch: master Commit: ede75ebc9b9c1a06406e7ae5cf4d38967c033c00 Author:Kieran Kunhya Committer: Anton Khirnov Date: Tue May 14 14:23:40 2013 -0500 Clarify output of av_get_bits_per_pixel Signed-off-by: Anton Khirnov --- libavutil/pixdesc.h |3 ++- 1 files

[libav-commits] lavc: Add option to encode MPEG-2 AAC with libfdk-aac

2013-06-23 Thread Kieran Kunhya
Module: libav Branch: master Commit: 95d52464542f532061290192518d5fe1c1930e8d Author:Kieran Kunhya Committer: Anton Khirnov Date: Sat Jun 22 10:16:11 2013 -0500 lavc: Add option to encode MPEG-2 AAC with libfdk-aac Signed-off-by: Anton Khirnov --- doc/APIchanges

[libav-commits] lavu: Add interleaved 4:2:2 8/10-bit formats

2013-09-21 Thread Kieran Kunhya
Module: libav Branch: master Commit: e208e6d209728d332343aa5390ae377ac0a6305c Author:Kieran Kunhya Committer: Luca Barbato Date: Tue Sep 17 16:30:48 2013 -0500 lavu: Add interleaved 4:2:2 8/10-bit formats Signed-off-by: Luca Barbato --- doc/APIchanges |4 libavutil

[libav-commits] lavc: add support for interleaved chroma formats to libx264.

2013-09-24 Thread Kieran Kunhya
Module: libav Branch: master Commit: 58894ab3f94d29b7497778289a21a166b6441a6a Author:Kieran Kunhya Committer: Anton Khirnov Date: Sun Sep 22 10:54:47 2013 -0500 lavc: add support for interleaved chroma formats to libx264. Interleaved chroma is x264's native format Signed-o

[libav-commits] libavutil: x86: Add AVX2 capable CPU detection.

2013-10-25 Thread Kieran Kunhya
Module: libav Branch: master Commit: 4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4 Author:Kieran Kunhya Committer: Derek Buitenhuis Date: Fri Oct 25 07:53:56 2013 -0500 libavutil: x86: Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection Signed-off-by: Derek Buite

[libav-commits] libfdk-aacenc: add LATM/LOAS encapsulation support

2012-07-25 Thread Kieran Kunhya
Module: libav Branch: master Commit: 160a27c5904c48bd83461253e7d58c63ca695de0 Author:Kieran Kunhya Committer: Martin Storsjö Date: Mon Jul 23 11:20:04 2012 -0500 libfdk-aacenc: add LATM/LOAS encapsulation support Signed-off-by: Martin Storsjö --- libavcodec/libfdk-aacenc.c | 15