[libav-commits] lavf: Add a flag to enable/disable per-packet flushing

2013-09-16 Thread Luca Barbato
Module: libav Branch: master Commit: 596e5d4783ca951258a7c580951fd161f1785ec1 Author:Luca Barbato lu_z...@gentoo.org Committer: Martin Storsjö mar...@martin.st Date: Wed Sep 11 14:02:06 2013 +0200 lavf: Add a flag to enable/disable per-packet flushing This is enabled by default and can

[libav-commits] doc: Add missing hashes and dates to APIChanges

2013-09-17 Thread Luca Barbato
Module: libav Branch: master Commit: c38854c39929145bee07cee5377a7202df591e18 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Sep 17 12:47:09 2013 +0200 doc: Add missing hashes and dates to APIChanges Also fix the typo in the last entry

[libav-commits] rtmp: Unbreak handle_notify

2013-09-19 Thread Luca Barbato
Module: libav Branch: master Commit: ae0f316a4778e473d407cffa8392595ba0735153 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Sep 19 01:49:41 2013 +0200 rtmp: Unbreak handle_notify Commit 5626f994f273af80fb100d4743b963304de9e05c broke

[libav-commits] build: Support cparser

2013-09-19 Thread Luca Barbato
Module: libav Branch: master Commit: e5d45e028cf4193b562075897e55091779e49f15 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Sep 12 20:17:15 2013 +0200 build: Support cparser --- configure | 22 ++ 1 file changed, 22

[libav-commits] rtmp: Unbreak get_packet

2013-09-20 Thread Luca Barbato
Module: libav Branch: master Commit: 5532ee6d7d554bb54d4374d0b69f72bc9ab9fd91 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Sep 20 11:55:20 2013 +0200 rtmp: Unbreak get_packet Commit 5626f994f273af80fb100d4743b963304de9e05c broke

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

2013-09-21 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 9c3c08ba984ab0447a65a1e8417f01bea4dccf70 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] qdm2: refactor joined stereo support

2013-09-21 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: b64bd2e18bac1bd3e3e0ae4aebcad1c33f031c66 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] rtmp: Replace a magic number with a macro

2013-09-22 Thread Luca Barbato
Module: libav Branch: master Commit: ba77757a7efafe38924b6b423acfca8c1e1c62d6 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Sep 21 21:16:04 2013 +0200 rtmp: Replace a magic number with a macro 11 is the RTMP header size. --- libavformat

[libav-commits] rtmp: Rewrite embedded flv handling

2013-09-22 Thread Luca Barbato
Module: libav Branch: master Commit: 5840473890440dbe0bd2cce530ebb3d93e187ae6 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Sep 21 11:10:41 2013 +0200 rtmp: Rewrite embedded flv handling Use update_offset() as done for rtmp audio, video

[libav-commits] flv: Make onTextData parsing robust

2013-09-22 Thread Luca Barbato
Module: libav Branch: master Commit: c951e4b442df9dde6051634a85359eb809bf2142 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Sep 20 23:14:41 2013 +0200 flv: Make onTextData parsing robust Certain streaming servers do not preserve the order

[libav-commits] rtmp: Support AMF_DATA_TYPE_MIXEDARRAY

2013-09-22 Thread Luca Barbato
Module: libav Branch: master Commit: 32a414f316c7f0eea877370e3f9d9f25afbf5da2 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Sep 21 10:04:54 2013 +0200 rtmp: Support AMF_DATA_TYPE_MIXEDARRAY And fix the AMF_DATA_TYPE_ARRAY parsing while

[libav-commits] rtmp: Refactor get_packet

2013-09-22 Thread Luca Barbato
Module: libav Branch: master Commit: e40a0e822801d2485e4e555909d7a82713fa86a5 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Sep 21 11:09:39 2013 +0200 rtmp: Refactor get_packet --- libavformat/rtmpproto.c | 113

