[libav-commits] avprobe: Print a user-friendly version of the display matrix

2018-04-09 Thread Vittorio Giovara
Module: libav Branch: master Commit: c31f6b1d61759436ef50c094e7f4c8005e97614a Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Apr 4 17:29:35 2018 +0200 avprobe: Print a user-friendly version of the display matrix Shift fixed point numbers to be actual decimal numbers

[libav-commits] libx265: Support tiny video sizes

2018-04-09 Thread Vittorio Giovara
Module: libav Branch: master Commit: cc06f7bd10c236539b4f6f87b795c459dd873770 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Mar 16 11:34:25 2018 -0400 libx265: Support tiny video sizes Where tiny is less than the default CTU size. Signed-off-by: Vittorio Giovara

[libav-commits] avprobe: Support printing strings with empty keys

2018-04-09 Thread Vittorio Giovara
Module: libav Branch: master Commit: f821b2ea276ebe7ecd854fbef9e3acd691bbf074 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Apr 4 17:29:34 2018 +0200 avprobe: Support printing strings with empty keys --- avtools/avprobe.c | 38

[libav-commits] flvdec: avoid unitialized use of a struct member

2014-10-21 Thread Vittorio Giovara
Module: libav Branch: master Commit: f22aa6b841dc54fa1dd804303885b1e230a5f629 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 12:56:42 2014 +0100 flvdec: avoid unitialized use of a struct member CC: libav-sta...@libav.org Bug-Id: CID 718141 --- libavformat

[libav-commits] rmdec: stricter error check to avoid theoretical unitialized use

2014-10-21 Thread Vittorio Giovara
Module: libav Branch: master Commit: be42c0b8d57fe2ea769892d102ffd5561dc18709 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 14:11:16 2014 +0100 rmdec: stricter error check to avoid theoretical unitialized use CC: libav-sta...@libav.org Bug-Id: CID 90558

[libav-commits] nutenc: check for negative index rather than assert

2014-10-21 Thread Vittorio Giovara
Module: libav Branch: master Commit: b69183f65d0f6f4cd7a4e6c0deb57d59b0185aba Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 14:11:20 2014 +0100 nutenc: check for negative index rather than assert CC: libav-sta...@libav.org Bug-Id: CID 703721 --- libavformat

[libav-commits] smoothstreamingenc: explict cast to avoid overflow

2014-10-21 Thread Vittorio Giovara
Module: libav Branch: master Commit: e73d26bbd65f1ac5fc73ef3fd24cab1bed8ba2e2 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 12:56:40 2014 +0100 smoothstreamingenc: explict cast to avoid overflow CC: libav-sta...@libav.org Bug-Id: CID 732248 --- libavformat

[libav-commits] flvdec: make sure to check create_stream and report the same error

2014-10-21 Thread Vittorio Giovara
Module: libav Branch: master Commit: 629b2ed0ac77d7c4bf1aeac5e70cafee5fa0fcae Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 12:56:41 2014 +0100 flvdec: make sure to check create_stream and report the same error CC: libav-sta...@libav.org Bug-Id: CID 732242

[libav-commits] rmdec: check av_new_packet return value

2014-10-21 Thread Vittorio Giovara
Module: libav Branch: master Commit: 7207dd8f829baee58b4df6c97c19ffde77039e8d Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 14:11:17 2014 +0100 rmdec: check av_new_packet return value CC: libav-sta...@libav.org Bug-Id: CID 733714 --- libavformat/rmdec.c

[libav-commits] nutdec: check av_new_packet return value

2014-10-21 Thread Vittorio Giovara
Module: libav Branch: master Commit: af7ca6ea124b82b337a6b96e10963e88eba57ebe Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 14:11:19 2014 +0100 nutdec: check av_new_packet return value CC: libav-sta...@libav.org Bug-Id: CID 733713 --- libavformat/nutdec.c

[libav-commits] matroskaenc: check avio_open_dyn_buf return value

2014-10-24 Thread Vittorio Giovara
Module: libav Branch: master Commit: 28c020d4df9b060a58a124a7a5406d4313fbe249 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Oct 24 00:05:55 2014 +0100 matroskaenc: check avio_open_dyn_buf return value CC: libav-sta...@libav.org Bug-Id: CID 703629 --- libavformat

[libav-commits] flac_picture: prevent a possible out of bound write

2014-10-24 Thread Vittorio Giovara
Module: libav Branch: master Commit: 0b66fb4505e0bb43de3797f63f3290f0188d67cc Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 14:11:21 2014 +0100 flac_picture: prevent a possible out of bound write At "mimetype[len] = 0;" mimetype is a 64 element arr

