[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ö Committer: Martin Storsjö 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 initialized via AVOptions for the

[libav-commits] asf: do not call av_read_frame

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 73f027c17b0063233ec80e86a6b74ea4df6705c2 Author:Luca Barbato Committer: Luca Barbato 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. --- libavformat/asfdec.c |2 +- 1 f

[libav-commits] asf: use packet dts as approximation of pts

2011-12-02 Thread John Stebbins
Module: libav Branch: master Commit: b88eb87630c3384517437a1ee640bca9fe92852f Author:John Stebbins Committer: Luca Barbato Date: Tue Nov 15 03:56:37 2011 +0100 asf: use packet dts as approximation of pts Having a somehow off seeking is better than having none at all. Signed-off-by: L

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

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 7d68f592f6b3b434b4a4c96a3e28c4149ef17060 Author:Luca Barbato Committer: Luca Barbato Date: Fri Dec 2 10:26:00 2011 +0100 doc: improve general documentation for MacOSX Signed-off-by: Luca Barbato --- doc/general.texi | 13 +++-- 1 fil

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

2011-12-02 Thread Aaron Colwell
Module: libav Branch: master Commit: e02dec25aba7fc8b48b235725a311af906818eee Author:Aaron Colwell Committer: Ronald S. Bultje Date: Mon Nov 28 07:21:47 2011 -0800 vp8: flush buffers on size changes. --- libavcodec/vp8.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions

[libav-commits] fate: update asf seektest

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 5a2e2516456e383575b44545d17c7f5859ca67b9 Author:Luca Barbato Committer: Luca Barbato Date: Fri Dec 2 14:07:45 2011 +0100 fate: update asf seektest --- tests/ref/seek/lavf_asf | 16 1 files changed, 8 insertions(+), 8 deletions

[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 Committer: Mans Rullgard 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 encoder when using the null m

[libav-commits] ARM: h264dsp_neon cosmetics

2011-12-02 Thread Mans Rullgard
Module: libav Branch: master Commit: 59807fee6dfca909d966da3d2203d6c3cbf356c8 Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Dec 2 16:45:00 2011 + ARM: h264dsp_neon cosmetics - Replace 'ip' with 'r12'. - Use correct size designators for vld1/vst1. - Whitespace fixes. Si

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

2011-12-02 Thread Janne Grunau
Module: libav Branch: master Commit: a760f530bba6d21484c611de67d072fdab56e08e Author:Janne Grunau Committer: Mans Rullgard Date: Tue Nov 29 13:38:10 2011 + ARM: make some NEON macros reusable Signed-off-by: Mans Rullgard --- libavcodec/arm/h264dsp_neon.S | 41 +--

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

2011-12-02 Thread Mans Rullgard
Module: libav Branch: master Commit: 51a16077da2a58d85a10dcb1259756ad6099b5d5 Author:Mans Rullgard Committer: Mans Rullgard Date: Sat Nov 26 15:30:34 2011 + svq1dec: avoid undefined get_bits(0) call Signed-off-by: Mans Rullgard --- libavcodec/svq1dec.c |3 ++- 1 files chan

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

2011-12-02 Thread Victor Vasiliev
Module: libav Branch: master Commit: 9b9815eec4231d9efea7cd5c6a18c09c2ebff310 Author:Victor Vasiliev Committer: Luca Barbato Date: Thu Dec 1 20:45:44 2011 +0400 Update developers documentation with coding conventions. Signed-off-by: Luca Barbato --- doc/developer.texi | 123

[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 Committer: Justin Ruggles Date: Mon Nov 14 16:07:03 2011 -0500 avcodec: change number of plane pointers from 4 to 8 at next major bump. Add AV_NUM_DATA_POINTERS to simplify the bump tra

[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 Committer: Janne Grunau Date: Sat Oct 22 22:04:00 2011 +0200 aac_latm: reconfigure decoder on audio specific config changes --- libavcodec/aacdec.c | 25 +++-- 1 f

[libav-commits] latmdec: fix audio specific config parsing

2011-12-02 Thread Janne Grunau
Module: libav Branch: master Commit: fd095539d10bb440042e671f95306b16b0fec674 Author:Janne Grunau Committer: Janne Grunau Date: Fri Oct 21 17:25:30 2011 +0200 latmdec: fix audio specific config parsing Pass the correct size in bits to mpeg4audio_get_config and add a flag to disable pa

[libav-commits] doc: remove space between variable and post increment in example code

2011-12-02 Thread Janne Grunau
Module: libav Branch: master Commit: 84994421bc8af27a7ee5bb80ca944aada237e34a Author:Janne Grunau Committer: Janne Grunau Date: Sat Dec 3 01:11:12 2011 +0100 doc: remove space between variable and post increment in example code --- doc/developer.texi |2 +- 1 files changed, 1 i

[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 Committer: Luca Barbato Date: Sat Dec 3 01:18:28 2011 +0100 doc: break some long lines in developer.texi --- doc/developer.texi | 27 --- 1 files changed, 16

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

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 2cf74eca70759320200f06efe4a09bd69e169dec Author:Luca Barbato Committer: Luca Barbato 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", "text_w"/"w", "text_h"/"h"

[libav-commits] drawtext: manage memory allocation better

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: ec11ff8407eadc65f4225f83e778c504c00ce037 Author:Luca Barbato Committer: Luca Barbato Date: Thu Dec 1 11:27:19 2011 +0100 drawtext: manage memory allocation better Call dtext_prepare_text as early as possible Do not draw if the memory allocation fa

[libav-commits] drawtext: refactor draw_text

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: a2fb4bcb0189f6421608e0dec1a38c65910763f6 Author:Luca Barbato Committer: Luca Barbato Date: Thu Dec 1 11:14:54 2011 +0100 drawtext: refactor draw_text Split the memory allocation from the actual drawing. --- libavfilter/vf_drawtext.c | 67

[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 Committer: Janne Grunau Date: Thu Dec 1 20:24:08 2011 + fate: Add a test for the VBLE decoder Signed-off-by: Derek Buitenhuis Signed-off-by: Janne Grunau --- tests/fate2.mak