[libav-commits] lagarith: make offset array type unsigned

2012-05-06 Thread Kostya Shishkov
Module: libav Branch: master Commit: 1fdb5649d934df19237d5f53c10ae1fff5934e2a Author:Kostya Shishkov kostya.shish...@gmail.com Committer: Kostya Shishkov kostya.shish...@gmail.com Date: Sat May 5 13:45:03 2012 +0200 lagarith: make offset array type unsigned This is logical and also

[libav-commits] dfa: add some checks to ensure that decoder won't write past frame end

2012-05-06 Thread Kostya Shishkov
Module: libav Branch: master Commit: 8099187e897ddc90cb3902332c76fb2542dac308 Author:Kostya Shishkov kostya.shish...@gmail.com Committer: Kostya Shishkov kostya.shish...@gmail.com Date: Thu May 3 20:10:36 2012 +0200 dfa: add some checks to ensure that decoder won't write past frame end

[libav-commits] avserver: check return value of ftruncate()

2012-05-06 Thread Mans Rullgard
Module: libav Branch: master Commit: 0de1319ee0109facefe9804ffe0f0d0df36b27ad Author:Mans Rullgard m...@mansr.com Committer: Mans Rullgard m...@mansr.com Date: Sat Apr 21 17:01:35 2012 +0100 avserver: check return value of ftruncate() Signed-off-by: Mans Rullgard m...@mansr.com ---

[libav-commits] rtsp: avoid const warnings from strtol() call

2012-05-06 Thread Mans Rullgard
Module: libav Branch: master Commit: ddce7dabd2dcabac1655e76901192ae6aedecb69 Author:Mans Rullgard m...@mansr.com Committer: Mans Rullgard m...@mansr.com Date: Wed Apr 25 23:37:29 2012 +0100 rtsp: avoid const warnings from strtol() call The strtol() interface makes it difficult to use

[libav-commits] mpegmux: add stuffing to avoid incomplete PCM frames

2012-05-06 Thread Janne Grunau
Module: libav Branch: master Commit: 29d27b54251fe250f6fe512b7759a1405362ae67 Author:Janne Grunau janne-li...@jannau.net Committer: Janne Grunau janne-li...@jannau.net Date: Tue Mar 13 18:12:06 2012 +0100 mpegmux: add stuffing to avoid incomplete PCM frames Fixes

[libav-commits] lavfi: always enable the scale filter and depend on sws.

2012-05-06 Thread Anton Khirnov
Module: libav Branch: master Commit: 25b3babe111a37697d98890400f5864f560ae167 Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Sat May 5 10:22:55 2012 +0200 lavfi: always enable the scale filter and depend on sws. The scale filter is used for

[libav-commits] avconv: remove stray useless comment.

2012-05-06 Thread Anton Khirnov
Module: libav Branch: master Commit: dce415e7f1aa5a8ac8bf6371b861162444f239c8 Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Sat May 5 14:17:19 2012 +0200 avconv: remove stray useless comment. --- avconv.c |1 - 1 files changed, 0

[libav-commits] vf_split: support user-specifiable number of outputs.

2012-05-06 Thread Anton Khirnov
Module: libav Branch: master Commit: fd18ee0ff659fc73e56bd43f5b93ed82934c6c7f Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Fri Apr 27 07:41:32 2012 +0200 vf_split: support user-specifiable number of outputs. --- doc/filters.texi | 13

[libav-commits] lavfi/formats: use sizeof(var) instead of sizeof(type).

2012-05-06 Thread Anton Khirnov
Module: libav Branch: master Commit: d4ac703c7f5f024732be67ace1c8c62fba87360b Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Fri May 4 09:49:28 2012 +0200 lavfi/formats: use sizeof(var) instead of sizeof(type). --- libavfilter/formats.c |

[libav-commits] tests/utils: don't ignore the return value of fwrite()

2012-05-06 Thread Sean McGovern
Module: libav Branch: master Commit: be6009d32c1398b331a85a27984c287ba178b7a7 Author:Sean McGovern gsean...@gmail.com Committer: Diego Biurrun di...@biurrun.de Date: Thu Apr 26 14:56:24 2012 -0400 tests/utils: don't ignore the return value of fwrite() Signed-off-by: Diego Biurrun

[libav-commits] dvdec: drop const qualifier from variable to eliminate a warning

2012-05-06 Thread Diego Biurrun
Module: libav Branch: master Commit: b2e92e946c0b94e3e55a2ef45453940cf14ab619 Author:Diego Biurrun di...@biurrun.de Committer: Diego Biurrun di...@biurrun.de Date: Mon Apr 16 11:38:02 2012 +0200 dvdec: drop const qualifier from variable to eliminate a warning libavcodec/dvdec.c:344:12:

[libav-commits] avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.

2012-05-06 Thread Robert Nagy
Module: libav Branch: master Commit: ad0278661b2625e56e09d1ee96f404fc575a9edf Author:Robert Nagy rona...@gmail.com Committer: Diego Biurrun di...@biurrun.de Date: Sat Apr 14 20:31:45 2012 +0200 avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.

[libav-commits] Mark a number of variables only used in av_dlog() calls as av_unused.

