[libav-commits] riff: Add SVQ3 fourcc

2012-09-14 Thread Derek Buitenhuis
Module: libav Branch: master Commit: 1c56cdad337a39951f26b17bdc8068d75a19ffca Author:Derek Buitenhuis Committer: Derek Buitenhuis Date: Fri Sep 14 14:10:50 2012 + riff: Add SVQ3 fourcc Signed-off-by: Derek Buitenhuis --- libavformat/riff.c |1 + 1 files changed, 1 insertio

[libav-commits] fate: ac3: add 4.0 and downmix tests

2012-09-14 Thread Mans Rullgard
Module: libav Branch: master Commit: 07e87858d4fb48dae6c0dc75338eb869f41bfcf0 Author:Mans Rullgard Committer: Mans Rullgard Date: Wed Sep 12 23:24:50 2012 +0100 fate: ac3: add 4.0 and downmix tests Signed-off-by: Mans Rullgard --- tests/fate/ac3.mak | 25

[libav-commits] configure: x86: improve ebp availability check

2012-09-14 Thread Mans Rullgard
Module: libav Branch: master Commit: 692dd8ed2617f390ff53b1152a21170e886be726 Author:Mans Rullgard Committer: Mans Rullgard Date: Thu Sep 13 20:17:54 2012 +0100 configure: x86: improve ebp availability check Some compilers are extra strict about register usage in main(), disallowing e

[libav-commits] avformat: simplify avformat_close_input

2012-09-14 Thread Luca Barbato
Module: libav Branch: master Commit: 4d1f443c3d579cf9495c7a289282634908f6a538 Author:Luca Barbato Committer: Luca Barbato Date: Mon Sep 10 07:07:56 2012 +0200 avformat: simplify avformat_close_input avio_close checks by itself for NULL condition. --- libavformat/utils.c |4 ++--

[libav-commits] vorbisdec: ensure FASTDIV denominator is never 1

2012-09-14 Thread Luca Barbato
Module: libav Branch: master Commit: 714508bcb91057868a96588b9fba4d29c6c4fc77 Author:Luca Barbato Committer: Luca Barbato Date: Thu Sep 13 19:45:21 2012 +0200 vorbisdec: ensure FASTDIV denominator is never 1 In both usages of FASTDIV the denominator might be 1. Using a branch could m

[libav-commits] avformat: refactor avformat_close_input

2012-09-14 Thread Luca Barbato
Module: libav Branch: master Commit: 44272c1cccfb92415801ae60693a7ed04e458916 Author:Luca Barbato Committer: Luca Barbato Date: Tue Sep 4 16:05:28 2012 +0200 avformat: refactor avformat_close_input Do not crash if the input format is not allocated yet. --- libavformat/utils.c |

[libav-commits] x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place

2012-09-14 Thread Diego Biurrun
Module: libav Branch: master Commit: 58139e141bfd7116e527bae6a9f71c3b43fc8ff2 Author:Diego Biurrun Committer: Diego Biurrun Date: Fri Sep 14 00:59:03 2012 +0200 x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place --- libavcodec/x86/dsputil_mmx.c | 27