[FFmpeg-cvslog] Merge commit '37c46743ee42df1d6986ba3c996e3af5b95511f7'

2014-08-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 1 04:19:08 2014 +0200| [97b88096dcbeef286a1f244f65ca4e7b922f316b] | committer: Michael Niedermayer Merge commit '37c46743ee42df1d6986ba3c996e3af5b95511f7' * commit '37c46743ee42df1d6986ba3c996e3af5b95511f7': avcodec: fix missing doxyge

[FFmpeg-cvslog] avcodec: fix missing doxygen comment marker

2014-08-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 1 00:48:50 2014 +0100| [37c46743ee42df1d6986ba3c996e3af5b95511f7] | committer: Vittorio Giovara avcodec: fix missing doxygen comment marker > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37c46743ee42df1d6986ba3c996e3af5b9551

[FFmpeg-cvslog] avformat/mpegts: favor DESC_types over probed codecs

2014-08-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 1 03:15:55 2014 +0200| [42507534977e2108e397a381357ee2db209475f6] | committer: Michael Niedermayer avformat/mpegts: favor DESC_types over probed codecs Fixes Ticket3766 Fixes dvb_teletext detection Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] ffserver: tests, use image2 instead of pgmyuv

2014-08-31 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Aug 25 12:24:02 2014 -0400| [b627385b4bd26bb45da5999fb12a8171fc224115] | committer: Reynaldo H. Verdejo Pinochet ffserver: tests, use image2 instead of pgmyuv Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/g

[FFmpeg-cvslog] ituh263dec: Optimize new RL_VLC based decoding.

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sun Aug 31 15:41:36 2014 +0200| [935453102bb5ccf868369f25049e0c3ae900f6bc] | committer: Reimar Döffinger ituh263dec: Optimize new RL_VLC based decoding. Together with the switch to RL_VLC this results in a speedup of about 30% in this inner loop. Ov

[FFmpeg-cvslog] h261, h263 decoders: convert to RL_VLC.

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sun Aug 31 14:20:23 2014 +0200| [da0a670b3c3eaa1e700cd54342dc609d7474af26] | committer: Reimar Döffinger h261, h263 decoders: convert to RL_VLC. Some additional optimizations in following patch. Signed-off-by: Reimar Döffinger > http://git.videol

[FFmpeg-cvslog] h261dec: Optimize new RL_VLC based decoding.

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sun Aug 31 15:41:13 2014 +0200| [c0d32686ddc1184e57b21802838d4654f2fd5389] | committer: Reimar Döffinger h261dec: Optimize new RL_VLC based decoding. Together with the switch to RL_VLC this results in about 10% speedup for this inner loop. Signed-o

[FFmpeg-cvslog] intmath.h: Remove duplicated ARM include.

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sun Aug 31 12:28:45 2014 +0200| [1a558cec64b40c4822975d8e6867df63a19bd057] | committer: Reimar Döffinger intmath.h: Remove duplicated ARM include. Signed-off-by: Reimar Döffinger > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a558cec

[FFmpeg-cvslog] aacps_tablegen: replace TABLE_CONST by const.

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sun Aug 31 12:41:11 2014 +0200| [3efc174fd6f4f5186ed05a307aab58a4ac6db90a] | committer: Reimar Döffinger aacps_tablegen: replace TABLE_CONST by const. Doesn't change generated code, just is more consistent and a bit less error-prone. Signed-off-by:

[FFmpeg-cvslog] avcodec/mjpegdec: fix green line at the bottom with upscale v

2014-08-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 31 15:33:30 2014 +0200| [f0d4f00f24d41441ebd63694df57ab203a764aa5] | committer: Michael Niedermayer avcodec/mjpegdec: fix green line at the bottom with upscale v Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avcodec/mjpegdec: fix green vertical line at the right with upscale h

2014-08-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 31 14:42:53 2014 +0200| [63a52ca134dc4ee648a547c7c410d547f371b481] | committer: Michael Niedermayer avcodec/mjpegdec: fix green vertical line at the right with upscale h Fixes Ticket3891 Signed-off-by: Michael Niedermayer > http://git.

[FFmpeg-cvslog] vf_drawtext: move "static const" before "struct".

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sun Aug 31 10:40:39 2014 +0200| [6d7aa437e1108dd8142ae5b850a00c109f95f07f] | committer: Reimar Döffinger vf_drawtext: move "static const" before "struct". This is consistent with all other occurrences. Signed-off-by: Reimar Döffinger > http://git

[FFmpeg-cvslog] Add av_cold to table generation functions.

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sat Aug 30 17:35:18 2014 +0200| [03bf4572419739a6a308c2a667a62f4797fadf49] | committer: Reimar Döffinger Add av_cold to table generation functions. Signed-off-by: Reimar Döffinger > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03bf457

[FFmpeg-cvslog] WMA: add "const" to avoid warnings with hardcoded tables.

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sat Aug 30 17:58:51 2014 +0200| [4fe448738e8d4d87295e1fc7b68bb04f7453c3b9] | committer: Reimar Döffinger WMA: add "const" to avoid warnings with hardcoded tables. Signed-off-by: Reimar Döffinger > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] lavu/hash.c: Add missing "static const".

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Fri Aug 29 18:34:28 2014 +0200| [2ca7edda89bf9294fbdbfee3d503b551f0011da5] | committer: Reimar Döffinger lavu/hash.c: Add missing "static const". Signed-off-by: Reimar Döffinger > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ca7edda8

[FFmpeg-cvslog] lavfi: add const/static const to pix_fmts arrays.

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Fri Aug 29 18:42:47 2014 +0200| [c9a4ec79690fcc36fbac6fcc77cc0ab128a91a82] | committer: Reimar Döffinger lavfi: add const/static const to pix_fmts arrays. Signed-off-by: Reimar Döffinger > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] sipr16kdata.h: add forgotten const.

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Fri Aug 29 18:40:14 2014 +0200| [18464d7270d2f9290fdd07c7726d16a7abf05dc6] | committer: Reimar Döffinger sipr16kdata.h: add forgotten const. Signed-off-by: Reimar Döffinger > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18464d7270d2f9

[FFmpeg-cvslog] fft: add ff_ prefix to some global arrays.

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Fri Aug 29 18:26:57 2014 +0200| [1654514ab0b0335cb3d2911c812ebced52dd20e4] | committer: Reimar Döffinger fft: add ff_ prefix to some global arrays. Signed-off-by: Reimar Döffinger > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1654514

[FFmpeg-cvslog] fft_template: Move variables to where they are used.

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Fri Aug 29 18:32:20 2014 +0200| [2bb66cc8befda588c560374b86bd43713908bf44] | committer: Reimar Döffinger fft_template: Move variables to where they are used. Signed-off-by: Reimar Döffinger > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] ac3dec_fixed: add missing "static const".

2014-08-31 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Fri Aug 29 18:50:53 2014 +0200| [3bc5d2a06401bec22865cff6084b35ecf757baa2] | committer: Reimar Döffinger ac3dec_fixed: add missing "static const". Signed-off-by: Reimar Döffinger > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bc5d2a0