2012-05-06 Thread Diego Biurrun
Module: libav Branch: master Commit: 30b1961c662ffba8eb430682af24f823e80cd345 Author:Diego Biurrun di...@biurrun.de Committer: Diego Biurrun di...@biurrun.de Date: Thu Apr 19 14:48:16 2012 +0200 Mark a number of variables only used in av_dlog() calls as av_unused. This fixes a number

[libav-commits] eatgv: check motion vectors

2012-05-06 Thread Kostya Shishkov
Module: libav Branch: master Commit: a390aa0ea4d537fca1cb3c188206fac927482065 Author:Kostya Shishkov kostya.shish...@gmail.com Committer: Kostya Shishkov kostya.shish...@gmail.com Date: Sat May 5 14:27:35 2012 +0200 eatgv: check motion vectors --- libavcodec/eatgv.c | 14

[libav-commits] eatgv: check vector_bits

2012-05-06 Thread Michael Niedermayer
Module: libav Branch: master Commit: 71a3c59ed73f2cad401d192278d1fcab9a129606 Author:Michael Niedermayer michae...@gmx.at Committer: Kostya Shishkov kostya.shish...@gmail.com Date: Sun Apr 15 13:29:50 2012 +0200 eatgv: check vector_bits Found-by: Mateusz j00ru Jurczyk and Gynvael

[libav-commits] dfa: use more meaningful return codes

2012-05-06 Thread Kostya Shishkov
Module: libav Branch: master Commit: fb5c1aaea60a714dab3d4e6e71228855fd816222 Author:Kostya Shishkov kostya.shish...@gmail.com Committer: Kostya Shishkov kostya.shish...@gmail.com Date: Sun May 6 09:46:19 2012 +0200 dfa: use more meaningful return codes --- libavcodec/dfa.c | 54

[libav-commits] celp filters: Do not read earlier than the start of the 'out' vector.

2012-05-06 Thread Alex Converse
Module: libav Branch: release/0.7 Commit: 08c81f7365af96c1655767e68d6ec85bea50600c Author:Alex Converse alex.conve...@gmail.com Committer: Reinhard Tartler siret...@tauware.de Date: Fri May 4 10:27:03 2012 -0700 celp filters: Do not read earlier than the start of the 'out' vector. CC:

[libav-commits] motionpixels: Clip YUV values after applying a gradient.

2012-05-06 Thread Alex Converse
Module: libav Branch: release/0.7 Commit: 50073e2395522b6e2b8698ff0dd06ffaf8cbf8ce Author:Alex Converse alex.conve...@gmail.com Committer: Reinhard Tartler siret...@tauware.de Date: Wed May 2 12:08:03 2012 -0700 motionpixels: Clip YUV values after applying a gradient. Prevents illegal

[libav-commits] h263: more strictly forbid frame size changes with frame-mt.

2012-05-06 Thread Ronald S. Bultje
Module: libav Branch: release/0.7 Commit: 3fc967f6c7ab2a21e9e4cca93487286b431cd64a Author:Ronald S. Bultje rsbul...@gmail.com Committer: Reinhard Tartler siret...@tauware.de Date: Thu Mar 29 12:24:10 2012 -0700 h263: more strictly forbid frame size changes with frame-mt. Prevents

[libav-commits] vqavideo: return error if image size is not a multiple of block size

2012-05-06 Thread Mans Rullgard
Module: libav Branch: release/0.7 Commit: c71c77e56fcc6d469d45e1c8ce04aa053124d3f8 Author:Mans Rullgard m...@mansr.com Committer: Reinhard Tartler siret...@tauware.de Date: Mon Apr 23 13:16:33 2012 +0100 vqavideo: return error if image size is not a multiple of block size The decoder

[libav-commits] doc: clarify check for NULL pointer style

2012-05-06 Thread Luca Barbato
Module: libav Branch: master Commit: e004bc16a130486b5b1ceebdb899d72ee538 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri May 4 10:03:42 2012 -0700 doc: clarify check for NULL pointer style Our code should be terse and clear. ---

[libav-commits] lavc: add sample rate and channel layout to AVFrame.

2012-05-06 Thread Anton Khirnov
Module: libav Branch: master Commit: 828bd088f3f74dcdb8451d58557b0d8caefa3227 Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Fri May 4 19:12:31 2012 +0200 lavc: add sample rate and channel layout to AVFrame. Rationale is the same as for video

[libav-commits] lavfi: avfilter_merge_formats: handle case where inputs are same

2012-05-06 Thread Mina Nagy Zaki
Module: libav Branch: master Commit: 11b6a82412bcd372adf694a26d83b07d337e1325 Author:Mina Nagy Zaki mnz...@gmail.com Committer: Anton Khirnov an...@khirnov.net Date: Wed Jun 8 19:24:25 2011 +0300 lavfi: avfilter_merge_formats: handle case where inputs are same This fixes a double-free

[libav-commits] lavfi: support audio in avfilter_copy_frame_props().

2012-05-06 Thread Anton Khirnov
Module: libav Branch: master Commit: 0bbd874743538103c74f3c81df4f25b1bb3f1b2e Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Sat May 5 13:11:53 2012 +0200 lavfi: support audio in avfilter_copy_frame_props(). --- libavfilter/avfilter.c | 27