[libav-commits] avprobe: correctly set the default formatter

2012-05-29 Thread Luca Barbato
Module: libav Branch: master Commit: 43b50e62c430adca04d26901b3c957fd9ea0e453 Author:Luca Barbato Committer: Luca Barbato Date: Tue May 29 13:14:10 2012 -0700 avprobe: correctly set the default formatter --- avprobe.c | 19 ++- 1 files changed, 10 insertions(+), 9

[libav-commits] matroska: Support interlaced content correctly

2016-03-31 Thread Luca Barbato
Module: libav Branch: master Commit: 5f0226668124aa7ae4db501ba7f4ace4c770f3d1 Author:Luca Barbato Committer: Luca Barbato Date: Mon Mar 28 20:29:54 2016 +0200 matroska: Support interlaced content correctly The matroska specification now has two elements for it. --- libavformat

[libav-commits] avconv: Drop an unused variable

2016-04-01 Thread Luca Barbato
Module: libav Branch: master Commit: 1db8eb154908cde577477b6ab17430a0cd46b7bd Author:Luca Barbato Committer: Luca Barbato Date: Fri Apr 1 05:30:22 2016 +0200 avconv: Drop an unused variable --- avconv.c |1 - 1 file changed, 1 deletion(-) diff --git a/avconv.c b/avconv.c

[libav-commits] matroska: Write the field order information

2016-04-03 Thread Luca Barbato
Module: libav Branch: master Commit: e3453fd44480d903338c663238bf280215dd9a07 Author:Luca Barbato Committer: Luca Barbato Date: Sat Apr 2 22:35:44 2016 +0200 matroska: Write the field order information And bump the document version to 4. --- libavformat/matroskaenc.c | 45

[libav-commits] ape: Avoid undefined behaviour

2016-04-19 Thread Luca Barbato
Module: libav Branch: master Commit: f3fdef108eb06b1e71b29152bf6822519e787efe Author:Luca Barbato Committer: Luca Barbato Date: Tue Apr 12 22:14:26 2016 +0200 ape: Avoid undefined behaviour Avoid the clang warning "warning: shifting a negative signed value is unde

[libav-commits] indeo3: Avoid undefined behaviour

2016-04-19 Thread Luca Barbato
Module: libav Branch: master Commit: 6b2ad3ca48a6638cb0226ed5aab41d435d8c83a5 Author:Luca Barbato Committer: Luca Barbato Date: Tue Apr 12 22:14:26 2016 +0200 indeo3: Avoid undefined behaviour Avoid the clang warning "warning: shifting a negative signed value is unde

[libav-commits] img2enc: Refactor the atomic renaming code

2016-04-19 Thread Luca Barbato
Module: libav Branch: master Commit: 79fdbfdb3e50f3f906903e027714ee04c1a00e89 Author:Luca Barbato Committer: Luca Barbato Date: Thu Apr 14 11:34:07 2016 +0200 img2enc: Refactor the atomic renaming code And use it for the separate-plane side-feature as well. Bug-Id: 935

[libav-commits] ape: Unbreak adaptcoeffs computation

2016-04-24 Thread Luca Barbato
Module: libav Branch: master Commit: 4012fe1ee819edc7689e182189e66c5401fb4b41 Author:Luca Barbato Committer: Luca Barbato Date: Thu Apr 21 16:09:38 2016 +0200 ape: Unbreak adaptcoeffs computation And simplify and explain the expression. Fault introduced in

[libav-commits] mpegts: Validate the SL Packet Header Configuration

2016-05-02 Thread Luca Barbato
Module: libav Branch: master Commit: 74d98d1b0e0e7af444c933ea3c472494de3ce6f2 Author:Luca Barbato Committer: Luca Barbato Date: Wed Feb 17 02:16:42 2016 +0100 mpegts: Validate the SL Packet Header Configuration timeStampLength, OCRLength and AU_Length have well specified upper

[libav-commits] mp3: Make the extrasize explicit

2016-05-22 Thread Luca Barbato
Module: libav Branch: master Commit: 74b1bf632f125a795e66e5fd0a060b9c7c55b7a3 Author:Luca Barbato Committer: Diego Biurrun Date: Tue Apr 19 06:35:53 2016 +0200 mp3: Make the extrasize explicit Initialize the bit buffer with the correct size (amount of bits that will be read) instead

[libav-commits] indeo2: Fix banding artefacts

2016-05-24 Thread Luca Barbato
Module: libav Branch: release/11 Commit: 22b58b12a3a7783d68cec2775d62446fbe55ba62 Author:Luca Barbato Committer: Sean McGovern Date: Mon Feb 22 19:58:19 2016 -0500 indeo2: Fix banding artefacts Rename luma table to delta table and change how it is used. CC: libav-sta...@libav.org

[libav-commits] indeo2data: K&R formatting cosmetics