[libav-commits] ac3: Return proper error codes

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: c225c620c664c4b66a439485d226d03374cb3d33 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Sat Jul 27 10:16:35 2013 +0200 ac3: Return proper error codes (cherry picked from commit

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

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 54e03863691dcae73260f70108b3731b70773e7c Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com 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] ogg: Always alloc the private context in vorbis_header

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 15620c153a35f76191c1e476fc9df24fbfd54e10 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Tue Aug 13 07:28:41 2013 +0200 ogg: Always alloc the private context in vorbis_header It is possible to have

[libav-commits] ac3: Clean up the error paths

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 37e69e2dee7c5167083bb42d669f73f038111a79 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Sun Jul 28 13:32:18 2013 +0200 ac3: Clean up the error paths (cherry picked from commit

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

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: ba5dfc25ee0afeb4b690de873ee17f0960160619 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Fri Jul 12 14:32:03 2013 +0200 indeo4: Do not access missing reference MV Reported-by: Mateusz j00ru Jurczyk

[libav-commits] vc1: check mb_height validity.

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 75b1b13aff73bbe78a4da756dd4c048dd3462cb0 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Mon Aug 5 06:30:24 2013 +0200 vc1: check mb_height validity. Reported-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] dv: Add a guard to not overread the ppcm array

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: b0ca5fef09d1b1268ea0c8f89bf53cd38aaa85e7 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Mon Aug 5 22:15:24 2013 +0200 dv: Add a guard to not overread the ppcm array Reported-by: Mateusz j00ru Jurczyk

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

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 0d24adbe8d8e48428776586aa16df6629470d8ae Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Fri Jul 19 21:09:40 2013 +0200 dsicinav: Bound-check the source buffer when needed Reported-by: Mateusz j00ru

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

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 8006716f215582ed396d9392809a174c26209f97 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com 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] h261: check the mtype index

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 91355bec88ceb3622ea26f4d50126e6d5ea17d91 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Wed Aug 14 16:57:21 2013 +0200 h261: check the mtype index Reported-by: Mateusz j00ru Jurczyk and Gynvael Coldwind

[libav-commits] indeo5: return proper error codes

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: e2dcb8208e8f6cffef58a85127765047f5ef8868 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Sun Jul 14 14:41:56 2013 +0200 indeo5: return proper error codes (cherry picked from commit

[libav-commits] ac3: Do not clash with normal AVERROR

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 3dff283de11ad52ddae3246fe7594526ebb62d04 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Sun Jul 28 13:26:12 2013 +0200 ac3: Do not clash with normal AVERROR The parsing function return AVERROR

[libav-commits] indeo4: Validate scantable dimension

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 609345cd5e2a1b6f01a85a2431fcc472971e600e Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Fri Jul 12 18:10:05 2013 +0200 indeo4: Validate scantable dimension Reported-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] alsdec: Fix the clipping range

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 246e0e2c994f0fad30d89ff39bd1fabca30c53ce Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Fri Jul 12 23:02:25 2013 +0200 alsdec: Fix the clipping range mcc_weightings is only 32 elements. Reported

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

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 86c169c5b691ac8434056936a7690fc4c64b4b1a Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Wed Aug 14 16:51:53 2013 +0200 dxa: Make sure the reference frame exists Reported-by: Mateusz j00ru Jurczyk

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

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 896bd85c402db187c1c81ececc3a9624dbc1 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Tue Aug 13 07:40:38 2013 +0200 segafilm: Error out on impossible packet size Reported-by: Mateusz j00ru Jurczyk

[libav-commits] indeo: Reject impossible FRAMETYPE_NULL

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 36921fcdd3613dedd4046b59e3f43024fbfbbe17 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Sun Jul 14 18:16:56 2013 +0200 indeo: Reject impossible FRAMETYPE_NULL A frame marked FRAMETYPE_NULL cannot

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

2013-09-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 06c52faef27e5bded4ceda7e6d1541f9fb20e84c Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Fri Jul 12 15:02:33 2013 +0200 indeo4: Check the quantization matrix index Reported-by: Mateusz j00ru Jurczyk

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

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

