[FFmpeg-cvslog] webmdashenc: parameter'ize minimumUpdatePeriod

2015-04-22 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Tue Apr 21 17:35:29 2015 -0700| [f82ce6aa882b6ccb5727c4357e4862ad11acd229] | committer: Michael Niedermayer webmdashenc: parameter'ize minimumUpdatePeriod Some players do not support setting minimumUpdatePeriod to zero. This patch adds a n

[FFmpeg-cvslog] alsdec: check sample pointer range in revert_channel_correlation

2015-04-22 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Apr 21 19:25:50 2015 +0200| [afc7748d1f6abc4b3b1cc957b0fa6941837db3d0] | committer: Michael Niedermayer alsdec: check sample pointer range in revert_channel_correlation Also change the type of begin, end and smp to ptrdiff_t to make the compari

[FFmpeg-cvslog] avformat: add common mechanism for skipping samples at the start of file

2015-04-22 Thread wm4
ffmpeg | branch: master | wm4 | Wed Apr 22 12:24:36 2015 +0200| [7dd8bf53bdb5669a7c65822417fe29036435b40f] | committer: Michael Niedermayer avformat: add common mechanism for skipping samples at the start of file This makes using the generic indexing code with mp3 easier at a later point. Sig

[FFmpeg-cvslog] avformat/mp3dec: use the common mechanism for skipping samples

2015-04-22 Thread wm4
ffmpeg | branch: master | wm4 | Wed Apr 22 12:24:37 2015 +0200| [066b92e91d678f500c64c947d86cd8bf73ee6c61] | committer: Michael Niedermayer avformat/mp3dec: use the common mechanism for skipping samples The mp2 seek test results change. Whether to skip samples if the file had no LAME gapless t

[FFmpeg-cvslog] avformat/mp3dec: allow enabling generic seek mode

2015-04-22 Thread wm4
ffmpeg | branch: master | wm4 | Wed Apr 22 12:24:38 2015 +0200| [c3a73666ad1eee93e49f25efae30fda5556c228e] | committer: Michael Niedermayer avformat/mp3dec: allow enabling generic seek mode "-usetoc 2" now invokes the generic seek and indexing mode. This mode skips data until the seek target i

[FFmpeg-cvslog] avformat/mp3dec: make generic index mode the default

2015-04-22 Thread wm4
ffmpeg | branch: master | wm4 | Wed Apr 22 12:24:39 2015 +0200| [58fade2c68483d31f4bcaf1db49aafc45c2c3672] | committer: Michael Niedermayer avformat/mp3dec: make generic index mode the default It's the most useful mode, because it seeks accurately, and does not break features like gapless audi

[FFmpeg-cvslog] dss_sp: use lowercase codec name without whitespace

2015-04-22 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Apr 22 14:42:08 2015 +0200| [35e855d5b6950887320040da723cf5d5085263a7] | committer: Michael Niedermayer dss_sp: use lowercase codec name without whitespace Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer > http://git.vide

[FFmpeg-cvslog] mpeg4videodec: only allow a positive length

2015-04-22 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Apr 22 16:32:42 2015 +0200| [b3408ae4c64cb674b1d5f0f30171759113ce722a] | committer: Michael Niedermayer mpeg4videodec: only allow a positive length Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] api-flac-test: Coding style

2015-04-22 Thread Ludmila Glinskih
ffmpeg | branch: master | Ludmila Glinskih | Wed Apr 22 18:09:15 2015 +0300| [5adee9c0af747774c34b2f4dffbeba23ee593962] | committer: Michael Niedermayer api-flac-test: Coding style Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5adee9c0af747774

[FFmpeg-cvslog] fate: gapless: remove useless tests

2015-04-22 Thread wm4
ffmpeg | branch: master | wm4 | Wed Apr 22 12:24:40 2015 +0200| [53ff9a4ec9ce1ab4ff2ab92479b885260ff5cf4c] | committer: Michael Niedermayer fate: gapless: remove useless tests These could be kept, but they are not overly useful. The only thing they had over the remaining mp3 gapless test was s

[FFmpeg-cvslog] dshow: add capture device save and load

2015-04-22 Thread Mate Sebok
ffmpeg | branch: master | Mate Sebok | Wed Apr 22 18:38:38 2015 +0200| [4d98015dcf6562b5822a96f024ac8c94b95203a6] | committer: Michael Niedermayer dshow: add capture device save and load Signed-off-by: Mate Sebok Reviewed-by: Roger Pack Signed-off-by: Michael Niedermayer > http://git.video

[FFmpeg-cvslog] bink: check vst->index_entries before using it

2015-04-22 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Apr 22 17:08:51 2015 +0200| [86d00ede4f9acb02690a0615490173648e1d933c] | committer: Michael Niedermayer bink: check vst->index_entries before using it This fixes a NULL pointer dereference if vst->duration is 0. The problem was introduced in c

[FFmpeg-cvslog] vp9: remove one optimization branch in iadst16 which causes overflows.

2015-04-22 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Wed Apr 22 14:53:01 2015 -0400| [d02d04a18f300ebe97319ca6e91fc943cb14f58b] | committer: Michael Niedermayer vp9: remove one optimization branch in iadst16 which causes overflows. See sample vp90-2-14-resize-fp-tiles-16-8-4-2-1.webm from the vp9 test

[FFmpeg-cvslog] avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3

2015-04-22 Thread wm4
ffmpeg | branch: master | wm4 | Wed Apr 22 12:24:41 2015 +0200| [748d4816d92c735f662c7ac299e79ff0f6fe252e] | committer: Michael Niedermayer avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=748d481

[FFmpeg-cvslog] postproc: Replaced inline asm for prefetching with prefetch functions

2015-04-22 Thread Tucker DiNapoli
ffmpeg | branch: master | Tucker DiNapoli | Wed Apr 22 16:27:26 2015 -0400| [6264b6227c779af9d2520722f6acb45a2c51cdfd] | committer: Michael Niedermayer postproc: Replaced inline asm for prefetching with prefetch functions Prefetching functions are defined in postprocess_template using the RENA

[FFmpeg-cvslog] postproc: Made QP, nonBQP, and pQPb arrays

2015-04-22 Thread Tucker DiNapoli
ffmpeg | branch: master | Tucker DiNapoli | Wed Apr 22 16:27:27 2015 -0400| [cbe27006cee0099076d1d68af646f3ef914167d8] | committer: Michael Niedermayer postproc: Made QP, nonBQP, and pQPb arrays Also pulled QP initialization out of inner loop, which removed some redundent code. Added some du

[FFmpeg-cvslog] fate: add cinepak encoder vsynth tests

2015-04-22 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Apr 22 17:34:28 2015 -0300| [d7f62f033c214f3863acfd8e0672407b0bf91a3b] | committer: Michael Niedermayer fate: add cinepak encoder vsynth tests Signed-off-by: James Almer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] vp9: add support for resolution changes in inter frames.

2015-04-22 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Tue Apr 21 20:54:51 2015 -0400| [e8b4f6d6befc5062db74916ea8a4d830e83022a8] | committer: Michael Niedermayer vp9: add support for resolution changes in inter frames. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] vp9: add fate size for resolution changes.

2015-04-22 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Tue Apr 21 20:54:52 2015 -0400| [df287f3e4362982807d80a62e3122e2477b85892] | committer: Michael Niedermayer vp9: add fate size for resolution changes. See sample: http://downloads.webmproject.org/test_data/libvpx/vp90-2-05-resize.ivf Signed-off-by: