[libav-commits] documentation: link to the new texi documents

2011-12-11 Thread Luca Barbato
Module: libav.org Branch: master Commit: 329ef99e92bf46a640eab492d171c931f977b01c Author:Luca Barbato Committer: Luca Barbato Date: Fri Dec 9 20:11:14 2011 +0100 documentation: link to the new texi documents Freshen a little the rest of the links. --- src/documentation | 22

[libav-commits] bugreports: update and cleanup

2011-12-11 Thread Luca Barbato
Module: libav.org Branch: master Commit: 348bae5710b83131dd6e7b578b7dcd6bd37df226 Author:Luca Barbato Committer: Luca Barbato Date: Fri Dec 9 20:53:00 2011 +0100 bugreports: update and cleanup Try to remove historical rant and other childish expressions and add a reference to valgrin

[libav-commits] proresdec: fix decode_slice() prototype

2011-12-11 Thread Mans Rullgard
Module: libav Branch: master Commit: 179ae53fed874419951c3cc0f789ccecc980d641 Author:Mans Rullgard Committer: Mans Rullgard Date: Sun Dec 11 23:36:05 2011 + proresdec: fix decode_slice() prototype Make the function prototype match the argument of AVCodecCntext.execute() and remove

[libav-commits] h264: remove useless cast

2011-12-11 Thread Mans Rullgard
Module: libav Branch: master Commit: 5695ae46f8771f5c63cb0f62faca6a3d27f7d921 Author:Mans Rullgard Committer: Mans Rullgard Date: Sun Dec 11 23:51:12 2011 + h264: remove useless cast Signed-off-by: Mans Rullgard --- libavcodec/h264.c |2 +- 1 files changed, 1 insertions(+)

[libav-commits] x86: cabac: replace explicit memory references with "m" operands

2011-12-11 Thread Mans Rullgard
Module: libav Branch: master Commit: 599b4c6efddaed33b1667c386b34b07729ba732b Author:Mans Rullgard Committer: Mans Rullgard Date: Sun Dec 11 21:41:59 2011 + x86: cabac: replace explicit memory references with "m" operands This replaces the explicit offset(reg) memory references wi

[libav-commits] avplay: don't request a stereo downmix

2011-12-11 Thread Justin Ruggles
Module: libav Branch: master Commit: b11ce85664caa69d6117e692c7ac49be4f7493cc Author:Justin Ruggles Committer: Justin Ruggles Date: Sat Dec 10 16:59:55 2011 -0500 avplay: don't request a stereo downmix Multi-channel output works just fine for me with SDL 1.2.14. --- avplay.c |9

[libav-commits] lavc: avoid invalid memcpy() in avcodec_default_release_buffer()

2011-12-11 Thread Mans Rullgard
Module: libav Branch: master Commit: a09bb3ba5e018b81a659c199a84cd1d80c07d869 Author:Mans Rullgard Committer: Mans Rullgard Date: Mon Dec 5 15:38:10 2011 + lavc: avoid invalid memcpy() in avcodec_default_release_buffer() When the buf and last pointers are equal, the FFSWAP() resu

[libav-commits] wmapro: use av_float2int()

2011-12-11 Thread Mans Rullgard
Module: libav Branch: master Commit: 4424fe9c029ccefc5868823b4967c792e51487f3 Author:Mans Rullgard Committer: Mans Rullgard Date: Sat Dec 10 15:51:25 2011 + wmapro: use av_float2int() Signed-off-by: Mans Rullgard --- libavcodec/wmaprodec.c |5 +++-- 1 files changed, 3 inse

[libav-commits] lavu: replace int/float punning functions

2011-12-11 Thread Mans Rullgard
Module: libav Branch: master Commit: 3383a53e7d0abb9639c3ea3481f0eda9dca61a26 Author:Mans Rullgard Committer: Mans Rullgard Date: Sun Nov 27 14:04:16 2011 + lavu: replace int/float punning functions The existing functions defined in intfloat_readwrite.[ch] are both slow and incorr

[libav-commits] lavfi: install libavfilter/vsrc_buffer.h

2011-12-11 Thread Andrey Utkin
Module: libav Branch: master Commit: 5b3265a7181889b53ff8217c1bdccdf966c86955 Author:Andrey Utkin Committer: Anton Khirnov Date: Thu Dec 8 21:27:01 2011 +0200 lavfi: install libavfilter/vsrc_buffer.h It declares API necessary for filtering apps. Signed-off-by: Anton Khirnov ---

[libav-commits] Remove extraneous semicolons

2011-12-11 Thread Mans Rullgard
Module: libav Branch: master Commit: 373211d828f351d86908d47828444f620bfd176d Author:Mans Rullgard Committer: Mans Rullgard Date: Sun Dec 11 17:07:04 2011 + Remove extraneous semicolons These semicolons cause invalid empty top-level declarations. Signed-off-by: Mans Rullgard --