[libav-commits] lxf: check the nb_streams instead of relying on padding

2013-09-26 Thread Luca Barbato
Module: libav Branch: master Commit: 5c349ad08a9fa930ddd9339f5de83eb818a0994c Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jun 25 16:42:02 2013 +0200 lxf: check the nb_streams instead of relying on padding Remove the now unneeded stream

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

2013-09-29 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: c02b9e6e633896617e5f95211665c5521800498b 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] indeo: reject negative array indexes

2013-09-29 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: efe710f8a009c99a5c4e4dff160c870cb7d95e76 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jul 3 14:55:50 2013 +0200 indeo: reject negative array indexes Reported-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] indeo: Refactor ff_ivi_init_tiles and ivi_decode_blocks

2013-09-29 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: c5da487a38f93b981c4933d4e0b09c49c319fbb7 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jul 3 13:59:16 2013 +0200 indeo: Refactor ff_ivi_init_tiles and ivi_decode_blocks Spin large and mostly self

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

2013-09-29 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 53c76b68036b4ca81b1342a4c51125c917c26e75 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] indeo: Sanitize ff_ivi_init_planes fail paths

2013-09-29 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 7999ff8966e0d8cb2ad8229d7740b4b83741708f 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: Bound-check before applying motion compensation

2013-09-29 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: a0b8f85f29883f538a32593bc3c6f712c972ff70 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] indeo: Refactor ff_ivi_dec_huff_desc