2016-05-24 Thread Luca Barbato
Module: libav Branch: release/11 Commit: d7727ff1c8a8f6bfe8d0eba0b20fa9496ababda5 Author:Luca Barbato Committer: Sean McGovern Date: Mon Feb 22 19:58:18 2016 -0500 indeo2data: K&R formatting cosmetics Signed-off-by: Vittorio Giovara Signed-off-by: Diego Biurrun (cherry picked

[libav-commits] mov: Check the entries value when parsing dref boxes

2016-05-24 Thread Luca Barbato
Module: libav Branch: release/11 Commit: 5fdcbc4a7cd81114a9f47bcb3040ca510bd6360d Author:Luca Barbato Committer: Sean McGovern Date: Tue Mar 8 11:57:16 2016 +0100 mov: Check the entries value when parsing dref boxes And properly reset the entries count when resetting the entries

[libav-commits] matroska: Support V_QUICKTIME as written in the specification

2016-05-24 Thread Luca Barbato
Module: libav Branch: release/11 Commit: 8286ae42e2a98a13bb2a4c6d2ec8754156680f1e Author:Luca Barbato Committer: Sean McGovern Date: Sat Mar 12 13:46:13 2016 +0100 matroska: Support V_QUICKTIME as written in the specification Check if the size is written the first 4 bytes and read

[libav-commits] ppc: Support little endian intreadwrite

2016-05-25 Thread Luca Barbato
Module: libav Branch: release/11 Commit: 1e24089c5b07cef01cce1a9bd6262b70d3794b68 Author:Luca Barbato Committer: Diego Biurrun Date: Thu Aug 28 19:40:45 2014 +0200 ppc: Support little endian intreadwrite (cherry picked from commit c19a49e565bd06ea47947d50779ba236df9d4943) Signed-off

[libav-commits] ppc: linux: Check altivec using the auxv

2016-05-25 Thread Luca Barbato
Module: libav Branch: release/11 Commit: 3d109a485a9c871f5a5442608fc55bd05d9f144b Author:Luca Barbato Committer: Diego Biurrun Date: Fri Apr 3 15:31:32 2015 +0200 ppc: linux: Check altivec using the auxv Should prevent trying to use altivec when it is disabled by the kernel

[libav-commits] ppc: Restrict some Altivec implementations to Big Endian

2016-05-25 Thread Luca Barbato
Module: libav Branch: release/11 Commit: 3d812139120f628708d616acd3a71dcf0ca235f8 Author:Luca Barbato Committer: Diego Biurrun Date: Sun May 10 23:22:17 2015 +0200 ppc: Restrict some Altivec implementations to Big Endian In Little Endian the vec_ld/vec_st operations work as expected

[libav-commits] ppc: avutil: Drop a potentially dangerous workaround

2016-05-25 Thread Luca Barbato
Module: libav Branch: release/11 Commit: 38dc0727b73549075c1d71a706228e5e755470d4 Author:Luca Barbato Committer: Diego Biurrun Date: Sun May 10 22:48:30 2015 +0200 ppc: avutil: Drop a potentially dangerous workaround The compiler is free to optimize such expressions in any sort of

[libav-commits] ac3: Check the array bound before dereferencing

2016-05-27 Thread Luca Barbato
Module: libav Branch: master Commit: 5264e7ba217b3c0ceae813917134e1ab52573141 Author:Luca Barbato Committer: Luca Barbato Date: Thu May 26 02:41:25 2016 +0200 ac3: Check the array bound before dereferencing CC: libav-sta...@libav.org Signed-off-by: Luca Barbato --- libavcodec

[libav-commits] ac3: Check the array bound before dereferencing

2016-06-08 Thread Luca Barbato
Module: libav Branch: release/11 Commit: ae0d692eb0114f6b7edead0ff671885e0e03bb86 Author:Luca Barbato Committer: Sean McGovern Date: Thu May 26 02:41:25 2016 +0200 ac3: Check the array bound before dereferencing CC: libav-sta...@libav.org Signed-off-by: Luca Barbato

[libav-commits] librtmp: Avoid an infiniloop setting connection arguments

2016-06-23 Thread Luca Barbato
Module: libav Branch: master Commit: 4dbfcd07570a9e45e9597561023adb6da26f27f6 Author:Luca Barbato Committer: Luca Barbato Date: Wed Jun 22 06:36:31 2016 +0200 librtmp: Avoid an infiniloop setting connection arguments The exit condition was missing. CC: libav-sta...@libav.org

[libav-commits] librtmp: Avoid an infiniloop setting connection arguments

2016-06-23 Thread Luca Barbato
Module: libav Branch: release/11 Commit: 2c0dfc203c5067878999ae4c7b9ecdfa322eccf0 Author:Luca Barbato Committer: Luca Barbato Date: Wed Jun 22 06:36:31 2016 +0200 librtmp: Avoid an infiniloop setting connection arguments The exit condition was missing. CC: libav-sta...@libav.org

[libav-commits] ffv1: Report additional bitstream information in verbose mode

2016-06-28 Thread Luca Barbato
Module: libav Branch: master Commit: 3c08b7bc761b6411f55db68189721638dde2c46a Author:Luca Barbato Committer: Luca Barbato Date: Fri Jun 24 17:38:33 2016 +0200 ffv1: Report additional bitstream information in verbose mode Useful to inspect samples. --- libavcodec/ffv1dec.c |7

[libav-commits] ffv1: Remove version 2 and mark version 3 as non-experimental

2016-06-28 Thread Luca Barbato
Module: libav Branch: master Commit: fe6e5cbea7dbd5d2c67d79b5570e26debb70e95b Author:Luca Barbato Committer: Luca Barbato Date: Sat Jun 25 14:37:59 2016 +0200 ffv1: Remove version 2 and mark version 3 as non-experimental The encoder produces bitstream compatible with the current

[libav-commits] vpx: Support color range

2016-07-23 Thread Luca Barbato
Module: libav Branch: master Commit: b183abfb5b6366b177cf44f244c66156257a6fd6 Author:Luca Barbato Committer: Luca Barbato Date: Fri Jul 22 09:33:04 2016 +0200 vpx: Support color range The range field has been introduced in version 1.6.0 --- libavcodec/libvpxdec.c | 10

[libav-commits] checkasm: Cast unsigned to signed

2016-07-23 Thread Luca Barbato
Module: libav Branch: master Commit: 40ad05bab206c932a32171d45581080c914b06ec Author:Luca Barbato Committer: Luca Barbato Date: Tue Jul 19 05:26:33 2016 +0200 checkasm: Cast unsigned to signed Avoid a warning for passing an unsigned value to abs(), some compilers might optimize away

[libav-commits] h263: Always check both dimensions

2016-07-27 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 69337117482e2e39de81b097fb44156a56cbea9d Author:Luca Barbato Committer: Diego Biurrun Date: Fri Jun 26 15:57:16 2015 +0200 h263: Always check both dimensions CC: libav-sta...@libav.org Found-By: a...@gentoo.org Bug-Id: CVE-2015-5479 (cherry

[libav-commits] segment: Fix the failure paths

2016-07-27 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: cdd0eef776ce9d24d73ccb4a890b2a88280f5733 Author:Luca Barbato Committer: Diego Biurrun Date: Mon Jan 5 10:40:41 2015 +0100 segment: Fix the failure paths A failure in segment_end() or segment_start() would lead to freeing a dangling pointer

[libav-commits] mov: Validate the ID number

2016-07-29 Thread Luca Barbato
Module: libav Branch: master Commit: 2ac00d2d1d51047c6ce69d5fbe1a08392d142658 Author:Luca Barbato Committer: Diego Biurrun Date: Tue Jul 26 11:42:11 2016 +0200 mov: Validate the ID number IDs in MOV start from 1. Signed-off-by: Diego Biurrun --- libavformat/mov.c |4 ++-- 1

[libav-commits] ac3dec: Split spx-specific code from decode_audio_block()

2016-07-29 Thread Luca Barbato
Module: libav Branch: master Commit: a5ebe5d1217942238c641c83b24ef1106e53934a Author:Luca Barbato Committer: Diego Biurrun Date: Mon Jul 18 19:50:32 2016 +0200 ac3dec: Split spx-specific code from decode_audio_block() Signed-off-by: Diego Biurrun --- libavcodec/ac3dec.c | 198

[libav-commits] ac3dec: Add some inline hints

2016-07-29 Thread Luca Barbato
Module: libav Branch: master Commit: 8495d84f0101464b15517860db33e8605586d87e Author:Luca Barbato Committer: Diego Biurrun Date: Mon Jul 18 19:50:34 2016 +0200 ac3dec: Add some inline hints Signed-off-by: Diego Biurrun --- libavcodec/ac3dec.c |6 +++--- 1 file changed, 3

[libav-commits] ac3dec: Split coupling-specific code from decode_audio_block()

2016-07-29 Thread Luca Barbato
Module: libav Branch: master Commit: f0ccc65bc9ab9ddf1366066395564c71bcc825ee Author:Luca Barbato Committer: Diego Biurrun Date: Mon Jul 18 19:50:33 2016 +0200 ac3dec: Split coupling-specific code from decode_audio_block() Signed-off-by: Diego Biurrun --- libavcodec/ac3dec.c

[libav-commits] ac3dec: Simplify skipping

2016-07-29 Thread Luca Barbato
Module: libav Branch: master Commit: 3db51bf671defd47f2ec5ab67b11fb7730fb5e5a Author:Luca Barbato Committer: Diego Biurrun Date: Mon Jul 18 19:50:35 2016 +0200 ac3dec: Simplify skipping skip_bits_long() can skip up to 32-bit ranges. Signed-off-by: Diego Biurrun --- libavcodec

[libav-commits] avconv: Check the fifo allocation

2016-08-12 Thread Luca Barbato
Module: libav Branch: master Commit: 602abe77b02f9702c18c2787d208fcfc9d94b70f Author:Luca Barbato Committer: Luca Barbato Date: Mon Jul 25 00:33:01 2016 +0200 avconv: Check the fifo allocation --- avconv_filter.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[libav-commits] avconv: Make sure that inputless filtergraphs are configured

2016-08-12 Thread Luca Barbato
Module: libav Branch: master Commit: f6d2fed811dea36c4ebaf991927e44c78eb0aca5 Author:Luca Barbato Committer: Luca Barbato Date: Wed Aug 3 04:21:41 2016 +0200 avconv: Make sure that inputless filtergraphs are configured Unbreak `avconv -filter_complex testsrc`. Regression introduced

[libav-commits] avconv: Make sure that inputless filtergraphs are configured

2016-08-12 Thread Luca Barbato
Module: libav Branch: release/12 Commit: f6d2fed811dea36c4ebaf991927e44c78eb0aca5 Author:Luca Barbato Committer: Luca Barbato Date: Wed Aug 3 04:21:41 2016 +0200 avconv: Make sure that inputless filtergraphs are configured Unbreak `avconv -filter_complex testsrc`. Regression

[libav-commits] avconv: Check the fifo allocation

2016-08-12 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 602abe77b02f9702c18c2787d208fcfc9d94b70f Author:Luca Barbato Committer: Luca Barbato Date: Mon Jul 25 00:33:01 2016 +0200 avconv: Check the fifo allocation --- avconv_filter.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[libav-commits] rtpdec_mpeg4: validate fmtp fields

2016-08-23 Thread Luca Barbato
Module: libav Branch: master Commit: 24130234cd9dd733116d17b724ea4c8e12ce097a Author:Luca Barbato Committer: Luca Barbato Date: Fri Aug 19 18:35:33 2016 +0200 rtpdec_mpeg4: validate fmtp fields --- libavformat/rtpdec_mpeg4.c | 17 ++--- 1 file changed, 14 insertions

[libav-commits] av1: Add codec_id and basic demuxing support

2016-08-25 Thread Luca Barbato
Module: libav Branch: master Commit: d42809f9835a4e9e5c7c63210abb09ad0ef19cfb Author:Luca Barbato Committer: Diego Biurrun Date: Sun Jul 24 21:17:10 2016 +0200 av1: Add codec_id and basic demuxing support Signed-off-by: Diego Biurrun --- libavcodec/avcodec.h|1

[libav-commits] doc: Document FATE option HWACCEL

2016-08-26 Thread Luca Barbato
Module: libav Branch: master Commit: 963b3ab11f98fcc4a311f0dc7b268890c5675da2 Author:Luca Barbato Committer: Luca Barbato Date: Mon Aug 15 19:24:05 2016 +0200 doc: Document FATE option HWACCEL --- doc/fate.texi |5 + 1 file changed, 5 insertions(+) diff --git a/doc

[libav-commits] av1: Add codec_id and basic demuxing support

2016-08-29 Thread Luca Barbato
Module: libav Branch: release/12 Commit: eb5036b80486a896d2e2f42c5e7cab694f2b829d Author:Luca Barbato Committer: Sean McGovern Date: Sun Jul 24 21:17:10 2016 +0200 av1: Add codec_id and basic demuxing support Signed-off-by: Diego Biurrun --- libavcodec/avcodec.h|1

[libav-commits] rtpdec_mpeg4: validate fmtp fields

2016-08-29 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 1961cf86767ac7e45933c02f8c2cd0911eb581da Author:Luca Barbato Committer: Sean McGovern Date: Fri Aug 19 18:35:33 2016 +0200 rtpdec_mpeg4: validate fmtp fields --- libavformat/rtpdec_mpeg4.c | 17 ++--- 1 file changed, 14

[libav-commits] doc: Document FATE option HWACCEL

2016-08-29 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 0a6b750cec34fcb7062945dcb816212d344b5ea2 Author:Luca Barbato Committer: Sean McGovern Date: Mon Aug 15 19:24:05 2016 +0200 doc: Document FATE option HWACCEL --- doc/fate.texi |5 + 1 file changed, 5 insertions(+) diff --git a/doc

[libav-commits] checkasm: Read the unsigned value as it should

2016-09-11 Thread Luca Barbato
Module: libav Branch: master Commit: e89cef40506d990a982aefedfde7d3ca4f88c524 Author:Luca Barbato Committer: Luca Barbato Date: Sun Sep 11 01:14:37 2016 +0200 checkasm: Read the unsigned value as it should Reading a value larger than int using atoi() may give the wrong result

[libav-commits] audiodsp: ppc: Add VSX variant

2016-09-13 Thread Luca Barbato
Module: libav Branch: master Commit: caccb3a0cdc7ee32cbed7eab156d35025133eadc Author:Luca Barbato Committer: Diego Biurrun Date: Sat Sep 10 18:12:23 2016 +0200 audiodsp: ppc: Add VSX variant Signed-off-by: Luca Barbato Signed-off-by: Diego Biurrun --- libavcodec/ppc/audiodsp.c

[libav-commits] nvenc: Make sure that enum and array index match

2016-09-24 Thread Luca Barbato
Module: libav Branch: master Commit: 352741b5ead1543d775ccf6040f33023e4491186 Author:Luca Barbato Committer: Luca Barbato Date: Sat Sep 24 17:54:57 2016 +0200 nvenc: Make sure that enum and array index match And use a macro to reduce the boilerplate. Signed-off-by: Luca Barbato

[libav-commits] pixfmt: Add yuv420p12 pixel format

2016-09-27 Thread Luca Barbato
Module: libav Branch: master Commit: 85406e7a8d5ad12db15ef9d713d0bc3d870fafee Author:Luca Barbato Committer: Luca Barbato Date: Sat Sep 24 22:48:48 2016 +0200 pixfmt: Add yuv420p12 pixel format --- libavutil/pixdesc.c | 25

[libav-commits] pixfmt: Add yuv422p12 pixel format

2016-09-27 Thread Luca Barbato
Module: libav Branch: master Commit: 0aebbbd024762d3c9c13f4bf0607710feee5e73a Author:Luca Barbato Committer: Luca Barbato Date: Sat Sep 24 20:22:56 2016 +0200 pixfmt: Add yuv422p12 pixel format --- libavutil/pixdesc.c | 25

[libav-commits] lavu: Bump version for the 12bit Planar YUV support

2016-09-27 Thread Luca Barbato
Module: libav Branch: master Commit: 0e8d1fc1f013eb805a7b66656d9452bcbca36d22 Author:Luca Barbato Committer: Luca Barbato Date: Mon Sep 26 18:16:39 2016 +0200 lavu: Bump version for the 12bit Planar YUV support --- doc/APIchanges |3 +++ libavutil/version.h |2 +- 2

[libav-commits] swscale: Rename is9_OR_10 to match what it does

2016-09-27 Thread Luca Barbato
Module: libav Branch: master Commit: 2b5b1e1e9b89063d352e2efed014f9d761b85032 Author:Luca Barbato Committer: Luca Barbato Date: Tue Sep 27 18:13:37 2016 +0200 swscale: Rename is9_OR_10 to match what it does It is used to select functions that work with 9-15bits. --- libswscale

[libav-commits] pixfmt: Add yuv444p12 pixel format

2016-09-27 Thread Luca Barbato
Module: libav Branch: master Commit: 9bd6ea5695660529b2887292874a7b9e61fc301e Author:Luca Barbato Committer: Luca Barbato Date: Sat Sep 24 23:09:43 2016 +0200 pixfmt: Add yuv444p12 pixel format --- libavutil/pixdesc.c | 25

[libav-commits] swscale: Update bitdepth range check

2016-09-27 Thread Luca Barbato
Module: libav Branch: master Commit: e87a501e7d03ac68b58520108fe24ad9d0b36765 Author:Luca Barbato Committer: Luca Barbato Date: Sun Sep 25 16:23:20 2016 +0200 swscale: Update bitdepth range check Make sure the scaling functions for the 9-15bits are used for 9-15bits bit depths

[libav-commits] huffyuvdsp: Reenable PPC optimizations

2016-10-02 Thread Luca Barbato
Module: libav Branch: master Commit: 1d25a86902946dbc80bb3a38e61755181ca3af7b Author:Luca Barbato Committer: Luca Barbato Date: Sat Oct 1 21:23:27 2016 +0200 huffyuvdsp: Reenable PPC optimizations --- libavcodec/huffyuvdsp.c |2 ++ 1 file changed, 2 insertions(+) diff --git a

[libav-commits] huffyuvdsp: Enable the altivec code for PPC little-endian as well

2016-10-02 Thread Luca Barbato
Module: libav Branch: master Commit: b015872c0d0823e70776e98b865509ec1287e2f6 Author:Luca Barbato Committer: Luca Barbato Date: Sat Oct 1 21:28:39 2016 +0200 huffyuvdsp: Enable the altivec code for PPC little-endian as well Confirmed to work by checkasm. --- libavcodec/ppc

[libav-commits] mov: Check the entries value when parsing dref boxes

2016-10-06 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: af1f7fa642b8ec1236e39d0e715bed156a601cba Author:Luca Barbato Committer: Diego Biurrun Date: Tue Mar 8 11:57:16 2016 +0100 mov: Check the entries value when parsing dref boxes And properly reset the entries count when resetting the entries

[libav-commits] swscale: Enable GBRP12 output

2016-10-12 Thread Luca Barbato
Module: libav Branch: master Commit: ef3740c3a02bb8448bf7129e336c20846731bd1c Author:Luca Barbato Committer: Luca Barbato Date: Mon Oct 10 22:31:24 2016 +0200 swscale: Enable GBRP12 output --- libswscale/output.c|2 ++ libswscale/utils.c

[libav-commits] swscale: Add the GBRAP12 output

2016-10-14 Thread Luca Barbato
Module: libav Branch: master Commit: 881477c77bb10c3c62fda111b0f1f3554968bc78 Author:Luca Barbato Committer: Luca Barbato Date: Wed Oct 12 21:30:34 2016 +0200 swscale: Add the GBRAP12 output --- libswscale/output.c |2 ++ libswscale/utils.c

[libav-commits] fate: Update filter-pixfmts-scale gbrap12le hash missing from be9dba5c8a

2016-10-18 Thread Luca Barbato
Module: libav Branch: master Commit: da4f8c8e35a867f2d9fed0fb75e16c81ab968637 Author:Luca Barbato Committer: Diego Biurrun Date: Tue Oct 18 15:00:38 2016 +0200 fate: Update filter-pixfmts-scale gbrap12le hash missing from be9dba5c8a Signed-off-by: Diego Biurrun --- tests/ref/fate

[libav-commits] aviocat: Support avio options

2016-10-25 Thread Luca Barbato
Module: libav Branch: master Commit: 052b97855de2396e46682bcbae97f95a258816d4 Author:Luca Barbato Committer: Luca Barbato Date: Tue Oct 18 14:50:45 2016 +0200 aviocat: Support avio options Useful to test protocols that require options to be used. --- tools/aviocat.c | 25

[libav-commits] xcb: Add all the libraries to the link line explicitly

2016-10-31 Thread Luca Barbato
Module: libav Branch: master Commit: dad7514f9ec8a8c5e44d70fcfbbcedeff16f7e13 Author:Luca Barbato Committer: Luca Barbato Date: Sun Oct 30 17:44:49 2016 +0100 xcb: Add all the libraries to the link line explicitly Avoid an underlink issue on recent distributions. CC: libav-sta

[libav-commits] qsv: Be informative when reporting that no data has been consumed

2016-10-31 Thread Luca Barbato
Module: libav Branch: master Commit: 801ac7156d3efb8e088fb6024f568eb36a293887 Author:Luca Barbato Committer: Luca Barbato Date: Sat Oct 29 17:00:20 2016 +0200 qsv: Be informative when reporting that no data has been consumed --- libavcodec/qsvdec.c |2 +- 1 file changed, 1

[libav-commits] Revert "rtmpproto: Don' t include a client version in the unencrypted C1 handshake"

2016-10-31 Thread Luca Barbato
Module: libav Branch: master Commit: c541a44e029e8a4f21db028c34fee3ad1c10a409 Author:Luca Barbato Committer: Luca Barbato Date: Sun Oct 30 14:52:45 2016 +0100 Revert "rtmpproto: Don't include a client version in the unencrypted C1 handshake" This

[libav-commits] swscale: Add GRAY12

2016-11-07 Thread Luca Barbato
Module: libav Branch: master Commit: ab839054e662d3227e1f795ba1dfd01fe1cf305c Author:Luca Barbato Committer: Luca Barbato Date: Thu Nov 3 16:10:03 2016 +0100 swscale: Add GRAY12 --- libswscale/input.c |2 ++ libswscale/swscale_internal.h |2

[libav-commits] pixfmt: Add GRAY12

2016-11-07 Thread Luca Barbato
Module: libav Branch: master Commit: 7471352f1915813cda725ce624607d84b5a3a61c Author:Luca Barbato Committer: Luca Barbato Date: Thu Nov 3 16:03:54 2016 +0100 pixfmt: Add GRAY12 --- doc/APIchanges |3 +++ libavutil/pixdesc.c | 22 ++ libavutil

[libav-commits] hlsenc: Add encryption support

2016-11-17 Thread Luca Barbato
Module: libav Branch: master Commit: 0a4b9d0ccd10b3c39105f99bd320f696f69a75a2 Author:Luca Barbato Committer: Luca Barbato Date: Tue Oct 11 12:15:50 2016 +0200 hlsenc: Add encryption support Partially based on Christian Suloway work. --- doc/muxers.texi | 13

[libav-commits] avpacket: Mark src pointer as constant

2016-11-17 Thread Luca Barbato
Module: libav Branch: master Commit: adb0e941c329a4778ade6dd0a326274472992f54 Author:Luca Barbato Committer: Luca Barbato Date: Thu Nov 17 19:41:12 2016 +0100 avpacket: Mark src pointer as constant --- libavcodec/avcodec.h |4 ++-- libavcodec/avpacket.c |4 ++-- 2 files

[libav-commits] hlsenc: Fix the openssl support

2016-11-18 Thread Luca Barbato
Module: libav Branch: master Commit: 3c7fa8cbb93dba96acb12aef6e00d929c1da1ae8 Author:Luca Barbato Committer: Luca Barbato Date: Fri Nov 18 10:56:01 2016 +0100 hlsenc: Fix the openssl support --- libavformat/hlsenc.c |1 + 1 file changed, 1 insertion(+) diff --git a/libavformat

[libav-commits] avconv: Fix the audio next dts computation

2016-11-29 Thread Luca Barbato
Module: libav Branch: master Commit: d0c84c41d33ffd270d5f9fe0290e08341397fdee Author:Luca Barbato Committer: Luca Barbato Date: Mon Nov 28 20:52:47 2016 +0100 avconv: Fix the audio next dts computation Use the correct timebase. CC: libav-sta...@libav.org --- avconv.c |2 +- 1

[libav-commits] avconv: Fix the audio next dts computation

2016-11-29 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 39323ee869da204e7f3adeec91a1e2edfe4b70d7 Author:Luca Barbato Committer: Luca Barbato Date: Mon Nov 28 20:52:47 2016 +0100 avconv: Fix the audio next dts computation Use the correct timebase. CC: libav-sta...@libav.org (cherry picked from

[libav-commits] configure: Be more helpful when requiring options set

2016-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 518a22471e40604a158180a0660aabeeec65e07f Author:Luca Barbato Committer: Vittorio Giovara Date: Fri Dec 2 13:11:43 2016 +0100 configure: Be more helpful when requiring options set Be explicit about which options should be set. --- configure

[libav-commits] avconv: Fix the audio next dts computation

2016-12-04 Thread Luca Barbato
Module: libav Branch: release/11 Commit: bc2468cc6969f709d57d2303a33dc0a59a4425a4 Author:Luca Barbato Committer: Sean McGovern Date: Mon Nov 28 20:52:47 2016 +0100 avconv: Fix the audio next dts computation Use the correct timebase. CC: libav-sta...@libav.org (cherry picked from

[libav-commits] mpegvideo: Fix undefined negative shifts in ff_init_block_index

2016-12-06 Thread Luca Barbato
Module: libav Branch: release/11 Commit: f106f74206e69e9056130da8bddffc39f3878ac3 Author:Luca Barbato Committer: Sean McGovern Date: Wed Mar 2 18:52:23 2016 -0500 mpegvideo: Fix undefined negative shifts in ff_init_block_index Bug-Id: 980 Found-by: gcc5-ubsan. Signed-off-by

[libav-commits] mpegvideo: Fix undefined negative shifts in mpeg_motion_internal

2016-12-06 Thread Luca Barbato
Module: libav Branch: release/11 Commit: e17bcfbecc268ba00cb55025095d70b1025e6c7d Author:Luca Barbato Committer: Sean McGovern Date: Fri Mar 4 16:57:29 2016 +0100 mpegvideo: Fix undefined negative shifts in mpeg_motion_internal Bug-Id: 980 Signed-off-by: Vittorio Giovara (cherry

[libav-commits] avio: Keep track of the amount of data written

2016-12-08 Thread Luca Barbato
Module: libav Branch: master Commit: 3f75e5116b900f1428aa13041fc7d6301bf1988a Author:Luca Barbato Committer: Vittorio Giovara Date: Tue Dec 6 02:56:24 2016 +0100 avio: Keep track of the amount of data written Make avio_size() work with any write AVIOContext. --- libavformat

[libav-commits] avconv: Do not pass NULL to avio_tell

2017-01-12 Thread Luca Barbato
Module: libav Branch: master Commit: 44129e38047b6a27291e487c2084894958c6f399 Author:Luca Barbato Committer: Luca Barbato Date: Thu Dec 15 18:59:41 2016 +0100 avconv: Do not pass NULL to avio_tell The null demuxer does not have a backing AVIOContext. --- avconv.c | 23

[libav-commits] qsv: Set the correct range for la_depth

2017-01-12 Thread Luca Barbato
Module: libav Branch: master Commit: f8f7ad758d0e1f36915467567f4d75541d98c12f Author:Luca Barbato Committer: Luca Barbato Date: Wed Dec 14 11:58:18 2016 +0100 qsv: Set the correct range for la_depth Setting an invalid range for it makes the encoder behave inconsistently

[libav-commits] mpegvideo: Fix undefined negative shifts in mpeg_motion_internal

2017-01-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 0f1a8b63792cd41003667c546154a748c7b608f7 Author:Luca Barbato Committer: Diego Biurrun Date: Fri Mar 4 16:57:29 2016 +0100 mpegvideo: Fix undefined negative shifts in mpeg_motion_internal Bug-Id: 980 Bug-Id: CVE-2016-9820 Signed-off-by

[libav-commits] mpegvideo: Fix undefined negative shifts in ff_init_block_index

2017-01-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 8c80258913b7b412185a2038b4e852bee572767a Author:Luca Barbato Committer: Diego Biurrun Date: Wed Mar 2 18:52:23 2016 -0500 mpegvideo: Fix undefined negative shifts in ff_init_block_index Bug-Id: 980 Bug-Id: CVE-2016-9819 Found-by: gcc5-ubsan

[libav-commits] nvenc: Explicitly push the cuda context on encoding

2017-01-16 Thread Luca Barbato
Module: libav Branch: master Commit: fb59f87ce72035b940c3f5045884098b9324e1b2 Author:Luca Barbato Committer: Luca Barbato Date: Fri Jan 13 10:53:35 2017 +0100 nvenc: Explicitly push the cuda context on encoding Make sure that NVENC does not misbehave if other cuda usages happen in

[libav-commits] fifo: Return the correct AVERROR value

2017-01-26 Thread Luca Barbato
Module: libav Branch: master Commit: 562ef82d6a7f96f6b9da1219a5aaf7d9d7056f1b Author:Luca Barbato Committer: Luca Barbato Date: Thu Jan 26 00:06:50 2017 +0100 fifo: Return the correct AVERROR value --- libavutil/fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[libav-commits] rtmp: Account for bytes_read wraparound

2017-01-29 Thread Luca Barbato
Module: libav Branch: master Commit: 11e225db31dcad57e2219ad8dfae2ac027af53d6 Author:Luca Barbato Committer: Luca Barbato Date: Wed Jan 25 15:59:09 2017 +0100 rtmp: Account for bytes_read wraparound Servers seem to be happy to receive the wrapped-around value as long as they receive

[libav-commits] hlsenc: Correctly write down all 16 bytes in hex

2017-02-10 Thread Luca Barbato
Module: libav Branch: master Commit: b6093e8c72a80710f086c678ab0730cf30953b5c Author:Luca Barbato Committer: Luca Barbato Date: Thu Feb 9 23:27:41 2017 +0100 hlsenc: Correctly write down all 16 bytes in hex Signed-off-by: Luca Barbato --- libavformat/hlsenc.c | 11 ++- 1

[libav-commits] configure: Move up the avbuild directory creation

2017-02-11 Thread Luca Barbato
Module: libav Branch: master Commit: 0ee78020cd41d81eec651acd7fc65906207796f3 Author:Luca Barbato Committer: Luca Barbato Date: Fri Feb 10 19:31:34 2017 + configure: Move up the avbuild directory creation The early check for inconsistent in-source vs out-of-source build cannot

[libav-commits] aac: Validate the sbr sample rate before using the value

2017-02-11 Thread Luca Barbato
Module: libav Branch: master Commit: ba30b74686f0cb6c9dd465ac4820059c48bf9d08 Author:Luca Barbato Committer: Luca Barbato Date: Sat Feb 11 15:40:20 2017 +0100 aac: Validate the sbr sample rate before using the value Avoid a floating point exception. Bug-Id: 1027 CC: libav-sta

[libav-commits] dv: Convert to the new bitstream reader

2017-02-11 Thread Luca Barbato
Module: libav Branch: master Commit: 9c2d36fcaf8748b9baa9aba9264abefce711d67b Author:Luca Barbato Committer: Diego Biurrun Date: Mon Apr 11 19:18:50 2016 +0200 dv: Convert to the new bitstream reader --- libavcodec/bitstream.h | 28 +++ libavcodec/dvdec.c | 94

[libav-commits] mov: Do not try to parse multiple stsd for the same track

2017-02-14 Thread Luca Barbato
Module: libav Branch: master Commit: b446f0e98f85e2e931b476e52b319f1c49244660 Author:Luca Barbato Committer: Luca Barbato Date: Sat Feb 11 21:44:08 2017 + mov: Do not try to parse multiple stsd for the same track Bug-Id: 1017 CC: libav-sta...@libav.org Signed-off-by: Luca

[libav-commits] aac: Validate the sbr sample rate before using the value

2017-02-18 Thread Luca Barbato
Module: libav Branch: release/12 Commit: ec638edebf70635d0230acc903c73fe21ce469dd Author:Luca Barbato Committer: Sean McGovern Date: Sat Feb 11 15:40:20 2017 +0100 aac: Validate the sbr sample rate before using the value Avoid a floating point exception. Bug-Id: 1027 (cherry picked

[libav-commits] mov: Do not try to parse multiple stsd for the same track

2017-02-18 Thread Luca Barbato
Module: libav Branch: release/12 Commit: ff85aacc593ebbd70daa963b7d7e809c15b23e8a Author:Luca Barbato Committer: Sean McGovern Date: Sat Feb 11 21:44:08 2017 + mov: Do not try to parse multiple stsd for the same track Bug-Id: 1017 Signed-off-by: Luca Barbato (cherry picked from

[libav-commits] mkv: Update the seek test to match 5d3953a5dc

2017-02-22 Thread Luca Barbato
Module: libav Branch: master Commit: 04d2afa93b6c6f320ac45dd99ce1226f3c3d5ac8 Author:Luca Barbato Committer: Luca Barbato Date: Wed Feb 22 09:55:45 2017 +0100 mkv: Update the seek test to match 5d3953a5dc --- tests/ref/seek/lavf-mkv | 26 +- 1 file changed

[libav-commits] rtsp: Lazily allocate the pollfd array

2017-02-27 Thread Luca Barbato
Module: libav Branch: master Commit: 5263f464db5f2df74ddf712f6d1221b24475fa8e Author:Luca Barbato Committer: Luca Barbato Date: Mon Feb 20 02:11:58 2017 +0100 rtsp: Lazily allocate the pollfd array And use av_malloc_array. --- libavformat/rtsp.c | 9 ++--- 1 file changed, 6

[libav-commits] rtsp: Move the pollfd setup out of the for loop

2017-02-27 Thread Luca Barbato
Module: libav Branch: master Commit: b9b82151a1aaa8bbf389853a6142c4e101d80b86 Author:Luca Barbato Committer: Luca Barbato Date: Mon Feb 20 00:50:34 2017 +0100 rtsp: Move the pollfd setup out of the for loop --- libavformat/rtsp.c | 56

[libav-commits] rtsp: Factor out packet reading

2017-02-27 Thread Luca Barbato
Module: libav Branch: master Commit: 150e99d694f33ab9ad678834964909aa315d14a1 Author:Luca Barbato Committer: Luca Barbato Date: Mon Feb 20 00:04:59 2017 +0100 rtsp: Factor out packet reading --- libavformat/rtsp.c | 66 +- 1 file

[libav-commits] rtsp: Lazily set up the pollfd array once

2017-02-28 Thread Luca Barbato
Module: libav Branch: master Commit: 79331df362fb05a0d04ca9489c87e5b80077a3f4 Author:Luca Barbato Committer: Luca Barbato Date: Mon Feb 20 02:16:28 2017 +0100 rtsp: Lazily set up the pollfd array once --- libavformat/rtsp.c | 53

[libav-commits] configure: Check for -no_weak_imports in ldflags on macOS

2017-03-06 Thread Luca Barbato
Module: libav Branch: master Commit: 81bffae368f331b6cd386a814f225a58e3f32f40 Author:Luca Barbato Committer: Martin Storsjö Date: Mon Mar 6 20:21:19 2017 +0100 configure: Check for -no_weak_imports in ldflags on macOS Recent versions of macOS provide more POSIX API (in particular

[libav-commits] configure: Replace -no_weak_symbols with -Werror=partial-availability

2017-03-15 Thread Luca Barbato
Module: libav Branch: master Commit: 0d8013b88b1cb7d65da891a8819d3beebafb9bb5 Author:Luca Barbato Committer: Luca Barbato Date: Wed Mar 15 00:07:23 2017 +0100 configure: Replace -no_weak_symbols with -Werror=partial-availability Jack uses weak symbols on purpose. --- configure | 2

[libav-commits] configure: Do not treat JACK as a system library

2017-03-21 Thread Luca Barbato
Module: libav Branch: master Commit: bd805964f40f7af83da64645ba83d1e8060a1214 Author:Luca Barbato Committer: Luca Barbato Date: Tue Mar 14 23:42:37 2017 +0100 configure: Do not treat JACK as a system library JACK is not commonly installed and should not be picked up as a dependency

[libav-commits] dca: Validate the channel map

2017-03-21 Thread Luca Barbato
Module: libav Branch: master Commit: e245d4f45ca5e2b97daef5944d63323c07d545bc Author:Luca Barbato Committer: Luca Barbato Date: Tue Mar 14 09:15:29 2017 + dca: Validate the channel map Having a mismatch between the number of channels in the stream and those in the channel map

[libav-commits] dca: Refactor dca_filter_channels() a little

2017-03-21 Thread Luca Barbato
Module: libav Branch: master Commit: a46a4f722d2fac07c57990f0f548777622599f59 Author:Luca Barbato Committer: Luca Barbato Date: Tue Mar 14 09:15:30 2017 + dca: Refactor dca_filter_channels() a little Signed-off-by: Luca Barbato --- libavcodec/dcadec.c | 10 ++ 1 file

[libav-commits] rtsp: Move message parsing to a separate function

2017-03-21 Thread Luca Barbato
Module: libav Branch: master Commit: ca960161f087ca38267b88ce90592010c59584f1 Author:Luca Barbato Committer: Luca Barbato Date: Tue Mar 14 17:44:45 2017 +0100 rtsp: Move message parsing to a separate function Make easier to handle the polling function before we implement full

[libav-commits] avplay: Use the named syntax for buffersrc arguments

2017-03-23 Thread Luca Barbato
Module: libav Branch: master Commit: 8c616b3b8996bd4f9b117496b66b16cc625d7d24 Author:Luca Barbato Committer: Luca Barbato Date: Thu Mar 23 12:20:50 2017 +0100 avplay: Use the named syntax for buffersrc arguments Avoid confusion. --- avtools/avplay.c | 3 ++- 1 file changed, 2

<    1   2   3   4   5   6   7   8   9   10   >