[libav-commits] indeo: Do not reference mismatched tiles

2013-07-15 Thread Luca Barbato
Module: libav Branch: master Commit: f9e5261cab067be7278f73d515bc9b601eb56202 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 14 16:49:43 2013 +0200 indeo: Do not reference mismatched tiles Reported-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] indeo: Bound-check before applying motion compensation

2013-07-15 Thread Luca Barbato
Module: libav Branch: master Commit: 25af6c07c6ac8449a63d7fbce0dfd29c54cd Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 14 14:06:16 2013 +0200 indeo: Bound-check before applying motion compensation Reported-by: Mateusz j00ru Jurczyk

[libav-commits] indeo: Sanitize ff_ivi_init_planes fail paths

2013-07-15 Thread Luca Barbato
Module: libav Branch: master Commit: 28dda8a691f1c723a4a9365ab85f9625f1330096 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 14 15:48:17 2013 +0200 indeo: Sanitize ff_ivi_init_planes fail paths Reported-by: Mateusz j00ru Jurczyk

[libav-commits] indeo: Reject impossible FRAMETYPE_NULL

2013-07-15 Thread Luca Barbato
Module: libav Branch: master Commit: 5b2a29552ca09edd4646b6aa1828b32912b7ab36 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 14 18:16:56 2013 +0200 indeo: Reject impossible FRAMETYPE_NULL A frame marked FRAMETYPE_NULL cannot be scalable

[libav-commits] indeo5: return proper error codes

2013-07-15 Thread Luca Barbato
Module: libav Branch: master Commit: b0eeb9d442e4b7e82f6797d74245434ea33110a5 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 14 14:41:56 2013 +0200 indeo5: return proper error codes --- libavcodec/indeo5.c | 54

[libav-commits] dsicinav: Bound-check the source buffer when needed

2013-07-20 Thread Luca Barbato
Module: libav Branch: master Commit: dd0bfc3a6a310e3e3674ce7742672d689a9a0e93 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 19 21:09:40 2013 +0200 dsicinav: Bound-check the source buffer when needed Reported-by: Mateusz j00ru Jurczyk

[libav-commits] dsicinav: Clip the source size to the expected maximum

2013-07-23 Thread Luca Barbato
Module: libav Branch: master Commit: fd8189932147a524fe43532b46baa35e8be92a1b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 19 21:34:21 2013 +0200 dsicinav: Clip the source size to the expected maximum A packet larger than cin

[libav-commits] dsicinav: KR formatting cosmetics

2013-07-23 Thread Luca Barbato
Module: libav Branch: master Commit: fcae3ff124ee97c9265e3b93f3d41238b2aee9bd Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 19 21:05:44 2013 +0200 dsicinav: KR formatting cosmetics --- libavcodec/dsicinav.c | 111

[libav-commits] 8bps: Bound-check the input buffer

2013-07-23 Thread Luca Barbato
Module: libav Branch: master Commit: bd7b4da0f4627bb6c4a7c2575da83fe6b261a21c Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Jul 22 23:26:05 2013 +0200 8bps: Bound-check the input buffer Reported-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] 4xm: Reject not a multiple of 16 dimension

2013-07-23 Thread Luca Barbato
Module: libav Branch: master Commit: 2f034f255c49050e894ab9b88087c09ebe249f3f Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Jul 22 12:44:19 2013 +0200 4xm: Reject not a multiple of 16 dimension Reported-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] alsdec: Clean up error paths

2013-07-23 Thread Luca Barbato
Module: libav Branch: master Commit: ca488ad480360dfafcb5766f7bfbb567a0638979 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 12 23:38:02 2013 +0200 alsdec: Clean up error paths Fix at least a memory leak. CC: libav-sta...@libav.org

[libav-commits] 8bps: Make the bound-checks consistent

2013-07-23 Thread Luca Barbato
Module: libav Branch: master Commit: 6fd221e5f8b0dcd33c249e553ea0be87778f2479 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jul 23 14:19:09 2013 +0200 8bps: Make the bound-checks consistent --- libavcodec/8bps.c |4 ++-- 1 files

[libav-commits] alsdec: Fix the clipping range

2013-07-23 Thread Luca Barbato
Module: libav Branch: master Commit: 70ecc175c7b513a153ac87d1c5d219556ca55070 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 12 23:02:25 2013 +0200 alsdec: Fix the clipping range mcc_weightings is only 32 elements. Reported-by: Mateusz