2013-09-29 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: f21dce60442bb2e3d00a0f38341e7a0bdcfaf322 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jul 3 12:58:40 2013 +0200 indeo: Refactor ff_ivi_dec_huff_desc Spare an indentation level. (cherry picked

[libav-commits] indeo: Cosmetic formatting

2013-09-29 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: aedde1a48de4bebdd26d27ca997b2cecc0016a45 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jul 3 14:01:32 2013 +0200 indeo: Cosmetic formatting Trim some overly long lines. (cherry picked from commit

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

2013-09-29 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: c25bbb6fdbfb7332af302e0366fc2c2d60b44c72 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] 4xm: do not overread the prestream buffer

2013-09-29 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 12dc01bb1f07112cd7eb31e183d75cb3c0fb92ca Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jun 7 16:18:22 2013 +0200 4xm: do not overread the prestream buffer Reported-by: Mateusz j00ru Jurczyk

[libav-commits] 4xm: validate the buffer size before parsing it

2013-09-29 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: cd9b0bb07a66d3299bd62922e9dfa742219abe79 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Jun 7 16:16:46 2013 +0200 4xm: validate the buffer size before parsing it Reported-by: Mateusz j00ru Jurczyk

[libav-commits] rtmp: alias rtmp_listen to listen

2013-10-02 Thread Luca Barbato
Module: libav Branch: master Commit: 628a17d78ac1d95d83482b0c333c03bdb1fffbe9 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Oct 1 15:42:06 2013 +0200 rtmp: alias rtmp_listen to listen Make it uniform with the other protocols

[libav-commits] mxf: Remove a typo

2013-10-02 Thread Luca Barbato
Module: libav Branch: master Commit: ad0560fe7491a85c3e71d5a3d6a0443f10b33ab1 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Oct 1 13:43:48 2013 +0200 mxf: Remove a typo Introduced in 93370d1216 --- libavformat/mxfdec.c |2 +- 1 file

[libav-commits] shorten: Extend fixed_coeffs to properly support pred_order 0

2013-10-08 Thread Luca Barbato
Module: libav Branch: master Commit: b2148faca9e9e553c14b27844b56e367c85a777e Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Sep 4 19:26:36 2013 +0200 shorten: Extend fixed_coeffs to properly support pred_order 0 Reported-by: Mateusz j00ru

[libav-commits] jpeg2000: Check block length

2013-10-09 Thread Luca Barbato
Module: libav Branch: master Commit: 1018a92219a38a812cf97761c6b3a5e66a400f4b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Oct 9 06:17:12 2013 +0200 jpeg2000: Check block length Reported-by: Mateusz j00ru Jurczyk and Gynvael Coldwind CC

[libav-commits] vmnc: Check the cursor dimensions

2013-10-09 Thread Luca Barbato
Module: libav Branch: master Commit: 5e992a4682d2c09eed3839c6cacf70db3b65c2f4 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Oct 9 05:51:20 2013 +0200 vmnc: Check the cursor dimensions And manage the reallocation failure path. Reported

[libav-commits] vmnc: Use meaningful return values

2013-10-09 Thread Luca Barbato
Module: libav Branch: master Commit: 071e29af4d383bdb44d0c87416dee3e4bb597936 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Oct 9 05:58:59 2013 +0200 vmnc: Use meaningful return values --- libavcodec/vmnc.c | 18 +- 1

[libav-commits] vmnc: Port to bytestream2

2013-10-09 Thread Luca Barbato
Module: libav Branch: master Commit: 61cd19b8bc32185c8caf64d89d1b0909877a0707 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Oct 9 05:13:59 2013 +0200 vmnc: Port to bytestream2 Fix some buffer overreads. Reported-by: Mateusz j00ru Jurczyk

[libav-commits] avi: DV in AVI must be considered single stream

2013-10-09 Thread Luca Barbato
Module: libav Branch: master Commit: 756547ce7f4d67a18663503e2157aebed3531703 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Aug 6 03:38:12 2013 +0200 avi: DV in AVI must be considered single stream Reported-by: Mateusz j00ru Jurczyk

[libav-commits] avi: directly resync on DV in AVI read failure

2013-10-09 Thread Luca Barbato
Module: libav Branch: master Commit: ceec6e792e4b5baaa23b220f4fd33417631f5288 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Aug 6 03:52:48 2013 +0200 avi: directly resync on DV in AVI read failure Reported-by: Mateusz j00ru Jurczyk

[libav-commits] avi: properly fail if the dv demuxer is missing

2013-10-09 Thread Luca Barbato
Module: libav Branch: master Commit: 1cac9accbd1f9b8596122d0735e37b97a844c514 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Aug 6 01:39:07 2013 +0200 avi: properly fail if the dv demuxer is missing CC: libav-sta...@libav.org

[libav-commits] prores: Add a codepath for decoding errors

2013-10-10 Thread Luca Barbato
Module: libav Branch: master Commit: 44690dfa683f620c77e9f0e8e9bc5682608636b1 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Oct 10 08:40:39 2013 +0200 prores: Add a codepath for decoding errors --- libavcodec/proresdec.c | 71

[libav-commits] prores: Error out only on surely incomplete ac_coeffs

2013-10-10 Thread Luca Barbato
Module: libav Branch: master Commit: 2df7f7714a12a59d31058aba15fb1e348e36b0ab Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Oct 10 10:26:31 2013 +0200 prores: Error out only on surely incomplete ac_coeffs --- libavcodec/proresdec.c |2

[libav-commits] prores: Reject negative run and level values

2013-10-11 Thread Luca Barbato
Module: libav Branch: master Commit: c0de9a23c7080e2fac8f879b9d9a0ce2b64ea953 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Oct 10 21:02:10 2013 +0200 prores: Reject negative run and level values Sample-Id: 0611-google Reported

[libav-commits] indeo4: Check the block size if reusing the band configuration

2013-10-12 Thread Luca Barbato
Module: libav Branch: master Commit: 0cb83c563848bf8f8365e7bd30e7e6b57ef360f0 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Oct 11 10:51:53 2013 +0200 indeo4: Check the block size if reusing the band configuration Sample-Id: 0287-google

[libav-commits] indeo4: Check the inherited quant_mat

2013-10-12 Thread Luca Barbato
Module: libav Branch: master Commit: c9ef6b09326a24010bf86d6b0d19cfa42df4d546 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Oct 11 11:34:03 2013 +0200 indeo4: Check the inherited quant_mat Invalidate it if not supported. Sample-Id

[libav-commits] cavs: KR formatting cosmetics

2013-10-13 Thread Luca Barbato
Module: libav Branch: master Commit: 14ddbb477faef359983151b763fd8b20e578651b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Oct 13 03:08:51 2013 +0200 cavs: KR formatting cosmetics --- libavcodec/cavs.c | 416

[libav-commits] cavs: Return meaningful error values

2013-10-13 Thread Luca Barbato
Module: libav Branch: master Commit: 1b20d0f581f01f2df601c9e68d0d321672d97af7 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Oct 13 03:27:39 2013 +0200 cavs: Return meaningful error values --- libavcodec/cavsdec.c | 20

[libav-commits] cavs: Check for negative cbp

2013-10-13 Thread Luca Barbato
Module: libav Branch: master Commit: 39185ec4faa9ef33954dbf239e045b632673 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Oct 13 03:30:06 2013 +0200 cavs: Check for negative cbp Sample-Id: 0647-google Reported-by: Mateusz j00ru

[libav-commits] mpegvideo: Move obmc in a separate function

2013-10-15 Thread Luca Barbato
Module: libav Branch: master Commit: 95587859cc69e5abe37c9e3af48008032d98e262 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Oct 13 07:27:11 2013 +0200 mpegvideo: Move obmc in a separate function --- libavcodec/mpegvideo_motion.c | 164

[libav-commits] ffv1: Assume bitdepth 0 means 8bit

2013-10-15 Thread Luca Barbato
Module: libav Branch: master Commit: a90905db2e6ab1840890f3a88bfd3bf008b9d886 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Oct 13 15:34:47 2013 +0200 ffv1: Assume bitdepth 0 means 8bit CC: libav-sta...@libav.org Reported-by: debian/726189

[libav-commits] mpegvideo: Move 8x8 in a separate function

2013-10-15 Thread Luca Barbato
Module: libav Branch: master Commit: 825c7c62bb66c9ee6117e0dcb71915271faa46c6 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Oct 13 07:55:14 2013 +0200 mpegvideo: Move 8x8 in a separate function --- libavcodec/mpegvideo_motion.c | 144

[libav-commits] mpegvideo: KR formatting cosmetics

2013-10-15 Thread Luca Barbato
Module: libav Branch: master Commit: a84616b736fca5ebd6b87489dd41bc06ccdf7860 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Oct 13 07:13:01 2013 +0200 mpegvideo: KR formatting cosmetics --- libavcodec/mpegvideo_motion.c | 965

[libav-commits] lavc: set the default rc_initial_buffer_occupancy

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 2da49df19e115becdddf60f8704889868ca2f56b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Jan 14 05:32:38 2013 +0100 lavc: set the default rc_initial_buffer_occupancy rc_buffer_size is not set before

[libav-commits] oma: refactor seek function

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: e930b112d14d7acd050d5087d11b6dd4c56a8e4e 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] nuv: Do not ignore lzo decompression failures

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: cda26ab21eb574e7e39b0a329941d87754b8c477 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Aug 12 00:16:12 2013 +0200 nuv: Do not ignore lzo decompression failures Update the fate reference since