[libav-commits] matroskadec: fix leak on error

2014-10-24 Thread Vittorio Giovara
Module: libav Branch: master Commit: 3c1199c3c4cbdb40de89f06d5a08acefe356 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Oct 24 00:05:52 2014 +0100 matroskadec: fix leak on error CC: libav-sta...@libav.org Bug-Id: CID 1026767 --- libavformat/matroskadec.c |1

[libav-commits] avfilter: check filter link validity

2014-10-24 Thread Vittorio Giovara
Module: libav Branch: master Commit: ac84c1ce24a285f9cf16d4297bce73b1c4a6e435 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 14:11:13 2014 +0100 avfilter: check filter link validity Remove now redundant check. CC: libav-sta...@libav.org Bug-Id: CID 700371

[libav-commits] mov: fix assigment check

2014-10-24 Thread Vittorio Giovara
Module: libav Branch: master Commit: 50dbe6b3544fa64d5611e16553bf542fd71276b8 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 14:11:25 2014 +0100 mov: fix assigment check CC: libav-sta...@libav.org Bug-Id: CID 1197050 --- libavformat/mov.c |2 +- 1 file

[libav-commits] mxfdec: add missing break

2014-10-24 Thread Vittorio Giovara
Module: libav Branch: master Commit: ad6b00d85f686324aa2bd93e39261fa1d411f141 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Oct 24 00:05:57 2014 +0100 mxfdec: add missing break CC: libav-sta...@libav.org Bug-Id: CID 732232 --- libavformat/mxfdec.c |1 + 1 file

[libav-commits] audiointerleave: check av_new_packet return value

2014-10-24 Thread Vittorio Giovara
Module: libav Branch: master Commit: 1967cd4e4c1cd96dfa195ce14e4b212ddb70586d Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 14:11:14 2014 +0100 audiointerleave: check av_new_packet return value CC: libav-sta...@libav.org Bug-Id: CID 1087078 --- libavformat

[libav-commits] matroskadec: check return values

2014-10-24 Thread Vittorio Giovara
Module: libav Branch: master Commit: e0caa1eb4e518111a81801db0d2ccdd2733ba94b Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Oct 24 00:05:53 2014 +0100 matroskadec: check return values CC: libav-sta...@libav.org Bug-Id: CID 733712 --- libavformat/matroskadec.c

[libav-commits] img2dec: check av_new_packet return value

2014-10-24 Thread Vittorio Giovara
Module: libav Branch: master Commit: f1ed83e23add1c26c50b146727e4c2399dfc0b3a Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 20 14:11:15 2014 +0100 img2dec: check av_new_packet return value CC: libav-sta...@libav.org Bug-Id: CID 1087077 --- libavformat/img2dec.c

[libav-commits] matroskaenc: write correct Display{Width, Height} in stereo encoding