[libav-commits] avidec: Let the inner dv demuxer take care of discarding

2013-07-27 Thread Luca Barbato
Module: libav Branch: master Commit: c8f0b20b4a6bb6691928789d83e4b02896969848 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jul 27 15:48:41 2013 +0200 avidec: Let the inner dv demuxer take care of discarding CC: libav-sta...@libav.org

[libav-commits] avidec: Let the inner dv demuxer take care of discarding

2013-07-27 Thread Luca Barbato
Module: libav Branch: release/9 Commit: c2c9b7297fe6ee95788c27728b0073e38e33b94d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jul 27 15:48:41 2013 +0200 avidec: Let the inner dv demuxer take care of discarding (cherry picked from commit

[libav-commits] xl: KR formatting cosmetics

2013-07-28 Thread Luca Barbato
Module: libav Branch: master Commit: e13a929314e4a9a09d3146648f876f162f46cc32 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jul 27 20:01:03 2013 +0200 xl: KR formatting cosmetics --- libavcodec/xl.c | 54

[libav-commits] flac: use meaningful return values

2013-07-28 Thread Luca Barbato
Module: libav Branch: master Commit: 0e78ef0f94cf1f757465db6c1c7ae540653b9d01 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jul 10 16:34:14 2013 +0200 flac: use meaningful return values --- libavcodec/flac.c| 16

[libav-commits] qdm2: Whitespace cosmetics

2013-07-28 Thread Luca Barbato
Module: libav Branch: master Commit: 45ee556d51ef04d79d52bf6b0b7f28a4d231cb0c Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jul 9 13:32:42 2013 +0200 qdm2: Whitespace cosmetics --- libavcodec/qdm2.c |8 1 files changed, 4

[libav-commits] aasc: Check minimum buffer size

2013-07-28 Thread Luca Barbato
Module: libav Branch: master Commit: 62b1e3b1031e901105d78e831120de8e4c3e0013 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 7 12:31:19 2013 +0200 aasc: Check minimum buffer size Prevent some overreads. Reported-by: Mateusz j00ru

[libav-commits] xl: Make sure the width is valid

2013-07-28 Thread Luca Barbato
Module: libav Branch: master Commit: 3ca1dd2502a860989ee5289316af6b9816cee78f Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 28 18:24:15 2013 +0200 xl: Make sure the width is valid And undo the wrong commit

[libav-commits] oma: check geob tag boundary

2013-07-28 Thread Luca Barbato
Module: libav Branch: master Commit: 9d0b45ade864f3d2ccd8610149fe1fff53c4e937 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Apr 17 21:07:09 2013 +0200 oma: check geob tag boundary Prevent read after buffer boundary on corrupted tag

[libav-commits] oma: refactor seek function

2013-07-28 Thread Luca Barbato
Module: libav Branch: master Commit: 4f03a77e52596cbe9ec179666ddb3e0345a8133a Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat May 4 07:40:09 2013 +0200 oma: refactor seek function Properly propagate seek errors from avio and the generic pcm

[libav-commits] oma: correctly mark and decrypt partial packets

2013-07-28 Thread Luca Barbato
Module: libav Branch: master Commit: 2219e27b5b17d146e4ab71a3ed86dfc013fb7a93 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Apr 17 21:19:23 2013 +0200 oma: correctly mark and decrypt partial packets Incomplete crypted files would lead

[libav-commits] aac: Forward errors properly in aac_decode_frame_int

2013-08-04 Thread Luca Barbato
Module: libav Branch: master Commit: a10c4ce24bd4a0dd557d5849aa53a0cc74677808 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Aug 4 15:14:25 2013 +0200 aac: Forward errors properly in aac_decode_frame_int Incidentally also remove a warning

[libav-commits] rtjpeg: return meaningful error codes

2013-08-13 Thread Luca Barbato
Module: libav Branch: master Commit: 62cc7a91080194d9ead162516f779f20931220d9 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Aug 11 20:32:40 2013 +0200 rtjpeg: return meaningful error codes --- libavcodec/rtjpeg.c |6 +++--- 1 files

[libav-commits] nuv: Pad the lzo outbuf

2013-08-13 Thread Luca Barbato
Module: libav Branch: master Commit: 075dbc185521f193c98b896cd63be3ec2613df5d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Aug 12 11:34:06 2013 +0200 nuv: Pad the lzo outbuf And properly update the buf_size with the correct size. Reported

[libav-commits] nuv: Use av_fast_realloc

2013-08-13 Thread Luca Barbato
Module: libav Branch: master Commit: 2df0776c2293efb0ac12c003843ce19332342e01 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Aug 13 07:01:40 2013 +0200 nuv: Use av_fast_realloc The decompressed buffer can be used after codec_reinit, so

[libav-commits] segafilm: Error out on impossible packet size

2013-08-13 Thread Luca Barbato
Module: libav Branch: master Commit: 5268bd2900effa59b51e0fede61aacde5e2f0b95 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Aug 13 07:40:38 2013 +0200 segafilm: Error out on impossible packet size Reported-by: Mateusz j00ru Jurczyk

[libav-commits] h261: check the mtype index

2013-08-16 Thread Luca Barbato
Module: libav Branch: master Commit: c59967fa7cc5bc2fa06b36c17d2c207240c06b3e Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Aug 14 16:57:21 2013 +0200 h261: check the mtype index Reported-by: Mateusz j00ru Jurczyk and Gynvael Coldwind CC

[libav-commits] dxa: Make sure the reference frame exists

2013-08-16 Thread Luca Barbato
Module: libav Branch: master Commit: 5ef7c84a9374681c64722a96d91741f3b990af2b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Aug 14 16:51:53 2013 +0200 dxa: Make sure the reference frame exists Reported-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] mkv: Flush the old cluster before writing a new one