[libav-commits] nuv: Use av_fast_realloc

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: c1ebdef01b016b24b8ec322efdbc31da2639addd 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] oma: check geob tag boundary

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: b98a824c3e97a2e40eb9fd5daa64001ecd4b7f5a 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] 8bps: Bound-check the input buffer

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 5312fb828751109798780f4e17d5f77dfd3d5398 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] nuv: Pad the lzo outbuf

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 36fc320747a768335ae4538a24a5739033b7eb74 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

[libav-commits] rtmp: rename data_size to size

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 067713f15989dd0b8c0888a3b43fd193819a1058 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Oct 8 22:30:14 2013 -0400 rtmp: rename data_size to size (cherry picked from commit

[libav-commits] rtmp: Do not misuse memcmp

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: a9ebc17b2dd5518730213c672dce714a7a50d8ca 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] oma: correctly mark and decrypt partial packets

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 3cc05e0d9d24d0d6f2fdb1d49ec6b6d298816dae 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] nuv: Reset the frame on resize

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: abb41f19cc10fea09fb16d9ecc9967b2a78cf7b0 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

[libav-commits] nuv: check rtjpeg_decode_frame_yuv420 return value

2013-10-16 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 4a11d773f9f7e9c21416264c30d4a260d1dc49a6 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Aug 11 20:35:40 2013 +0200 nuv: check rtjpeg_decode_frame_yuv420 return value CC: libav-sta...@libav.org