2014-10-27 Thread Vittorio Giovara
Module: libav Branch: master Commit: 090c67d586e3916f9acc49e010b6389d07f97153 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Oct 22 14:36:32 2014 +0100 matroskaenc: write correct Display{Width, Height} in stereo encoding should be the raw amount of pixels (for example

[libav-commits] bethsoftvid: check return value and clean memory

2014-10-27 Thread Vittorio Giovara
Module: libav Branch: master Commit: e6c66f1e4ea19a3aa6ed999c5cb92e1b682c7600 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Oct 24 13:15:34 2014 +0100 bethsoftvid: check return value and clean memory CC: libav-sta...@libav.org Bug-Id: CID 733777 --- libavformat

[libav-commits] filmstripdec: avoid integer overflow

2014-10-27 Thread Vittorio Giovara
Module: libav Branch: master Commit: b46b233baffc2076a1a17a264ba9553ae0d4878f Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Oct 24 13:15:39 2014 +0100 filmstripdec: avoid integer overflow CC: libav-sta...@libav.org Bug-Id: CID 732246 --- libavformat/filmstripdec.c

[libav-commits] mtv: improve header check and avoid division by zero

2014-10-29 Thread Vittorio Giovara
Module: libav Branch: master Commit: f64d7e919eabd427f3e6dd4a1219e448c78deb42 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Oct 24 13:15:36 2014 +0100 mtv: improve header check and avoid division by zero CC: libav-sta...@libav.org Bug-Id: CID 732203 / CID 732204

[libav-commits] assdec: check av_new_packet return value

2014-10-29 Thread Vittorio Giovara
Module: libav Branch: master Commit: e9ba3098319f78c91470c05da988d865491852c5 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Oct 24 13:15:40 2014 +0100 assdec: check av_new_packet return value CC: libav-sta...@libav.org Bug-Id: CID 703626 --- libavformat/assdec.c

[libav-commits] bethsoftvid: simplify return handling

2014-10-29 Thread Vittorio Giovara
Module: libav Branch: master Commit: 84bf64d3598c98a748e609195358ea04b0cfd140 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Oct 29 17:02:27 2014 + bethsoftvid: simplify return handling Fixes a double free in case of av_packet_new_side_data() failure

[libav-commits] error_resilience: initialize prev_* variables

2014-11-04 Thread Vittorio Giovara
Module: libav Branch: master Commit: c442190a6bfd8036f6c32b78e1e96ff3b830f8f0 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Thu Oct 30 00:51:57 2014 + error_resilience: initialize prev_* variables CC: libav-sta...@libav.org Bug-Id: CID 732293 / CID 732294

[libav-commits] aacsbr: treat 1-d arrays as such

2014-11-04 Thread Vittorio Giovara
Module: libav Branch: master Commit: 9f6f407463ff8b7681befd04b6655bb7c6d9b3e1 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Thu Oct 30 00:52:03 2014 + aacsbr: treat 1-d arrays as such CC: libav-sta...@libav.org Bug-Id: CID 1238802 / CID 1238793 / CID 1238785

[libav-commits] celp_filters: don't use filter lenght as loop bound

2014-11-04 Thread Vittorio Giovara
Module: libav Branch: master Commit: f52b8717617e94da90a45afdfff23e94f9ecf35c Author:Vittorio Giovara Committer: Vittorio Giovara Date: Thu Oct 30 00:51:56 2014 + celp_filters: don't use filter lenght as loop bound CC: libav-sta...@libav.org Bug-Id: CID 717906 / CID 717907

[libav-commits] aacdec: add default case in channel layout

2014-11-04 Thread Vittorio Giovara
Module: libav Branch: master Commit: 77ab341c0c6cdf2bd437bb48d429e797d1e60da2 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Thu Oct 30 00:52:01 2014 + aacdec: add default case in channel layout Bug-Id: CID 732291 --- libavcodec/aacdec.c |3 +++ 1 file changed

[libav-commits] motion_est: remove dead code

2014-11-04 Thread Vittorio Giovara
Module: libav Branch: master Commit: 240b22afe14ef477da1b439b9ed7bca6cc7d6c26 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Thu Oct 30 00:51:52 2014 + motion_est: remove dead code mb_type is initialized to 0 and never updated before the check. Bug-Id: CID 1238782

[libav-commits] get_bits: remove unused assignment

2014-11-04 Thread Vittorio Giovara
Module: libav Branch: master Commit: 351d0f8b7a6ecce411ae75fb3511573c34317218 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Thu Oct 30 00:51:51 2014 + get_bits: remove unused assignment Bug-Id: CID 1238816 --- libavcodec/get_bits.h |2 +- 1 file changed, 1

[libav-commits] mpegvideo_enc: factor out denominator and explicitly cast operands

2014-11-06 Thread Vittorio Giovara
Module: libav Branch: master Commit: 0a6664706168dc1049967bec311970d720581625 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 4 09:37:04 2014 -0500 mpegvideo_enc: factor out denominator and explicitly cast operands CC: libav-sta...@libav.org Bug-Id: CID 608053

[libav-commits] mpeg12dec: simplify context duplication

2014-11-06 Thread Vittorio Giovara
Module: libav Branch: master Commit: 5d29efe4b0154ce305d66fed2ac23e5842439256 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 4 09:36:59 2014 -0500 mpeg12dec: simplify context duplication CC: libav-sta...@libav.org Bug-Id: CID 717453 / CID 717454 / CID 717915

[libav-commits] mpegvideo_enc: rework direct mode check

2014-11-06 Thread Vittorio Giovara
Module: libav Branch: master Commit: e0a1d0a2b04eb5220d00fc7ce46a57cc5e3c7118 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 4 09:37:03 2014 -0500 mpegvideo_enc: rework direct mode check Remove stray semicolon and share codepaths. CC: libav-sta...@libav.org Bug

[libav-commits] mjpegdec: fix undefined shift

2014-11-06 Thread Vittorio Giovara
Module: libav Branch: master Commit: 199d9f995da53fe2507821f6d96bbc692574e1a9 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 5 10:29:55 2014 -0500 mjpegdec: fix undefined shift Add a comment to explain the code. CC: libav-sta...@libav.org Bug-Id: CID 1194388

[libav-commits] mpeg12enc: factor out check in encode_dc

2014-11-06 Thread Vittorio Giovara
Module: libav Branch: master Commit: 37b3361e755361d4ff14a2973df001c0140d98d6 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 4 09:36:57 2014 -0500 mpeg12enc: factor out check in encode_dc Makes coverity less confused and the code more readable. CC: libav-sta

[libav-commits] mpegvideo: fix size of array

2014-11-11 Thread Vittorio Giovara
Module: libav Branch: master Commit: f349f4b5502c94943c30001b8a4d75daded3281c Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 4 09:37:01 2014 -0500 mpegvideo: fix size of array CC: libav-sta...@libav.org Bug-Id: CID 1238789 --- libavcodec/mpegvideo.h |2

[libav-commits] mpegvideo: check mpv return value

2014-11-11 Thread Vittorio Giovara
Module: libav Branch: master Commit: 898e9a24ef13d8c56b4abf4ee0af09cdb0343e2d Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 4 09:37:00 2014 -0500 mpegvideo: check mpv return value CC: libav-sta...@libav.org Bug-Id: CID 1238786 --- libavcodec/mpegvideo.c |4

[libav-commits] png_parser: fix size of chunk_lenght

2014-11-11 Thread Vittorio Giovara
Module: libav Branch: master Commit: 60b055133485891405722bc9722e2c74fc9764b8 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Sun Nov 9 08:48:35 2014 +0100 png_parser: fix size of chunk_lenght Fixes the comparison against constant value 0x7fff. CC: libav-sta

[libav-commits] dvbsubdec: move shared codepath

2014-11-11 Thread Vittorio Giovara
Module: libav Branch: master Commit: 443502aed8b814d883825e52e91e4f018955aa66 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Sun Nov 9 08:48:45 2014 +0100 dvbsubdec: move shared codepath CC: libav-sta...@libav.org Bug-Id: CID 1238839 --- libavcodec/dvbsubdec.c | 23

[libav-commits] mjpegenc: fix argument size in encode_mb

2014-11-11 Thread Vittorio Giovara
Module: libav Branch: master Commit: db71c4926d948717ce3b74253eb385dc43dcb14d Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 5 09:40:30 2014 -0500 mjpegenc: fix argument size in encode_mb CC: libav-sta...@libav.org Bug-Id: CID 1047235 --- libavcodec/mjpegenc.c

[libav-commits] 4xm: drop unnecessary check

2014-11-11 Thread Vittorio Giovara
Module: libav Branch: master Commit: 0e1ebfebc8326069732795698a82f3fea0742a54 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Sun Nov 9 08:48:40 2014 +0100 4xm: drop unnecessary check data_size is always >= 0 in this case. CC: libav-sta...@libav.org Bug-Id: CID 1238

[libav-commits] hevc_mvs: prevent unitialized use

2014-11-11 Thread Vittorio Giovara
Module: libav Branch: master Commit: 9e9be5a20c0b36dce1cae11f5f5957886231a764 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Sun Nov 9 08:48:39 2014 +0100 hevc_mvs: prevent unitialized use CC: libav-sta...@libav.org Bug-Id: CID 1244202 --- libavcodec/hevc_mvs.c |2

[libav-commits] dvbsubdec: improve error checking

2014-11-11 Thread Vittorio Giovara
Module: libav Branch: master Commit: 2383323661f3b8342b2c4d356fcfe8c5d1b045f8 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Sun Nov 9 08:48:44 2014 +0100 dvbsubdec: improve error checking Use av_mallocz_array instead of iterating and check the returned memory. Check

[libav-commits] indeo3: check ff_set_dimensions return value

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: c6d7c201dfa80502cb6cefbee7dc9160cedb5187 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 12 11:13:02 2014 +0100 indeo3: check ff_set_dimensions return value CC: libav-sta...@libav.org Bug-Id: CID 1135740 --- libavcodec/indeo3

[libav-commits] ansi: check ff_set_dimensions return value

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 994ab1804b8bf532f44876927b07b51f1f63247f Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 12 11:13:06 2014 +0100 ansi: check ff_set_dimensions return value CC: libav-sta...@libav.org Bug-Id: CID 1135737 --- libavcodec/ansi.c

[libav-commits] display: fix order of operands

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: b1b1a7370e141c912e3d0bbaa668dcee05c3ad67 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 13:27:02 2014 +0100 display: fix order of operands CC: libav-sta...@libav.org Bug-Id: CID 1238828 / CID 1238832 --- libavcodec/h264.c

[libav-commits] avs: check ff_set_dimensions return value

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: c7384664ba0cbb12d882effafbc6d321ae706cff Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 12 11:13:05 2014 +0100 avs: check ff_set_dimensions return value CC: libav-sta...@libav.org Bug-Id: CID 1135738 --- libavcodec/avs.c

[libav-commits] sunrastenc: mention missing break

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 4dda5e9b0829b119c17d950906c61d3ebffc494f Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 17:40:01 2014 +0100 sunrastenc: mention missing break Bug-Id: CID 732231 --- libavcodec/sunrastenc.c |1 + 1 file changed, 1

[libav-commits] g2meet: check ff_set_dimensions return value

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 2b5c1efa1465d8646f8be525cace7a21404e40ad Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 12 11:13:04 2014 +0100 g2meet: check ff_set_dimensions return value CC: libav-sta...@libav.org Bug-Id: CID 1135739 --- libavcodec

[libav-commits] vc1dec: always initialize tx and ty

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 2c98dc75f2802a2fe91922d4a11b698b66420e5b Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 17:39:59 2014 +0100 vc1dec: always initialize tx and ty CC: libav-sta...@libav.org Bug-Id: CID 1245702 / CID 1245703 --- libavcodec

[libav-commits] nellymoserenc: fix array index

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: bdcb5794f0c2d74371152303bffe4172671af264 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 13:26:57 2014 +0100 nellymoserenc: fix array index CC: libav-sta...@libav.org Bug-Id: CID 732258 --- libavcodec/nellymoserenc.c |2

[libav-commits] svq1enc: check ff_get_buffer return value

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 59846452af762f6af5ced4399e8dcd709ca50fcd Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 12 11:13:07 2014 +0100 svq1enc: check ff_get_buffer return value CC: libav-sta...@libav.org Bug-Id: CID 747723 --- libavcodec/svq1enc.c

[libav-commits] vc1dec: refactor check with missing parenthesis

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 28d82b7675bea76a1349070a3cdd737d964d4775 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 17:40:00 2014 +0100 vc1dec: refactor check with missing parenthesis FATE tests updated accordingly, no visual difference. CC: libav-sta

[libav-commits] jpeg2000: do not compute the same value twice

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: a2448cfe167a4cd4eb631318550d4eef38fca24a Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 12 11:13:11 2014 +0100 jpeg2000: do not compute the same value twice CC: libav-sta...@libav.org Bug-Id: CID 1026771 / CID 1026772 / CID

[libav-commits] dnxhdenc: check negative index

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: e3f50f247155216229e34f165bae8c329d5a001e Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 13:27:03 2014 +0100 dnxhdenc: check negative index CC: libav-sta...@libav.org Bug-Id: CID 700464 --- libavcodec/dnxhdenc.c |2

[libav-commits] libopusenc: prevent an out-of-bounds read by returning early

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 8dd0a2c5cf40a8a49faae985adc11750b6429132 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 13:26:55 2014 +0100 libopusenc: prevent an out-of-bounds read by returning early CC: libav-sta...@libav.org Bug-Id: CID 1244188

[libav-commits] libopusenc: check return value

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: b09cf8afc5199d359ac985ad7cea72a6a9f20e4e Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 13:26:54 2014 +0100 libopusenc: check return value CC: libav-sta...@libav.org Bug-Id: CID 739870 --- libavcodec/libopusenc.c |4

[libav-commits] 4xm: more thorought check for negative index and negative shift

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 68a35473ed423a14731c418939fba7913647979a Author:Vittorio Giovara Committer: Vittorio Giovara Date: Sun Nov 9 08:48:41 2014 +0100 4xm: more thorought check for negative index and negative shift CC: libav-sta...@libav.org Bug-Id: CID 1087094

[libav-commits] vorbisenc: add missing parenthesis

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 5aa710f46119bb9c1c38542f80f5338eb8b5ffb2 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 17:40:03 2014 +0100 vorbisenc: add missing parenthesis Bug-Id: CID 1238791 --- libavcodec/vorbisenc.c |5 +++-- 1 file changed, 3

[libav-commits] shorten: check for return value

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 8e104619a627fcf5f4c2bd3c09d0c2d323aae745 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 17:40:08 2014 +0100 shorten: check for return value Avoid a possible negative bitshift. CC: libav-sta...@libav.org Bug-Id: CID 1194400

[libav-commits] dcadec: initialize variables before use

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: d5d2d6c3b8cff61eb26c18bbd977881cf6d5524a Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 12 11:13:03 2014 +0100 dcadec: initialize variables before use CC: libav-sta...@libav.org Bug-Id: CID 700751 / CID 700752 --- libavcodec

[libav-commits] ffv1: fix out-of-bounds read

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 6abe7edabb7d57e82d7ea6312d30cf05d2192c5b Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 17:40:04 2014 +0100 ffv1: fix out-of-bounds read CC: libav-sta...@libav.org Bug-Id: CID 1047234 --- libavcodec/ffv1enc.c |2 +- 1

[libav-commits] mlpdec: check for negative index

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 2ffb0598dbdb81c40650952aa9299fa02fa5e834 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 17:40:06 2014 +0100 mlpdec: check for negative index CC: libav-sta...@libav.org Bug-Id: CID 970924 --- libavcodec/mlpdec.c |2

[libav-commits] escape124: explicitly set get_bits1 variable

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 1a9c1333b5d70b427c82cb98f383aa2fa9b2b319 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 17:40:09 2014 +0100 escape124: explicitly set get_bits1 variable Makes coverity less confused. CC: libav-sta...@libav.org Bug-Id: CID

[libav-commits] dpxenc: mention missing break

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: e9a6ae775dabef3942632e8d4ef95fff94a1b310 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Nov 11 17:40:02 2014 +0100 dpxenc: mention missing break Bug-Id: CID 732229 --- libavcodec/dpxenc.c |1 + 1 file changed, 1 insertion

[libav-commits] exr: check return value

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 3a6ddfb8745e4b306a5637927fb057f630345e2f Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 12 19:10:45 2014 +0100 exr: check return value CC: libav-sta...@libav.org Bug-Id: CID 1198259 --- libavcodec/exr.c |5 +++-- 1 file

[libav-commits] lpc: always initialize ref and err

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 60e0ee7ca25bd3bea54043b0607efe4cd51acaf3 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 12 19:10:47 2014 +0100 lpc: always initialize ref and err CC: libav-sta...@libav.org Bug-Id: CID 29585 / CID 700759 --- libavcodec/lpc.c

[libav-commits] atrac3plus: always initialize refwaves

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: d16ec1b6db25bc348b0d4800c9a0c9b7070e3710 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 12 19:10:46 2014 +0100 atrac3plus: always initialize refwaves CC: libav-sta...@libav.org Bug-Id: CID 1163851 --- libavcodec/atrac3plus.c

[libav-commits] riff: support ProRes in avi (APCN fourcc)

2014-11-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 4b39cc1a093c239412ded522c4a899744e7f2008 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Nov 14 14:39:18 2014 +0100 riff: support ProRes in avi (APCN fourcc) --- libavformat/riff.c |1 + 1 file changed, 1 insertion(+) diff

[libav-commits] mov: check ff_get_wav_header() return value

2014-11-17 Thread Vittorio Giovara
Module: libav Branch: master Commit: 2007082d2db25f9305b8a345798b840ea7784fdb Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Nov 17 00:22:23 2014 +0100 mov: check ff_get_wav_header() return value CC: libav-sta...@libav.org Bug-Id: CID 717497 --- libavformat/mov.c

[libav-commits] lavc: fix bitshifts amount bigger than the type

2014-11-17 Thread Vittorio Giovara
Module: libav Branch: master Commit: 85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Nov 17 00:22:27 2014 +0100 lavc: fix bitshifts amount bigger than the type CC: libav-sta...@libav.org Bug-Id: CID 1194387 / CID 1194389 / CID

[libav-commits] librtmp: append the correct field to the string

2014-11-17 Thread Vittorio Giovara
Module: libav Branch: master Commit: a28468d0daf4be14761c16a3ddd33266b2380123 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Nov 17 00:22:22 2014 +0100 librtmp: append the correct field to the string Also prevent a NULL pointer dereference. CC: libav-sta...@libav.org

[libav-commits] libvpxenc: clean memory on error

2014-11-17 Thread Vittorio Giovara
Module: libav Branch: master Commit: 771656bd85416cd6308b11aed6f2c69a8db9c21b Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Nov 17 00:22:28 2014 +0100 libvpxenc: clean memory on error CC: libav-sta...@libav.org Bug-Id: CID 733795 --- libavcodec/libvpxenc.c |1

[libav-commits] libtwolame: prevent a NULL pointer dereference

2014-11-21 Thread Vittorio Giovara
Module: libav Branch: master Commit: a42d5c861fea8d18d997c6ba3f4a1d8aa95a288b Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Nov 21 11:56:59 2014 + libtwolame: prevent a NULL pointer dereference CC: libav-sta...@libav.org Bug-Id: CID 1250330 / CID 1250335

[libav-commits] lavfi: clean memory on error in ADD_FORMAT()

2014-11-21 Thread Vittorio Giovara
Module: libav Branch: master Commit: 863ee8a855b8ce27ffef41479eb66da58763faed Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Nov 17 00:22:20 2014 +0100 lavfi: clean memory on error in ADD_FORMAT() CC: libav-sta...@libav.org Bug-Id: CID 1250334 --- libavfilter

[libav-commits] qdm2: avoid integer overflow

2014-11-21 Thread Vittorio Giovara
Module: libav Branch: master Commit: 1f80742f49a9a4e846c9f099387881abc87150b2 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Nov 12 19:10:44 2014 +0100 qdm2: avoid integer overflow CC: libav-sta...@libav.org Bug-Id: CID 700555 --- libavcodec/qdm2.c |2 +- 1 file

[libav-commits] lavu: move internal define to the only places where it is used

2014-11-23 Thread Vittorio Giovara
Module: libav Branch: master Commit: 277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Nov 21 12:57:43 2014 + lavu: move internal define to the only places where it is used --- libavcodec/h263.h |1 + libavcodec

[libav-commits] mpegenc: prevent a NULL pointer dereference

2014-11-23 Thread Vittorio Giovara
Module: libav Branch: master Commit: 065923b0781b06a2604f69f4e2c2407b7750a854 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Nov 21 12:57:42 2014 + mpegenc: prevent a NULL pointer dereference CC: libav-sta...@libav.org Bug-Id: CID 29261 --- libavformat/mpegenc.c

[libav-commits] aacsbr: always initialize max_qmf_subbands

2014-11-23 Thread Vittorio Giovara
Module: libav Branch: master Commit: 208f3abb917757743313da0da714e525e03159d2 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Nov 21 12:57:37 2014 + aacsbr: always initialize max_qmf_subbands Fixes a wordly warning from clang -Wsometimes-uninitialized

[libav-commits] aacdec: avoid an out-of-bounds write

2014-11-23 Thread Vittorio Giovara
Module: libav Branch: master Commit: b99ca863506f0630514921b740b78364de67a3ff Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Nov 21 12:57:40 2014 + aacdec: avoid an out-of-bounds write Also move the check in the case it is actually used. CC: libav-sta...@libav.org

[libav-commits] motion_est: convert stride to ptrdiff_t

2014-11-23 Thread Vittorio Giovara
Module: libav Branch: master Commit: 9c12c6ff9539e926df0b2a2299e915ae71872600 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Nov 21 12:57:41 2014 + motion_est: convert stride to ptrdiff_t CC: libav-sta...@libav.org Bug-Id: CID 700556 / CID 700557 / CID 700558

[libav-commits] tiffenc: initialize return value

2014-11-23 Thread Vittorio Giovara
Module: libav Branch: master Commit: 0562887a984388fdc7a9b71c9374ff9c756fb4f1 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Sun Nov 9 08:48:43 2014 +0100 tiffenc: initialize return value 'ret' can only be used without initialization if s->height <= 0

[libav-commits] sol: simplify sol_codec_id()

2014-11-23 Thread Vittorio Giovara
Module: libav Branch: master Commit: 30b8eb0f87b0eaefdc115ef38f8ad87dd3a6e50b Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Nov 21 12:57:35 2014 + sol: simplify sol_codec_id() Bug-Id: CID 1238993 --- libavformat/sol.c | 19 --- 1 file changed

[libav-commits] vc1pred: remove logically dead code

2014-11-24 Thread Vittorio Giovara
Module: libav Branch: master Commit: bc75b64cff37d58f3944e2da3da45c37f35f019a Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Nov 24 01:38:53 2014 + vc1pred: remove logically dead code CC: libav-sta...@libav.org Bug-Id: CID 1245699 / CID 1245700 --- libavcodec

[libav-commits] mov: Add an option for exporting all metadata

2014-12-02 Thread Vittorio Giovara
Module: libav Branch: master Commit: e352b293712ff7cbde67eba3ce3f8510b037de09 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Sat Nov 29 17:51:13 2014 +0100 mov: Add an option for exporting all metadata --- libavformat/isom.h|2 ++ libavformat/mov.c | 25

[libav-commits] mov: do not truncate the language-prefixed tag

2014-12-02 Thread Vittorio Giovara
Module: libav Branch: master Commit: 5639ed9abb58311f82cf3499b682d228290adb09 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Sat Nov 29 17:51:12 2014 +0100 mov: do not truncate the language-prefixed tag --- libavformat/mov.c |2 +- 1 file changed, 1 insertion(+), 1

[libav-commits] rtsp: move the CONFIG_ macros to the beginning of the check

2014-12-02 Thread Vittorio Giovara
Module: libav Branch: master Commit: 604c9b1196c70d79bbbc1f23e75f6a8253a74da3 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Sat Nov 29 17:39:41 2014 +0100 rtsp: move the CONFIG_ macros to the beginning of the check With --disable-optimizations, the DCE of some compilers

[libav-commits] lavc: mention that the parser callback never returns an error

2014-12-05 Thread Vittorio Giovara
Module: libav Branch: master Commit: b72727a5248f1ef02db99b378dce1eb48a46357a Author:Vittorio Giovara Committer: Vittorio Giovara Date: Thu Dec 4 20:46:16 2014 + lavc: mention that the parser callback never returns an error --- libavcodec/avcodec.h |2 ++ 1 file changed, 2

[libav-commits] configure: enable vda hwaccel by default

2014-12-05 Thread Vittorio Giovara
Module: libav Branch: master Commit: 7834a54c66d46471b246b411627efe2e8ef9dd47 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Dec 3 03:12:40 2014 + configure: enable vda hwaccel by default Following the old thread suggestions. Vittorio --- configure |2 +- 1

[libav-commits] vf_frei0r: do not increment string if it reached the end

2014-12-08 Thread Vittorio Giovara
Module: libav Branch: master Commit: d0b224054f13bf57244694a3ff092cfef68d66f9 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Dec 5 02:15:09 2014 + vf_frei0r: do not increment string if it reached the end Bug-Id: 778 CC: libav-sta...@libav.org --- libavfilter

[libav-commits] mov: cosmetics: reorder the list of tags

2014-12-08 Thread Vittorio Giovara
Module: libav Branch: master Commit: 35384934d6e27e0334060a23a0c83a3cb5cef198 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Dec 3 02:41:43 2014 + mov: cosmetics: reorder the list of tags Alphabetically order the list by the tag to facilitate the insertion of new

[libav-commits] mov: expand the list of parsed metadata tags

2014-12-08 Thread Vittorio Giovara
Module: libav Branch: master Commit: e2e07dbaab1f17e995842b7eacec4665d44c3d14 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Nov 28 23:25:20 2014 + mov: expand the list of parsed metadata tags Based on L-Smash code by Yusuke Nakamura . --- libavformat/mov.c

[libav-commits] mov: parse XMP metadata on demand

2014-12-08 Thread Vittorio Giovara
Module: libav Branch: master Commit: b704b648f9ecb830874627db958a37e004107d1b Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Dec 3 02:43:24 2014 + mov: parse XMP metadata on demand The Extensible Metadata Platform tag can contain various kind of data which are not

[libav-commits] mov: parse @PRM and @PRQ metadata tags

2014-12-08 Thread Vittorio Giovara
Module: libav Branch: master Commit: 174c5fde90060faab67796a5eaef742630f1db6e Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Dec 3 02:42:29 2014 + mov: parse @PRM and @PRQ metadata tags These tags describe the product and quicktime library version respectively

[libav-commits] h264: increase MAX_SLICES to 32

2014-12-08 Thread Vittorio Giovara
Module: libav Branch: master Commit: 6fd91fa11909f27902498648680dbb3d13f1f175 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Dec 5 03:46:13 2014 + h264: increase MAX_SLICES to 32 H264 streams from CounterPath Bria and some Cisco phones need an increased pool for

[libav-commits] mpegvideo: move REBASE_PICTURE where it is used

2014-12-15 Thread Vittorio Giovara
Module: libav Branch: master Commit: d75190aa93206c02cb4f18a66d2c927d6a0198e1 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Dec 9 16:47:53 2014 + mpegvideo: move REBASE_PICTURE where it is used Drop an unused #undef from h264 decoder. --- libavcodec

[libav-commits] mpegvideo: remove unused function declaration

2014-12-15 Thread Vittorio Giovara
Module: libav Branch: master Commit: 63fcedcf01247f15b72c0d1f959bb3b612853ba8 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Tue Dec 9 16:47:52 2014 + mpegvideo: remove unused function declaration --- libavcodec/mpegvideo.h |1 - 1 file changed, 1 deletion

[libav-commits] tiff: set the correct return value when check_size() fails

2014-12-15 Thread Vittorio Giovara
Module: libav Branch: master Commit: 10d4c5e55e5b23e165aa4c7723073ebe2c2e7da0 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Dec 12 18:25:58 2014 + tiff: set the correct return value when check_size() fails Only one instance affected and solved as other occurences

[libav-commits] hevc: always clip luma_log2_weight_denom

2014-12-15 Thread Vittorio Giovara
Module: libav Branch: master Commit: b2bece5e9a4dd96142962c6798e187c77b88bbfa Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Dec 10 01:41:44 2014 + hevc: always clip luma_log2_weight_denom Its value shall be between 0 and 7 according to the specifications. CC

  1   2   3   4   5   6   7   8   9   10   >