[libav-commits] h264: avoid pointless copying of ref lists

2013-01-17 Thread Anton Khirnov
Module: libav Branch: master Commit: 940b8b5861241df7aff894e1de6e67de5b83 Author:Anton Khirnov Committer: Anton Khirnov Date: Thu Jan 17 12:25:31 2013 +0100 h264: avoid pointless copying of ref lists ref_list is constructed from other fields per slice when needed, so do not copy i

[libav-commits] lavr: always reset mix function names and pointers in mix_function_init()

2013-01-17 Thread Justin Ruggles
Module: libav Branch: master Commit: b90632d5964d3998bab7323468a6b43ab6a24b34 Author:Justin Ruggles Committer: Justin Ruggles Date: Wed Jan 16 14:18:38 2013 -0500 lavr: always reset mix function names and pointers in mix_function_init() CC: libav-sta...@libav.org --- libavresample/

[libav-commits] lavr: call mix_function_init() in ff_audio_mix_set_matrix()

2013-01-17 Thread Justin Ruggles
Module: libav Branch: master Commit: f07ef2d9c9e9d1e84c532e9102594834e88a5c83 Author:Justin Ruggles Committer: Justin Ruggles Date: Wed Jan 16 14:15:57 2013 -0500 lavr: call mix_function_init() in ff_audio_mix_set_matrix() This is needed if a custom matrix is set by the user after ope

[libav-commits] fate: update ref after rv30_loop_filter fix

2013-01-17 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 0a837b631757a7407df038248eea5e9e79b1cb79 Author:Luca Barbato Committer: Luca Barbato Date: Thu Jan 17 23:06:46 2013 +0100 fate: update ref after rv30_loop_filter fix (cherry picked from commit 56ef1ef1f7580f41d6819ac63081a02f52752903) Signed-of

[libav-commits] fate: update ref after rv30_loop_filter fix

2013-01-17 Thread Luca Barbato
Module: libav Branch: master Commit: 56ef1ef1f7580f41d6819ac63081a02f52752903 Author:Luca Barbato Committer: Luca Barbato Date: Thu Jan 17 23:06:46 2013 +0100 fate: update ref after rv30_loop_filter fix --- tests/ref/fate/filter-delogo | 164 +---

[libav-commits] rv30: fix masking in rv30_loop_filter()

2013-01-17 Thread Xi Wang
Module: libav Branch: release/9 Commit: c3c1db7c5637c4e4d8dfdd748466a223f83fffa8 Author:Xi Wang Committer: Luca Barbato Date: Thu Jan 17 01:24:15 2013 -0500 rv30: fix masking in rv30_loop_filter() The mask `x && (1 << y)' is incorrect and always yields true. The correct form should b

[libav-commits] rv30: fix masking in rv30_loop_filter()

2013-01-17 Thread Xi Wang
Module: libav Branch: master Commit: 783e37f7ef3b3cdcfe7aa927a25b4184ae46cd53 Author:Xi Wang Committer: Luca Barbato Date: Thu Jan 17 01:24:15 2013 -0500 rv30: fix masking in rv30_loop_filter() The mask `x && (1 << y)' is incorrect and always yields true. The correct form should be `

[libav-commits] libcdio: support recent cdio-paranoia

2013-01-17 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 21ca4ab9449f1165913fd971dc0eb7387b8fe5a8 Author:Luca Barbato Committer: Luca Barbato Date: Thu Jan 17 11:24:01 2013 +0100 libcdio: support recent cdio-paranoia Upstream decided to split the paranoia interface and move the headers accordingly. (c

[libav-commits] libcdio: support recent cdio-paranoia

2013-01-17 Thread Luca Barbato
Module: libav Branch: master Commit: 43e0e0c4e56d754988f6d2d7eec1c302cee5d5ec Author:Luca Barbato Committer: Luca Barbato Date: Thu Jan 17 11:24:01 2013 +0100 libcdio: support recent cdio-paranoia Upstream decided to split the paranoia interface and move the headers accordingly. ---

[libav-commits] lavc: support ZenoXVID custom tag

2013-01-17 Thread Luca Barbato
Module: libav Branch: master Commit: 80ac87c13dc8c6c063e26a464c5c542357c0583f Author:Luca Barbato Committer: Luca Barbato Date: Thu Jan 17 14:12:44 2013 +0100 lavc: support ZenoXVID custom tag Looks like this kind of samples are produced by certain Russian equipment. --- libavcodec

[libav-commits] theora: Skip zero-sized headers

2013-01-17 Thread Martin Storsjö
Module: libav Branch: release/9 Commit: c749bec8c3ef88e3e12847a60d6e8e6d73c736d4 Author:Martin Storsjö Committer: Martin Storsjö Date: Thu Jan 17 16:03:36 2013 +0200 theora: Skip zero-sized headers This fixes a regression since d9cf5f51/7a2ee770f5 with theora over RTP (possibly with o

[libav-commits] theora: Skip zero-sized headers

2013-01-17 Thread Martin Storsjö
Module: libav Branch: master Commit: e33db35b4a91ad543d9dde3a981a89118ba68937 Author:Martin Storsjö Committer: Martin Storsjö Date: Thu Jan 17 16:03:36 2013 +0200 theora: Skip zero-sized headers This fixes a regression since d9cf5f51 with theora over RTP (possibly with other variants

[libav-commits] float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window

2013-01-17 Thread Martin Storsjö
Module: libav Branch: master Commit: 973b4d44f1e87df63d78b864eeb5988119f822e7 Author:Martin Storsjö Committer: Martin Storsjö Date: Thu Jan 17 18:58:25 2013 +0200 float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window This fixes builds on 64bit MSVC. Signed-off-by: Martin St