[libav-commits] wtv: Seek by sector properly

2013-10-18 Thread Luca Barbato
Module: libav Branch: master Commit: 2b72f8ac320c8c5087b1bd0589fc3df132eb42bc Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Oct 18 13:45:13 2013 +0200 wtv: Seek by sector properly Use an helper function to seek by sector to avoid possible

[libav-commits] avio: Use AVERROR_PROTOCOL_NOT_FOUND

2013-10-21 Thread Luca Barbato
Module: libav Branch: master Commit: ea71aafd6881d7ce5cffec56feb45488e3ac5221 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Oct 20 22:01:54 2013 +0200 avio: Use AVERROR_PROTOCOL_NOT_FOUND When the protocol is missing ffurl_alloc() should

[libav-commits] avplay: Accept cpuflags option

2013-10-22 Thread Luca Barbato
Module: libav Branch: master Commit: f825d42bccdb9f89669a586951de7f66a81e80a5 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Oct 14 05:41:45 2013 +0200 avplay: Accept cpuflags option Quite useful for debugging. Signed-off-by: Luca Barbato

[libav-commits] mpegvideo: Drop a faulty assert

2013-10-23 Thread Luca Barbato
Module: libav Branch: master Commit: 72072bf9de3241848ea86f68d2297b7a5d6ad49b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Oct 22 19:17:10 2013 +0200 mpegvideo: Drop a faulty assert That check is easily reachable by faulty input. CC:libav

[libav-commits] h263: KR formatting cosmetics

2013-10-23 Thread Luca Barbato
Module: libav Branch: master Commit: 1ce3ec24b35d9d549b12f17bd7fd391abaf3a6f7 Author:Luca Barbato lu_z...@gentoo.org Committer: Diego Biurrun di...@biurrun.de Date: Tue Oct 22 19:37:44 2013 +0200 h263: KR formatting cosmetics Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com

[libav-commits] configure: Disable -Wmaybe-uninitialized by default

2013-10-27 Thread Luca Barbato
Module: libav Branch: master Commit: de6061203e2d509579ab110fb1873aade34320f5 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Oct 26 21:27:48 2013 +0200 configure: Disable -Wmaybe-uninitialized by default It is by definition unreliable

[libav-commits] avio: KR formatting cosmetics

2013-10-27 Thread Luca Barbato
Module: libav Branch: master Commit: 53151723e377b9c43f876e20d7f27a17993256c8 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Oct 27 14:45:01 2013 +0100 avio: KR formatting cosmetics --- libavformat/avio.c | 90

[libav-commits] h263: Return meaningful errors

2013-10-27 Thread Luca Barbato
Module: libav Branch: master Commit: 0749314886390f6ec81d45e0ba424fcb36c945cf Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Oct 26 19:31:46 2013 +0200 h263: Return meaningful errors --- libavcodec/h263dec.c | 51

[libav-commits] dsicinav: KR formatting cosmetics

2013-10-28 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 8119336df40f5530672d7c6ad6d21cfb883584c6 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 (cherry picked from commit

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

2013-10-28 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: b8ba48c725dcda56d5dccc1474322857a7e3ed13 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] aac: Check init_get_bits return value

