[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 Committer: Reinhard Tartler Date: Mon Jun 20 15:07:55 2011 + error_resilience: actually add counter when adding a MV predictor. Without, the predictor isn't actually

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

2011-06-20 Thread Ronald Bultje
Module: libav Branch: master Commit: 20153fb8f6ce7f482298170d2700befe898fa1cd Author:Ronald Bultje Committer: Reinhard Tartler Date: Mon Jun 20 15:07:56 2011 + error_resilience: skip last-MV predictor step if MVs are not available. Fixes crashes when playing broken MPEG2-TS

[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 Committer: Reinhard Tartler Date: Mon Jun 20 15:07:56 2011 + error_resilience: skip last-MV predictor step if MVs are not available. Fixes crashes when playing broken MPEG2-TS

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

2011-06-20 Thread Ronald Bultje
Module: libav Branch: release/0.7 Commit: d42aaa802e2b74dcb83d426001557f8229b1b484 Author:Ronald Bultje Committer: Reinhard Tartler Date: Mon Jun 20 15:07:55 2011 + error_resilience: actually add counter when adding a MV predictor. Without, the predictor isn't actually

[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 Committer: Ronald Bultje Date: Mon Jun 27 18:10:03 2011 -0700 swscale: split yuv2packed[12X]_c() remainders into small functions. This is part of the Great Evil Plan to simplify swscale

[libav-commits] swscale: prevent overflow during initialization

2011-10-18 Thread Ronald Bultje
Module: libav Branch: master Commit: d1d421cbc0d13b08535f7fc08d179572ee352072 Author:Ronald Bultje Committer: Janne Grunau Date: Tue Oct 18 01:53:04 2011 + swscale: prevent overflow during initialization Signed-off-by: Janne Grunau --- libswscale/utils.c |6

[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 Committer: Luca Barbato Date: Thu Jan 10 11:02:57 2013 -0800 vp3: Fix double free in vp3_decode_end() Signed-off-by: Dale Curtis Signed-off-by: Luca Barbato --- libavcodec/vp3.c

[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 Committer: Luca Barbato Date: Thu Jan 10 11:02:57 2013 -0800 vp3: Fix double free in vp3_decode_end() Signed-off-by: Dale Curtis Signed-off-by: Luca Barbato (cherry picked from

[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 Committer: Reinhard Tartler Date: Sat Mar 31 17:10:54 2012 + msrle: convert MS RLE decoding function to bytestream2. Signed-off-by: Justin Ruggles (cherry picked from commit

[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 Committer: Justin Ruggles Date: Sat Mar 31 17:10:54 2012 + msrle: convert MS RLE decoding function to bytestream2. Signed-off-by: Justin Ruggles --- libavcodec/aasc.c | 12