[libav-commits] flvenc: Support muxing VP6A as well

2013-10-10 Thread Martin Storsjö
Module: libav Branch: master Commit: be1e1373d267bae2af8a62d79eef736736f24565 Author:Martin Storsjö Committer: Martin Storsjö Date: Thu Aug 15 11:04:07 2013 +0300 flvenc: Support muxing VP6A as well Handle it in the same way as VP6F, except for the codec tag. Signed-off-by: Martin St

[libav-commits] vp6: Support cropping to AVCodecContext.width/height

2013-10-10 Thread Martin Storsjö
Module: libav Branch: master Commit: 41a10f3ba149a2012de499d0b4ad4955d81f28d5 Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Aug 14 12:39:29 2013 +0300 vp6: Support cropping to AVCodecContext.width/height In these cases, there is no extradata but only the properly set width

[libav-commits] flvenc: Don't pretend to support muxing "plain" VP6

2013-10-10 Thread Martin Storsjö
Module: libav Branch: master Commit: 4d7aeff9a1080e64125f3374d993b2c9c4c2751b Author:Martin Storsjö Committer: Martin Storsjö Date: Thu Aug 15 11:01:55 2013 +0300 flvenc: Don't pretend to support muxing "plain" VP6 The plain VP6 format is vertically flipped compared to VP6F/VP6A. Supp

[libav-commits] flvenc: Write proper cropping for VP6 even if there's no extradata

2013-10-10 Thread Martin Storsjö
Module: libav Branch: master Commit: e6ed8668597cfea25dfb350a9b4df7fb2efc1d90 Author:Martin Storsjö Committer: Martin Storsjö Date: Thu Aug 15 11:07:30 2013 +0300 flvenc: Write proper cropping for VP6 even if there's no extradata This keeps cropping when remuxing from F4V to FLV. Sig

[libav-commits] prores: Add a codepath for decoding errors

2013-10-10 Thread Luca Barbato
Module: libav Branch: master Commit: 44690dfa683f620c77e9f0e8e9bc5682608636b1 Author:Luca Barbato Committer: Luca Barbato Date: Thu Oct 10 08:40:39 2013 +0200 prores: Add a codepath for decoding errors --- libavcodec/proresdec.c | 71 ---

[libav-commits] prores: Error out only on surely incomplete ac_coeffs

2013-10-10 Thread Luca Barbato
Module: libav Branch: master Commit: 2df7f7714a12a59d31058aba15fb1e348e36b0ab Author:Luca Barbato Committer: Luca Barbato Date: Thu Oct 10 10:26:31 2013 +0200 prores: Error out only on surely incomplete ac_coeffs --- libavcodec/proresdec.c |2 +- 1 file changed, 1 insertion(+),

[libav-commits] atrac3: Better name for IMDCT window initialization

2013-10-10 Thread Maxim Poliakovski
Module: libav Branch: master Commit: ed796fba761f4794bec7735d467c1b2c8e1858fe Author:Maxim Poliakovski Committer: Diego Biurrun Date: Thu Oct 10 10:07:24 2013 +0200 atrac3: Better name for IMDCT window initialization Signed-off-by: Diego Biurrun --- libavcodec/atrac3.c |4 ++--

[libav-commits] atrac3: Remove unused gain compensation tables

2013-10-10 Thread Maxim Poliakovski
Module: libav Branch: master Commit: be7641504737f2f0009f1cc12e1ec93413e43608 Author:Maxim Poliakovski Committer: Diego Biurrun Date: Thu Oct 10 09:59:03 2013 +0200 atrac3: Remove unused gain compensation tables Signed-off-by: Diego Biurrun --- libavcodec/atrac3.c | 10 -

[libav-commits] update Changelog

2013-10-10 Thread Reinhard Tartler
Module: libav Branch: release/9 Commit: 58287d3b10a2eb90dbfb5b21981bc27dfda98ff3 Author:Reinhard Tartler Committer: Reinhard Tartler Date: Thu Oct 10 08:50:09 2013 -0400 update Changelog --- Changelog | 72 + 1 file chang

[libav-commits] Fix top-level description

2013-10-10 Thread Reinhard Tartler
Module: libav Branch: release/9 Commit: bb81b2b2e06abbf713094f8b77b4cbd550c02503 Author:Reinhard Tartler Committer: Reinhard Tartler Date: Thu Oct 10 09:56:40 2013 -0400 Fix top-level description --- Changelog |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/

[libav-commits] shorten: Fix out-of-array read

2013-10-10 Thread Tim Walker
Module: libav Branch: master Commit: 5f5ada3dbf97e306a74250ba8dcf8619ad59b020 Author:Tim Walker Committer: Luca Barbato Date: Wed Oct 9 11:47:04 2013 +0200 shorten: Fix out-of-array read pred_order == FF_ARRAY_ELEMS(fixed_coeffs) is invalid too. Signed-off-by: Luca Barbato --- l

[libav-commits] mxf: Add jpeg2000 codec to intra only codecs

2013-10-10 Thread Matthieu Bouron
Module: libav Branch: master Commit: 054454c63a2e07354c4bca8019a2f1e8060ffca8 Author:Matthieu Bouron Committer: Luca Barbato Date: Tue Oct 1 13:05:26 2013 +0200 mxf: Add jpeg2000 codec to intra only codecs Conform with SMPTE RP 224 and SMPTE s422. Signed-off-by: Luca Barbato ---