[libav-commits] segment: fix NULL pointer dereference in seg_write_header()

2012-11-14 Thread Xi Wang
Module: libav Branch: master Commit: e8769b37fe8a841c0d28d3686c6d3cdecc542bc7 Author:Xi Wang xi.w...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed Nov 14 02:52:32 2012 -0500 segment: fix NULL pointer dereference in seg_write_header() Since the pointer `oc' is NULL,

[libav-commits] avutil: change GET_UTF8 to not use av_log2()

2012-11-14 Thread Mans Rullgard
Module: libav Branch: master Commit: 7ba0c1b390a6ea67ca5e9cbade3005285b51b70f Author:Mans Rullgard m...@mansr.com Committer: Mans Rullgard m...@mansr.com Date: Tue Nov 13 15:49:39 2012 + avutil: change GET_UTF8 to not use av_log2() This removes an inter-library dependency on

[libav-commits] fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests

2012-11-14 Thread Diego Biurrun
Module: libav Branch: master Commit: a3138ebfa85ec0d3aa7cbf8f2a09e40a220521cf Author:Diego Biurrun di...@biurrun.de Committer: Diego Biurrun di...@biurrun.de Date: Sat Oct 20 01:12:18 2012 +0200 fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests --- tests/fate/aac.mak

[libav-commits] avformat: clarify stream id for muxing

2012-11-14 Thread Luca Barbato
Module: libav Branch: master Commit: 3b4296f41473a5b39e84d7a49d480624c9c60040 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Nov 10 16:20:30 2012 +0100 avformat: clarify stream id for muxing --- libavformat/avformat.h |2 +- 1 files

[libav-commits] rtp: set the payload type as stream id

2012-11-14 Thread Luca Barbato
Module: libav Branch: master Commit: 8034130e06b03859af9ce64f7ee653cd14df328d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Nov 11 20:44:28 2012 +0100 rtp: set the payload type as stream id Support multiple video/audio streams with

[libav-commits] bgmc: Fix av_malloc checks in ff_bgmc_init()

2012-11-14 Thread Xi Wang
Module: libav Branch: master Commit: b74dbdd5e99aed7f3bf1ecb5da1b374e5ba35768 Author:Xi Wang xi.w...@gmail.com Committer: Diego Biurrun di...@biurrun.de Date: Wed Nov 14 13:45:24 2012 -0500 bgmc: Fix av_malloc checks in ff_bgmc_init() Signed-off-by: Xi Wang xi.w...@gmail.com