[libav-commits] msrle: convert MS RLE decoding function to bytestream2.

2013-03-19 Thread Ronald Bultje
Module: libav Branch: release/0.8 Commit: 327ff82bac3081d918dceb4931c77e25d0a1480d Author:Ronald Bultje rsbul...@gmail.com Committer: Reinhard Tartler siret...@tauware.de Date: Sat Mar 31 17:10:54 2012 + msrle: convert MS RLE decoding function to bytestream2. Signed-off-by: Justin

[libav-commits] vp3: Fix double free in vp3_decode_end()

2013-01-10 Thread Ronald Bultje
Module: libav Branch: master Commit: ec86ba57312745fd7ad9771e3121e79c6aacba30 Author:Ronald Bultje rsbul...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jan 10 11:02:57 2013 -0800 vp3: Fix double free in vp3_decode_end() Signed-off-by: Dale Curtis dalecur

[libav-commits] vp3: Fix double free in vp3_decode_end()

2013-01-10 Thread Ronald Bultje
Module: libav Branch: release/9 Commit: ebd3aa429c38d199f5ee9f578030a3bc6e50056b Author:Ronald Bultje rsbul...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jan 10 11:02:57 2013 -0800 vp3: Fix double free in vp3_decode_end() Signed-off-by: Dale Curtis dalecur

[libav-commits] msrle: convert MS RLE decoding function to bytestream2.

2012-04-11 Thread Ronald Bultje
Module: libav Branch: master Commit: 992f71e95dcf57c917531f126ba7499ef9ed87d3 Author:Ronald Bultje rsbul...@gmail.com Committer: Justin Ruggles justin.rugg...@gmail.com Date: Sat Mar 31 17:10:54 2012 + msrle: convert MS RLE decoding function to bytestream2. Signed-off-by: Justin

[libav-commits] swscale: prevent overflow during initialization

2011-10-18 Thread Ronald Bultje
Module: libav Branch: master Commit: d1d421cbc0d13b08535f7fc08d179572ee352072 Author:Ronald Bultje rsbul...@gmail.com Committer: Janne Grunau janne-li...@jannau.net Date: Tue Oct 18 01:53:04 2011 + swscale: prevent overflow during initialization Signed-off-by: Janne Grunau janne-li

[libav-commits] swscale: split yuv2packed[12X]_c() remainders into small functions.

2011-06-27 Thread Ronald Bultje
Module: libav Branch: master Commit: 6fba14eecbc7849efc9951866103e21d99713d88 Author:Ronald Bultje rbul...@dhcp-172-22-79-135.mtv.corp.google.com Committer: Ronald Bultje rbul...@dhcp-172-22-79-135.mtv.corp.google.com Date: Mon Jun 27 18:10:03 2011 -0700 swscale: split yuv2packed[12X]_c

[libav-commits] error_resilience: actually add counter when adding a MV predictor.

2011-06-20 Thread Ronald Bultje
Module: libav Branch: master Commit: d42aaa802e2b74dcb83d426001557f8229b1b484 Author:Ronald Bultje rsbul...@gmail.com Committer: Reinhard Tartler siret...@tauware.de Date: Mon Jun 20 15:07:55 2011 + error_resilience: actually add counter when adding a MV predictor. Without

[libav-commits] error_resilience: skip last-MV predictor step if MVs are not available.

2011-06-20 Thread Ronald Bultje
Module: libav Branch: release/0.7 Commit: 20153fb8f6ce7f482298170d2700befe898fa1cd Author:Ronald Bultje rsbul...@gmail.com Committer: Reinhard Tartler siret...@tauware.de Date: Mon Jun 20 15:07:56 2011 + error_resilience: skip last-MV predictor step if MVs are not available. Fixes