[libav-commits] rtsp: Initialize the media_type_mask in the rtp guessing demuxer

2011-12-02 Thread Martin Storsjö
Module: libav Branch: master Commit: 30266038bdfdecd244edbd91f19e19cb159a74ab Author:Martin Storsjö mar...@martin.st Committer: Martin Storsjö mar...@martin.st Date: Fri Dec 2 11:06:18 2011 +0200 rtsp: Initialize the media_type_mask in the rtp guessing demuxer The media_type_mask is

[libav-commits] asf: do not call av_read_frame

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 73f027c17b0063233ec80e86a6b74ea4df6705c2 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Nov 14 15:18:49 2011 +0100 asf: do not call av_read_frame The asf_read_pts should read the bitstream directly. ---

[libav-commits] doc: improve general documentation for MacOSX

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 7d68f592f6b3b434b4a4c96a3e28c4149ef17060 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Dec 2 10:26:00 2011 +0100 doc: improve general documentation for MacOSX Signed-off-by: Luca Barbato

[libav-commits] vp8: flush buffers on size changes.

2011-12-02 Thread Aaron Colwell
Module: libav Branch: master Commit: e02dec25aba7fc8b48b235725a311af906818eee Author:Aaron Colwell acolw...@chromium.org Committer: Ronald S. Bultje rsbul...@gmail.com Date: Mon Nov 28 07:21:47 2011 -0800 vp8: flush buffers on size changes. --- libavcodec/vp8.c |8 +--- 1

[libav-commits] fate: update asf seektest

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 5a2e2516456e383575b44545d17c7f5859ca67b9 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Dec 2 14:07:45 2011 +0100 fate: update asf seektest --- tests/ref/seek/lavf_asf | 16 1 files

[libav-commits] Do not memcpy raw video frames when using null muxer

2011-12-02 Thread Mans Rullgard
Module: libav Branch: master Commit: 150ddbc1482c65b9aac803f011d7fcd734f776ec Author:Mans Rullgard m...@mansr.com Committer: Mans Rullgard m...@mansr.com Date: Tue Nov 29 18:38:02 2011 + Do not memcpy raw video frames when using null muxer Commit 035af99 made avconv always call an

[libav-commits] ARM: h264dsp_neon cosmetics

2011-12-02 Thread Mans Rullgard
Module: libav Branch: master Commit: 59807fee6dfca909d966da3d2203d6c3cbf356c8 Author:Mans Rullgard m...@mansr.com Committer: Mans Rullgard m...@mansr.com Date: Fri Dec 2 16:45:00 2011 + ARM: h264dsp_neon cosmetics - Replace 'ip' with 'r12'. - Use correct size designators for

[libav-commits] ARM: make some NEON macros reusable

2011-12-02 Thread Janne Grunau
Module: libav Branch: master Commit: a760f530bba6d21484c611de67d072fdab56e08e Author:Janne Grunau janne-li...@jannau.net Committer: Mans Rullgard m...@mansr.com Date: Tue Nov 29 13:38:10 2011 + ARM: make some NEON macros reusable Signed-off-by: Mans Rullgard m...@mansr.com ---

[libav-commits] svq1dec: avoid undefined get_bits(0) call

2011-12-02 Thread Mans Rullgard
Module: libav Branch: master Commit: 51a16077da2a58d85a10dcb1259756ad6099b5d5 Author:Mans Rullgard m...@mansr.com Committer: Mans Rullgard m...@mansr.com Date: Sat Nov 26 15:30:34 2011 + svq1dec: avoid undefined get_bits(0) call Signed-off-by: Mans Rullgard m...@mansr.com ---

[libav-commits] Update developers documentation with coding conventions.

2011-12-02 Thread Victor Vasiliev
Module: libav Branch: master Commit: 9b9815eec4231d9efea7cd5c6a18c09c2ebff310 Author:Victor Vasiliev vasi...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Dec 1 20:45:44 2011 +0400 Update developers documentation with coding conventions. Signed-off-by: Luca Barbato

[libav-commits] avcodec: change number of plane pointers from 4 to 8 at next major bump.

2011-12-02 Thread Justin Ruggles
Module: libav Branch: master Commit: 560f773c7ddd17f66e2621222980c1359a9027be Author:Justin Ruggles justin.rugg...@gmail.com Committer: Justin Ruggles justin.rugg...@gmail.com Date: Mon Nov 14 16:07:03 2011 -0500 avcodec: change number of plane pointers from 4 to 8 at next major bump.

[libav-commits] aac_latm: reconfigure decoder on audio specific config changes

2011-12-02 Thread Janne Grunau
Module: libav Branch: master Commit: d268b79e3436107c11ee8bcdf9f3645368bb3fcd Author:Janne Grunau janne-li...@jannau.net Committer: Janne Grunau janne-li...@jannau.net Date: Sat Oct 22 22:04:00 2011 +0200 aac_latm: reconfigure decoder on audio specific config changes ---

[libav-commits] doc: break some long lines in developer.texi

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: a0338b598b123864cbb814f3de88080ec9215a09 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Dec 3 01:18:28 2011 +0100 doc: break some long lines in developer.texi --- doc/developer.texi | 27

[libav-commits] drawtext: make x and y parametric

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 2cf74eca70759320200f06efe4a09bd69e169dec Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Dec 1 11:43:11 2011 +0100 drawtext: make x and y parametric Introduce variables E, PHI, PI, main_w/W, main_h/H,

[libav-commits] drawtext: manage memory allocation better

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: ec11ff8407eadc65f4225f83e778c504c00ce037 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Dec 1 11:27:19 2011 +0100 drawtext: manage memory allocation better Call dtext_prepare_text as early as possible Do

[libav-commits] drawtext: refactor draw_text

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: a2fb4bcb0189f6421608e0dec1a38c65910763f6 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Dec 1 11:14:54 2011 +0100 drawtext: refactor draw_text Split the memory allocation from the actual drawing. ---

[libav-commits] fate: Add a test for the VBLE decoder

2011-12-02 Thread Derek Buitenhuis
Module: libav Branch: master Commit: 55a280569f0e886d62076a60888601ab9a7a4b42 Author:Derek Buitenhuis derek.buitenh...@gmail.com Committer: Janne Grunau janne-li...@jannau.net Date: Thu Dec 1 20:24:08 2011 + fate: Add a test for the VBLE decoder Signed-off-by: Derek Buitenhuis