[libav-commits] avconv: don't try to free threads that were not initialized.

2012-06-14 Thread Anton Khirnov
Module: libav Branch: master Commit: 9034b0ed66c8f4a0da13947618503d575fc43957 Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Wed Jun 13 13:33:42 2012 +0200 avconv: don't try to free threads that were not initialized. --- avconv.c |2 +- 1

[libav-commits] rtpdec: Don't require frames to start with a Mode A packet

2012-06-14 Thread Martin Storsjö
Module: libav Branch: master Commit: d1beee0701a41dd5716427060579b10c00c685be Author:Martin Storsjö mar...@martin.st Committer: Martin Storsjö mar...@martin.st Date: Thu Jun 14 15:13:14 2012 +0300 rtpdec: Don't require frames to start with a Mode A packet While there is no reason for

[libav-commits] doc: document THREAD_TYPE fate variable

2012-06-14 Thread Luca Barbato
Module: libav Branch: master Commit: d2d193c9b6963f3041ee0037c791c44453b845a0 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jun 14 20:27:31 2012 +0200 doc: document THREAD_TYPE fate variable --- doc/fate.texi |3 +++ 1 files changed,

[libav-commits] rtmp: Read and handle incoming packets while writing data

2012-06-14 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 7dc747f50b0adeaf2bcf6413e291dc4bffa54f9a Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Jun 14 15:28:40 2012 +0200 rtmp: Read and handle incoming packets while writing data This makes sure all

[libav-commits] announce new releases for 0.5 through 0.8

2012-06-14 Thread Sean McGovern
Module: libav.org Branch: master Commit: dc3f7588a8a183af14f0f4d0743d1d4adbceaef6 Author:Sean McGovern gsean...@gmail.com Committer: Janne Grunau janne-li...@jannau.net Date: Tue Jun 12 20:38:19 2012 + announce new releases for 0.5 through 0.8 Signed-off-by: Janne Grunau

[libav-commits] Avoid C99 variable declarations within for statements.

2012-06-14 Thread Diego Biurrun
Module: libav Branch: master Commit: d246c18ea6dca4dbdc92aec6ae4e3e038999a709 Author:Diego Biurrun di...@biurrun.de Committer: Diego Biurrun di...@biurrun.de Date: Thu Jun 14 10:19:06 2012 +0200 Avoid C99 variable declarations within for statements. We generally do not declare