2013-08-19 Thread Luca Barbato
Module: libav Branch: master Commit: 59f595921eb2b848a80a74aa81b6bb43038c9ebe Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Aug 18 20:09:41 2013 +0200 mkv: Flush the old cluster before writing a new one This simplifies keeping track

[libav-commits] mkv: Refactor mkv_write_packet

2013-08-19 Thread Luca Barbato
Module: libav Branch: master Commit: 148fbdd1c2a2a88a78ba9fd152c81c840bdb205a Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Aug 18 20:09:39 2013 +0200 mkv: Refactor mkv_write_packet Signed-off-by: Luca Barbato lu_z...@gentoo.org

[libav-commits] mkv: Add options for specifying cluster limits

2013-08-19 Thread Luca Barbato
Module: libav Branch: master Commit: 98308bd44face14ea3142b501d16226eec23b75a Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Aug 18 20:09:40 2013 +0200 mkv: Add options for specifying cluster limits Signed-off-by: Luca Barbato lu_z

[libav-commits] mov: Set the timescale for data streams

2013-08-19 Thread Luca Barbato
Module: libav Branch: master Commit: 39523030108815242178ac5e209c83070bd1baef Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Aug 19 17:18:21 2013 +0200 mov: Set the timescale for data streams Data streams have a defined timebase, do

[libav-commits] mov: Compute max duration among the tracks with a timescale

2013-08-19 Thread Luca Barbato
Module: libav Branch: master Commit: 22de0f8369f1f3edf1a55e1d275f3c07c617b53e Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Aug 19 17:18:22 2013 +0200 mov: Compute max duration among the tracks with a timescale Prevent an assert

[libav-commits] mov: Prevent segfaults on mov_write_hdlr_tag

2013-08-19 Thread Luca Barbato
Module: libav Branch: master Commit: 67400f6b6219892ab7a555fb61ef979c857692d7 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Aug 19 17:18:23 2013 +0200 mov: Prevent segfaults on mov_write_hdlr_tag Do not segfault when writing tracks

[libav-commits] indeo: Do not reference mismatched tiles

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: d55f7a174d49c0b2e87254c075013a7008ddf798 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 14 16:49:43 2013 +0200 indeo: Do not reference mismatched tiles Reported-by: Mateusz j00ru Jurczyk

[libav-commits] dca: Respect the current limits in the downmixing capabilities

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: c03533ace27c9553cf716bb7a8336d258b4c2018 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jul 10 19:00:15 2013 +0200 dca: Respect the current limits in the downmixing capabilities Reported-by: Mateusz

