[libav-commits] configure: do not manually enable protocols

2011-12-13 Thread Diego Biurrun
Module: libav Branch: master Commit: 0d9bd2d5842a3eb5b327293509af06a05a0795ad Author:Diego Biurrun Committer: Diego Biurrun Date: Mon Sep 12 13:56:06 2011 +0200 configure: do not manually enable protocols Protocols are handled just like all other components groups such as muxers and a

[libav-commits] doc: make developer.texi point to correct fate doc

2011-12-13 Thread Derek Buitenhuis
Module: libav Branch: master Commit: 86ae5124539c4077bca0b2c7686f87da39acb6b5 Author:Derek Buitenhuis Committer: Diego Biurrun Date: Mon Dec 12 13:01:12 2011 -0500 doc: make developer.texi point to correct fate doc Signed-off-by: Derek Buitenhuis Signed-off-by: Diego Biurrun ---

[libav-commits] build: rename subdir.mak ---> library.mak

2011-12-13 Thread Diego Biurrun
Module: libav Branch: master Commit: 144904e901d557a8af1d73bd217ec15bc4bedb85 Author:Diego Biurrun Committer: Diego Biurrun Date: Tue Dec 13 15:55:11 2011 +0100 build: rename subdir.mak ---> library.mak --- Makefile |2 +- subdir.mak => library.mak |0 2 fil

[libav-commits] ulti: Fix invalid reads

2011-12-13 Thread Gaurav Narula
Module: libav Branch: master Commit: a99273ebf328658c183c2d267f1c2b8bfac58bb3 Author:Gaurav Narula Committer: Martin Storsjö Date: Tue Dec 13 23:29:37 2011 +0530 ulti: Fix invalid reads Signed-off-by: Martin Storsjö --- libavcodec/ulti.c | 26 -- 1 files

[libav-commits] lavf: dealloc private options in av_write_trailer

2011-12-13 Thread Luca Barbato
Module: libav Branch: master Commit: 4badb386cee42569e2e1a1c6981a33c065ebf2de Author:Luca Barbato Committer: Luca Barbato Date: Mon Dec 12 18:22:22 2011 +0100 lavf: dealloc private options in av_write_trailer Fix the iformat/oformat typo. --- libavformat/utils.c |2 +- 1 files

[libav-commits] error_resilience: use the ER_ namespace

2011-12-13 Thread Luca Barbato
Module: libav Branch: master Commit: 5bf2ac2b37ae17df7f2bd541801bec8c049b8d2c Author:Luca Barbato Committer: Luca Barbato Date: Mon Nov 28 00:31:51 2011 +0100 error_resilience: use the ER_ namespace Add the namespace to {AC_,DC_,MV_}{END,ERROR} macros Signed-off-by: Luca Barbato --

[libav-commits] vc1: mark with ER_MB_ERROR bits overconsumption

2011-12-13 Thread Luca Barbato
Module: libav Branch: master Commit: 4f3667ba59750bf7e4c0954394c7c9e164e01c69 Author:Luca Barbato Committer: Luca Barbato Date: Mon Nov 28 00:31:53 2011 +0100 vc1: mark with ER_MB_ERROR bits overconsumption This patch is a generalization of what Michael Niedermayer fixed in a single c

[libav-commits] lavc: introduce ER_MB_END and ER_MB_ERROR

2011-12-13 Thread Luca Barbato
Module: libav Branch: master Commit: 63ccd466873b0863d466f5846a305eb908fe3b80 Author:Luca Barbato Committer: Luca Barbato Date: Mon Nov 28 00:31:52 2011 +0100 lavc: introduce ER_MB_END and ER_MB_ERROR Simplify a little error resilience calls Signed-off-by: Luca Barbato --- libavc

[libav-commits] yadif: support 10bit YUV

2011-12-13 Thread Luca Barbato
Module: libav Branch: master Commit: d32eed5c73744c25625a9fb66c48e57f2d0b433d Author:Luca Barbato Committer: Luca Barbato Date: Sun Dec 4 15:56:41 2011 +0100 yadif: support 10bit YUV Signed-off-by: Luca Barbato --- libavfilter/vf_yadif.c |7 +-- 1 files changed, 5 inserti

[libav-commits] build: move inclusion of subdir.mak to main subdir loop

2011-12-13 Thread Mans Rullgard
Module: libav Branch: master Commit: 878dda5db12b6f84cc9fb37c5c88b94a5be61a24 Author:Mans Rullgard Committer: Mans Rullgard Date: Tue Dec 13 13:28:01 2011 + build: move inclusion of subdir.mak to main subdir loop Signed-off-by: Mans Rullgard --- Makefile |1 +

[libav-commits] rv34: NEON optimised 4x4 dequant

2011-12-13 Thread Mans Rullgard
Module: libav Branch: master Commit: 4722a03c75d17d88312b91cd1006776844237349 Author:Mans Rullgard Committer: Mans Rullgard Date: Mon Dec 12 23:22:04 2011 + rv34: NEON optimised 4x4 dequant Signed-off-by: Mans Rullgard --- libavcodec/arm/rv34dsp_init_neon.c |3 +++ libavco

[libav-commits] rv34: move 4x4 dequant to RV34DSPContext

2011-12-13 Thread Mans Rullgard
Module: libav Branch: master Commit: 40901fc14e1ae1a1074a70931a133b2bc2604a1c Author:Mans Rullgard Committer: Mans Rullgard Date: Mon Dec 12 23:21:39 2011 + rv34: move 4x4 dequant to RV34DSPContext Signed-off-by: Mans Rullgard --- libavcodec/rv34.c| 18 ++