2013-10-28 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 2ed8a550da524434deb3b89f7ec62ed833bedac5 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

[libav-commits] aac: return meaningful errors

2013-10-28 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: ef67d8107eb3da56df13efd838e722b5fb0bc0c3 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] alsdec: Clean up error paths

2013-10-28 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 1682c9fb595d72e1502c94804c3bb53c35348c0d 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] configure: Provide an hardened toolchain option

2013-10-29 Thread Luca Barbato
Module: libav Branch: master Commit: e78913052263af80855590659fb0f705e8f13c8a Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Oct 28 13:22:52 2013 +0100 configure: Provide an hardened toolchain option --- configure |4 1 file

[libav-commits] configure: Move gcc-only -W option where it belongs

2013-10-29 Thread Luca Barbato
Module: libav Branch: master Commit: dcd3eda6cb8884beeb67ef5eb61b4bb6b01d29ea Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Oct 28 12:45:04 2013 +0100 configure: Move gcc-only -W option where it belongs --- configure |2 +- 1 file

[libav-commits] flashsv: Refactor a little

2013-11-01 Thread Luca Barbato
Module: libav Branch: master Commit: 4a64e67988dd01005efb1ae831bff14c1656b573 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Oct 29 17:02:42 2013 +0100 flashsv: Refactor a little --- libavcodec/flashsv.c | 14 +- 1 file

[libav-commits] flashsv: KR formatting cosmetics

2013-11-01 Thread Luca Barbato
Module: libav Branch: master Commit: 037fea388e0df2a22441bc1ed86794152161baf1 Author:Luca Barbato lu_z...@gentoo.org Committer: Diego Biurrun di...@biurrun.de Date: Thu Oct 31 10:27:02 2013 +0100 flashsv: KR formatting cosmetics Also improve some log message wording/spelling. Signed

[libav-commits] hwaccel: Simplify ff_find_hwaccel

2013-11-10 Thread Luca Barbato
Module: libav Branch: master Commit: 08303d774132775d49d4ba767092de5d426f089d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Nov 9 17:07:34 2013 +0100 hwaccel: Simplify ff_find_hwaccel It is always called by passing fields from

[libav-commits] configure: Do not use pthread_create to check for pthread

2013-11-30 Thread Luca Barbato
Module: libav Branch: master Commit: f058f384a0d76bfd125f4738dceab7c890186432 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Nov 29 09:29:12 2013 -0800 configure: Do not use pthread_create to check for pthread Certain instrumentation addons

[libav-commits] doxy: Define a group for libswscale documentation

2013-12-13 Thread Luca Barbato
Module: libav Branch: master Commit: c85aad9cb2af459e8306871f76722de440c3ca93 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Dec 12 19:53:00 2013 +0100 doxy: Define a group for libswscale documentation Uniform the style and eliminate

[libav-commits] configure: Reorder pthreads checks

2013-12-13 Thread Luca Barbato
Module: libav Branch: master Commit: a5a3b398fd9dce38ca50b20f182b17a256d209f2 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Dec 12 17:05:34 2013 +0100 configure: Reorder pthreads checks Some pthreads symbols might be present in libc

[libav-commits] configure: Move the bz2 and zlib checks below phtreads

2013-12-13 Thread Luca Barbato
Module: libav Branch: master Commit: 7cbe1ea9df83ec66403fbf6400353bcb2242bf06 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Dec 11 14:21:48 2013 +0100 configure: Move the bz2 and zlib checks below phtreads There are alternate

[libav-commits] jvdec: Return EOF on end of file

2013-12-20 Thread Luca Barbato
Module: libav Branch: master Commit: 027712e851da4d124a842c9e2802f95d50582553 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Dec 13 03:10:16 2013 +0100 jvdec: Return EOF on end of file --- libavformat/jvdec.c |3 +++ 1 file changed, 3

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