[libav-commits] dsicinav: Clip the source size to the expected maximum

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 068bc633f2999d81c87177acc637e11726e31926 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 19 21:34:21 2013 +0200 dsicinav: Clip the source size to the expected maximum A packet larger than cin

[libav-commits] alsdec: Clean up error paths

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: a5bdec1c75bab2c35b03d46b4b15ea00d3172e3c Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 12 23:38:02 2013 +0200 alsdec: Clean up error paths Fix at least a memory leak. CC: libav-sta...@libav.org

[libav-commits] atrac3: fix error handling

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 8f3fe7c696866c965ebcaaa5487bb1cd53f1 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jul 9 01:03:13 2013 +0200 atrac3: fix error handling decode_tonal_components returns a proper AVERROR. Reported

[libav-commits] atrac3: set the getbits context the right buffer_end

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 67a8a1c20242de9481ca491aa0bbbfad9c8b6565 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jul 9 04:20:23 2013 +0200 atrac3: set the getbits context the right buffer_end Reported-by: Mateusz j00ru

[libav-commits] westwood_vqa: do not free extradata on error in read_header

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: e7800543fe804dde114e4d86d7ab053a5b5516da Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jun 27 04:30:20 2013 +0200 westwood_vqa: do not free extradata on error in read_header The extradata is already

[libav-commits] pcm: always use codec-id instead of codec_id

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 5e46ad33eb2d752a3eb90f9400a1a5b3632f57e5 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jul 10 04:54:49 2013 +0200 pcm: always use codec-id instead of codec_id Reported-by: Mateusz j00ru Jurczyk

[libav-commits] imc: Catch a division by zero

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 6d2a92c4678616fe342be0b606343ae3ade83641 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jul 9 09:18:16 2013 +0200 imc: Catch a division by zero Reported-by: Mateusz j00ru Jurczyk and Gynvael Coldwind

[libav-commits] qdm2: formatting cosmetics

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 998a0389d307109af43e452441050281a09d540c Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jun 27 02:49:15 2013 +0200 qdm2: formatting cosmetics Apply the usual style plus drop few unnecessary return

[libav-commits] atrac3: Error on impossible encoding/channel combinations

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: aa99cb15f6e4032efc1ade53f832a8788bdc758b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jul 9 04:44:26 2013 +0200 atrac3: Error on impossible encoding/channel combinations Joint stereo encoded mono

[libav-commits] indeo4: Do not access missing reference MV

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 99d82a07e7dc481ac66dac6e7280ae859f03e14a Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 12 14:32:03 2013 +0200 indeo4: Do not access missing reference MV Reported-by: Mateusz j00ru Jurczyk

[libav-commits] indeo: Bound-check before applying transform

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 7514868cb0de6e9dad1d1ce5c1aa3bd9d1642889 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 12 14:33:24 2013 +0200 indeo: Bound-check before applying transform Reported-by: Mateusz j00ru Jurczyk

[libav-commits] qdm2: Conceal broken samples

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 9f1c3cd5ad07812a70c7a21c4b5f2d6367e02a35 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jul 9 14:59:33 2013 +0200 qdm2: Conceal broken samples Reported-by: Mateusz j00ru Jurczyk and Gynvael Coldwind

[libav-commits] indeo: Bound-check before applying motion compensation

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 861526bbd184aeb3776ce96b370912b17bc2baa0 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 14 14:06:16 2013 +0200 indeo: Bound-check before applying motion compensation Reported-by: Mateusz j00ru

[libav-commits] mlpdec: Do not set invalid context in read_restart_header

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: cbc12124999b633a02f25bc6f6fa895a7cf656da Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jul 10 04:35:34 2013 +0200 mlpdec: Do not set invalid context in read_restart_header The faulty values rippled

[libav-commits] qdm2: check and reset dithering index per channel

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 64bcb5d35013a4a41969b124a3dcf9a21aef9346 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jun 27 02:50:52 2013 +0200 qdm2: check and reset dithering index per channel Checking per subband would have

[libav-commits] pcx: Do not overread source buffer in pcx_rle_decode

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 64867f3cb507b4f309d9e444ba9ddb66bd6b32e2 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jun 29 06:37:32 2013 +0200 pcx: Do not overread source buffer in pcx_rle_decode Reported-by: Mateusz j00ru

[libav-commits] vqavideo: check the version

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: fb1823e17807294ba0ab89b28f744ba73856009f Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jun 27 03:19:05 2013 +0200 vqavideo: check the version Prevent out of buffer write. Reported-by: Mateusz j00ru

[libav-commits] qdm2: use init_static_data

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 86eec54c943981d7fade67bbde64cb097acea819 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jun 27 02:20:59 2013 +0200 qdm2: use init_static_data (cherry picked from commit

[libav-commits] indeo: Sanitize ff_ivi_init_planes fail paths

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: fbbe487b1c1f21339cff9ca86c3dfc495ad1c2c6 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 14 15:48:17 2013 +0200 indeo: Sanitize ff_ivi_init_planes fail paths Reported-by: Mateusz j00ru Jurczyk

[libav-commits] indeo5: return proper error codes

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: cf738340d061a4cbea7d3fe90f3bf999feb9dda1 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 14 14:41:56 2013 +0200 indeo5: return proper error codes (cherry picked from commit

[libav-commits] indeo4: Check the quantization matrix index

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: be71990da6bdf13f35d1b0193e109f6de07908bf Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 12 15:02:33 2013 +0200 indeo4: Check the quantization matrix index Reported-by: Mateusz j00ru Jurczyk

[libav-commits] dsicinav: Bound-check the source buffer when needed

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 95275723aee38ee841706e667d09ca9f325e634b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 19 21:09:40 2013 +0200 dsicinav: Bound-check the source buffer when needed Reported-by: Mateusz j00ru Jurczyk

[libav-commits] iff: Do not read over the source buffer

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: c4e2758eecbcc73621a478b71d29a4b2397ca727 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jun 29 07:26:48 2013 +0200 iff: Do not read over the source buffer Reported-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] wmavoice: conceal clearly corrupted blocks

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: d6a65735f96b9aa94feedbc1f141b8cf7963bc91 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jun 29 05:29:54 2013 +0200 wmavoice: conceal clearly corrupted blocks Reported-by: Mateusz j00ru Jurczyk

[libav-commits] alsdec: Fix the clipping range

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: dcbfba3bb60df59668ed14397b7c8780b77a6d90 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 12 23:02:25 2013 +0200 alsdec: Fix the clipping range mcc_weightings is only 32 elements. Reported

[libav-commits] wtv: Mark attachment with a negative stream id

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: fa6eef4210c2fd7f7324d558b09311c75987a31e Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Jun 24 18:12:24 2013 +0200 wtv: Mark attachment with a negative stream id A sid 0 would be mismatched

[libav-commits] indeo: Reject impossible FRAMETYPE_NULL

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 505415b98599777f8951d3d86821f542e661e581 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 14 18:16:56 2013 +0200 indeo: Reject impossible FRAMETYPE_NULL A frame marked FRAMETYPE_NULL cannot

[libav-commits] indeo4: Validate scantable dimension

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 4ec5c35850c9ecef57799a5a0fae00166ffe6e70 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jul 12 18:10:05 2013 +0200 indeo4: Validate scantable dimension Reported-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] dca: Error out on missing DSYNC

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 423ce8830e48f4dc2b9e19379c1d0c7e23705972 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jul 10 18:07:45 2013 +0200 dca: Error out on missing DSYNC Reported-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] qdm2: refactor joined stereo support

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 160910acdb4d1eeffe8a12750ece93fa88fe0469 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jul 9 14:44:02 2013 +0200 qdm2: refactor joined stereo support qdm2 does support only two channels. Loop over

[libav-commits] 4xm: Reject not a multiple of 16 dimension

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: f8602ef7176d45521ea82176c9342e9298e119a8 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Jul 22 12:44:19 2013 +0200 4xm: Reject not a multiple of 16 dimension Reported-by: Mateusz j00ru Jurczyk

[libav-commits] oma: check geob tag boundary

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 97e6099c0c702795a6c953b75920968fc256b6d2 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Apr 17 21:07:09 2013 +0200 oma: check geob tag boundary Prevent read after buffer boundary on corrupted tag

[libav-commits] xl: Make sure the width is valid

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 116aa30db4ae28f0b67cb2861ea534bfb840f3bc Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jul 28 18:24:15 2013 +0200 xl: Make sure the width is valid CC: libav-sta...@libav.org Signed-off-by: Luca

[libav-commits] 8bps: Bound-check the input buffer

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: e6cf47ee9e36f249f63e7dee5f99ad8b5386eaa4 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Jul 22 23:26:05 2013 +0200 8bps: Bound-check the input buffer Reported-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] aac: return meaningful errors

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: b53db58ab78925930e69605b704c4f6ab3ac8c18 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue May 7 01:29:36 2013 +0200 aac: return meaningful errors (cherry picked from commit

[libav-commits] aac: Check init_get_bits return value

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: cb31b6ca724774057822ed65a818a41db8072e06 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Aug 4 15:00:02 2013 +0200 aac: Check init_get_bits return value Some code paths can call it with invalid length

[libav-commits] aac: KR formatting cosmetics

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: d0323b62349190d7b5e215c4c560b29f1d979a75 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jun 27 01:22:06 2013 +0200 aac: KR formatting cosmetics (cherry picked from commit

[libav-commits] bink: Bound check the quantization matrix.

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: c5ba226c1b0b76c1e7fad17a1448b793240671f6 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Aug 4 18:48:20 2013 +0200 bink: Bound check the quantization matrix. Reported-by: Mateusz j00ru Jurczyk

[libav-commits] vc1: check mb_height validity.

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: b26c9f4e522040b24580554f06a2376de3d00b24 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Aug 5 06:30:24 2013 +0200 vc1: check mb_height validity. Reported-by: Mateusz j00ru Jurczyk and Gynvael Coldwind

[libav-commits] vc1: check the source buffer in vc1_mc functions

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 937cedd7c0ca98d183ceaf650f0dad1aab1b75a5 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Aug 5 06:27:12 2013 +0200 vc1: check the source buffer in vc1_mc functions Reported-by: Mateusz j00ru Jurczyk

[libav-commits] oma: refactor seek function

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 0b6adcf76bda8994902f5b6d8e694b0b916ea210 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat May 4 07:40:09 2013 +0200 oma: refactor seek function Properly propagate seek errors from avio and the generic

[libav-commits] oma: correctly mark and decrypt partial packets

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: d502bd7410570c0a1e566af18097ffe2437937f0 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Apr 17 21:19:23 2013 +0200 oma: correctly mark and decrypt partial packets Incomplete crypted files would lead

[libav-commits] rtmp: Do not misuse memcmp

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: dd923878e8efd85e27a0c6ea83175e166d273e28 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Aug 8 19:44:19 2013 +0200 rtmp: Do not misuse memcmp CC: libav-sta...@libav.org (cherry picked from commit

[libav-commits] nuv: Reset the frame on resize

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 082e3fd4693c22e4a35326954f226424eaa7db24 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Aug 13 06:01:48 2013 +0200 nuv: Reset the frame on resize Reported-by: Mateusz j00ru Jurczyk and Gynvael Coldwind

[libav-commits] nuv: Use av_fast_realloc

2013-08-24 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 747c320a190ae86021484e09c9add8d221b950d7 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Aug 13 07:01:40 2013 +0200 nuv: Use av_fast_realloc The decompressed buffer can be used after codec_reinit, so

[libav-commits] mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle

2013-08-25 Thread Luca Barbato
Module: libav Branch: master Commit: dc518a3ae21e7b6420131b813cfc6bcdcad26b7e Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Aug 22 15:05:27 2013 +0200 mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle --- libavformat

[libav-commits] mov: Refactor video specific parsing in mov_parse_stsd_video

2013-08-25 Thread Luca Barbato
Module: libav Branch: master Commit: a3b53ff062eaccdaa28964899c63520ef2978c2e Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Aug 22 15:05:27 2013 +0200 mov: Refactor video specific parsing in mov_parse_stsd_video --- libavformat/mov.c

[libav-commits] mov: Parse tmcd extradata

2013-08-25 Thread Luca Barbato
Module: libav Branch: master Commit: 5b41eb91e0083755de8c35e8cd005896ec3ab31f Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Aug 25 13:02:07 2013 +0200 mov: Parse tmcd extradata --- libavformat/mov.c | 26 ++ 1

[libav-commits] mov: Refactor codec specific final steps in mov_finalize_stsd_codec

2013-08-25 Thread Luca Barbato
Module: libav Branch: master Commit: 08504380ddf25d6905e189e9bf52e7a4c771a415 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Aug 22 15:05:27 2013 +0200 mov: Refactor codec specific final steps in mov_finalize_stsd_codec --- libavformat

[libav-commits] mov: Refactor codec id selection in mov_codec_id

2013-08-25 Thread Luca Barbato
Module: libav Branch: master Commit: bf9856250584228678963ce8f11c54f85005d783 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Aug 22 15:00:46 2013 +0200 mov: Refactor codec id selection in mov_codec_id --- libavformat/mov.c | 52

[libav-commits] mov: Refactor audio specific parsing in mov_parse_stsd_audio

2013-08-25 Thread Luca Barbato
Module: libav Branch: master Commit: ef196beeb50e8e024ed5a560a1d39eff4a296ce4 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Aug 22 15:05:27 2013 +0200 mov: Refactor audio specific parsing in mov_parse_stsd_audio --- libavformat/mov.c

[libav-commits] mov: Write tmcd extradata

2013-08-25 Thread Luca Barbato
Module: libav Branch: master Commit: b89e8759e053792704741d08cbc41c9ac3c7ed63 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Aug 25 13:02:33 2013 +0200 mov: Write tmcd extradata --- libavformat/movenc.c | 17 + 1 files

[libav-commits] mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd

2013-08-25 Thread Luca Barbato
Module: libav Branch: master Commit: 0b5af5cf1224add1769b1094b9924ecf10de3d7d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Aug 22 15:05:27 2013 +0200 mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd --- libavformat

[libav-commits] doc: document the asf demuxer

2013-08-28 Thread Luca Barbato
Module: libav Branch: master Commit: 48f2e53ad0c8586369c3ce88712f0b9cec5a4c47 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Aug 27 16:14:42 2013 +0200 doc: document the asf demuxer And drop a typo from the previous FLV entry. --- doc

[libav-commits] build: Report an error message when a pc file is not found

2013-09-04 Thread Luca Barbato
Module: libav Branch: master Commit: 7f9e893f56db52078e0f46677ed337b2e25fa94d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Sep 3 22:15:23 2013 +0200 build: Report an error message when a pc file is not found Ease tracking path problems

[libav-commits] atrac3: set the getbits context the right buffer_end

2013-09-13 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: e06623c48030530b50f00cee26f1a3a33c4b4d4b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jul 9 04:20:23 2013 +0200 atrac3: set the getbits context the right buffer_end Reported-by: Mateusz j00ru

[libav-commits] mem: Introduce av_reallocp

2013-09-16 Thread Luca Barbato
Module: libav Branch: master Commit: 3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Sep 15 21:42:07 2013 +0200 mem: Introduce av_reallocp --- doc/APIchanges |3 +++ libavutil/mem.c

[libav-commits] rtmp: Drop an unneeded warning

2013-09-16 Thread Luca Barbato
Module: libav Branch: master Commit: 666ed7eda1d568638689ac7b0cef0a9e564ffbdf Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Sep 16 11:37:48 2013 +0200 rtmp: Drop an unneeded warning Apparently a widely used streaming server requires

[libav-commits] rtmp: Factor out publish specific code

2013-09-16 Thread Luca Barbato
Module: libav Branch: master Commit: 97d35fa89f73468d64f663bfc0686aa6cddd8b6a Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Sep 14 16:41:50 2013 +0200 rtmp: Factor out publish specific code Will be reused for supporting play

[libav-commits] rtmp: Store all the notify messages

2013-09-16 Thread Luca Barbato
Module: libav Branch: master Commit: 92ed83e393d25b6d15920e90d56ee77de54a9728 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Sep 16 17:42:59 2013 +0200 rtmp: Store all the notify messages The onTextData is used to implement text data streams

[libav-commits] rtmp: Support play method in listen mode

2013-09-16 Thread Luca Barbato
Module: libav Branch: master Commit: ffb7669e47343ac0caa866361965fdb2bf6ed825 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Sep 15 16:52:33 2013 +0200 rtmp: Support play method in listen mode --- libavformat/rtmpproto.c | 11

[libav-commits] rtmp: Do not send the first field twice within the handshake

2013-09-16 Thread Luca Barbato
Module: libav Branch: master Commit: fe0337e89bbbe84b7274fbb0d9d56ed992937931 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Sep 16 11:39:45 2013 +0200 rtmp: Do not send the first field twice within the handshake --- libavformat

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