[FFmpeg-cvslog] avcodec/mjpegdec: fix rounding of chroma_height

2014-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Sep 6 03:13:57 2014 +0200| [1654ca7d4e233d4502fcc1ea3ba7ea8dbf025872] | committer: Michael Niedermayer avcodec/mjpegdec: fix rounding of chroma_height Fixes green line at the bottom Fixes Ticket3913 Signed-off-by: Michael Niedermayer > ht

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. a1bef61 web/css: Add a license to the LESS file

2014-09-05 Thread gitolite
The branch, master has been updated via a1bef615b0dfb8bc769a97a43ab3b04a302ab178 (commit) from f28c4f5302608b1da130f6a6980ca21d741c178d (commit) - Log - commit a1bef615b0dfb8bc769a97a43ab3b04a302ab178 Author: db0co

[FFmpeg-cvslog] lavd/v4l2: introduce enqueue_buffer()

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Mon Sep 1 22:20:05 2014 +0200| [d7e088849e33fc339ab14d3d10ada241c50880c1] | committer: Michael Niedermayer lavd/v4l2: introduce enqueue_buffer() Additionally, make sure a buffer gets enqueued again (even in error paths) after it has been succesfully

[FFmpeg-cvslog] avformat/srtdec: speed up probing

2014-09-05 Thread wm4
ffmpeg | branch: master | wm4 | Thu Sep 4 21:16:13 2014 +0200| [c368538667121fb20c5414dfaf0fb273035a0854] | committer: Clément Bœsch avformat/srtdec: speed up probing > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c368538667121fb20c5414dfaf0fb273035a0854 --- libavformat/srtdec.

[FFmpeg-cvslog] avformat/srtdec: UTF-16 support

2014-09-05 Thread wm4
ffmpeg | branch: master | wm4 | Tue Sep 2 20:52:07 2014 +0200| [d658ef18e3d1ebe63a64f404ac4646890ecf02c9] | committer: Clément Bœsch avformat/srtdec: UTF-16 support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d658ef18e3d1ebe63a64f404ac4646890ecf02c9 --- libavformat/srtdec.c

[FFmpeg-cvslog] avformat/assdec: UTF-16 support

2014-09-05 Thread wm4
ffmpeg | branch: master | wm4 | Tue Sep 2 20:48:45 2014 +0200| [3e8426170ce005c111dfcae7982e18b647b7383f] | committer: Clément Bœsch avformat/assdec: UTF-16 support Use the UTF-16 BOM to detect UTF-16 encoding. Convert the file contents to UTF-8 on the fly using FFTextReader, which acts as co

[FFmpeg-cvslog] avformat/samidec: UTF-16 support

2014-09-05 Thread wm4
ffmpeg | branch: master | wm4 | Tue Sep 2 20:53:08 2014 +0200| [231a514dd3d246b38d0bf2a400a1759902a6f051] | committer: Clément Bœsch avformat/samidec: UTF-16 support ff_smil_extract_next_chunk() is still used by RealText. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=231a514dd3

[FFmpeg-cvslog] avformat/realtextdec: UTF-16 support

2014-09-05 Thread wm4
ffmpeg | branch: master | wm4 | Tue Sep 2 20:54:16 2014 +0200| [b7f641dc9bff452c0af75700d1127f54dadf4247] | committer: Clément Bœsch avformat/realtextdec: UTF-16 support Also remove ff_smil_extract_next_chunk - this was the last user of it. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/mpegvideo: Factor ff_mpv_decode_init() out

2014-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 5 16:57:57 2014 +0200| [4dee4a4470cd28132cc9c96e00a6cc1080a4b27f] | committer: Michael Niedermayer avcodec/mpegvideo: Factor ff_mpv_decode_init() out Reviewed-by: Benoit Fouet Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] avcodec/mpegvideo: set codec tags in ff_mpv_decode_init()

2014-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 5 17:14:50 2014 +0200| [dcb29d37d4ffedc84e44df99f8d22ecf27e0f2cd] | committer: Michael Niedermayer avcodec/mpegvideo: set codec tags in ff_mpv_decode_init() Fixes Ticket3912 Reviewed-by: Benoit Fouet Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] lavd/v4l2: simplify list_formats()

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 17:43:59 2014 +0200| [0b890425e3547cd1818cbe24cadfbcf1b6c93e9a] | committer: Michael Niedermayer lavd/v4l2: simplify list_formats() We can avoid passing file descriptor fd explicitely. Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54'

2014-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 5 19:29:41 2014 +0200| [0a7239ae25e0741106b00def14ad8d8d4f211490] | committer: Michael Niedermayer Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54' * commit '2143948381c8118bdc2f50bd4079520b9885bd54': Drop unnecessary av_unused

[FFmpeg-cvslog] Drop unnecessary av_unused attributes.

2014-09-05 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Sep 2 23:25:07 2014 +0200| [2143948381c8118bdc2f50bd4079520b9885bd54] | committer: Diego Biurrun Drop unnecessary av_unused attributes. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2143948381c8118bdc2f50bd4079520b9885bd54 --- liba

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. f28c4f5 web: do not try to create projects.html page

2014-09-05 Thread gitolite
The branch, master has been updated via f28c4f5302608b1da130f6a6980ca21d741c178d (commit) from bc326b5464c0bd0ce3c4dc5552edf6826ebb83c9 (commit) - Log - commit f28c4f5302608b1da130f6a6980ca21d741c178d Author: Clém

[FFmpeg-cvslog] MAINTAINERS: fix typo

2014-09-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Sep 5 17:32:41 2014 +| [7bd0079e9e024faafebcb94be369cf0d1ed7ddee] | committer: Paul B Mahol MAINTAINERS: fix typo Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7bd0079e9e024faafebcb94be369cf0d1ed7ddee

[FFmpeg-cvslog] add silenceremove filter

2014-09-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jul 2 09:39:07 2014 +| [422619646ea0e938188a49a06226831cc42e2a6a] | committer: Paul B Mahol add silenceremove filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=422619646ea0e938188a49a06226831cc42e2a

[FFmpeg-cvslog] Replace av_unused attributes by block structures

2014-09-05 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Sep 2 23:23:03 2014 +0200| [213e606752d16f51337e94431962fb5d7749c07e] | committer: Diego Biurrun Replace av_unused attributes by block structures This is more portable and avoids warnings with compilers that do not properly support av_unused. > h

[FFmpeg-cvslog] Merge commit '213e606752d16f51337e94431962fb5d7749c07e'

2014-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 5 19:24:49 2014 +0200| [1e4e760f767b597f88442b75e90d726ae626b230] | committer: Michael Niedermayer Merge commit '213e606752d16f51337e94431962fb5d7749c07e' * commit '213e606752d16f51337e94431962fb5d7749c07e': Replace av_unused attribute

[FFmpeg-cvslog] rdft: Move some variables into a separate block

2014-09-05 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Aug 29 16:56:20 2014 +0200| [096a1d5b46391f65dfd0bee6292e9962f53bd7c8] | committer: Diego Biurrun rdft: Move some variables into a separate block This avoids an unused variable warning with hardcoded tables. > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] Merge commit '096a1d5b46391f65dfd0bee6292e9962f53bd7c8'

2014-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 5 19:15:52 2014 +0200| [73aeb27cfe4ec51c2577097c980fe126dcd1908b] | committer: Michael Niedermayer Merge commit '096a1d5b46391f65dfd0bee6292e9962f53bd7c8' * commit '096a1d5b46391f65dfd0bee6292e9962f53bd7c8': rdft: Move some variables i

[FFmpeg-cvslog] Merge commit 'b574e1e97ea7067a5fcd3876e30a67df0e4e6611'

2014-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 5 19:08:27 2014 +0200| [8c6cfffa01b27afde8bb983c6421611e07688aa6] | committer: Michael Niedermayer Merge commit 'b574e1e97ea7067a5fcd3876e30a67df0e4e6611' * commit 'b574e1e97ea7067a5fcd3876e30a67df0e4e6611': get_bits: Add OPEN_READER m

[FFmpeg-cvslog] get_bits: Add OPEN_READER macro variant w/o size_plus8

2014-09-05 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Aug 22 14:37:39 2014 +0200| [b574e1e97ea7067a5fcd3876e30a67df0e4e6611] | committer: Diego Biurrun get_bits: Add OPEN_READER macro variant w/o size_plus8 This avoids a trillion warnings from MSVC. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] lavd/v4l2: simplify list_framesizes()

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 17:39:50 2014 +0200| [7865cafec295b545f6a2b813ca7539086917e513] | committer: Michael Niedermayer lavd/v4l2: simplify list_framesizes() We can avoid passing file descriptor fd explicitely. Signed-off-by: Michael Niedermayer > http://git.

[FFmpeg-cvslog] lavd/v4l2: remove unneeded variable in device_init()

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 17:34:51 2014 +0200| [55cf7d9713dc839da47b56a19c97dc1b943d7d72] | committer: Michael Niedermayer lavd/v4l2: remove unneeded variable in device_init() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] lavd/v4l2: simplify first_field()

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 17:24:43 2014 +0200| [3da359c140a29c1f45eb7844a6d68aa958cd604c] | committer: Michael Niedermayer lavd/v4l2: simplify first_field() There is no need to pass fd as a second parameter. Additionally remove unneeded curly braces. Signed-off-by

[FFmpeg-cvslog] lavd/v4l2: Replace s1 with ctx for consistency.

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 17:12:39 2014 +0200| [39750b73641e4a2f10e4c025b6424d1c864683fb] | committer: Michael Niedermayer lavd/v4l2: Replace s1 with ctx for consistency. No functional change in the code. Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] MAINTAINERS: add myself as lavd/v4l2 maintainer

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 16:26:11 2014 +0200| [d247a40aadb8b8f8300cba46664b4bd5a583f198] | committer: Michael Niedermayer MAINTAINERS: add myself as lavd/v4l2 maintainer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags

2014-09-05 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Fri Sep 5 00:13:38 2014 +0200| [428aa14a4851711ea1aa3f9b2d5bac867434993f] | committer: Michael Niedermayer x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags Previously there was a limit of two cpuflags. Signed-off-by: Michael Nieder

[FFmpeg-cvslog] tiff: fix {2,4}bpp grayscale palettes.

2014-09-05 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet | Fri Sep 5 11:15:13 2014 +0200| [4f10495055edc009ceaff8b5b69c90fd665698e1] | committer: Michael Niedermayer tiff: fix {2,4}bpp grayscale palettes. Create a default grayscale palette for 2 or 4 bpp grayscale tiff, if there is no palette defined. Fixes ti

[FFmpeg-cvslog] vfi/x86/vf_idet: fix incorrect use of paddq

2014-09-05 Thread James Darnley
ffmpeg | branch: master | James Darnley | Fri Sep 5 00:22:04 2014 +0200| [db8970d7b61ae8a83bab1d69dd1b7b0ff8a3a664] | committer: Michael Niedermayer vfi/x86/vf_idet: fix incorrect use of paddq paddq is an SSE2 instruction so it cannot be used for MMX. This was probably just a typo because th

[FFmpeg-cvslog] avfilter/x86/idet: fix license header (GPL -> LGPL)

2014-09-05 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Fri Sep 5 11:59:03 2014 +0200| [161fc0f463773a12abb985c1adf55db971c76134] | committer: Michael Niedermayer avfilter/x86/idet: fix license header (GPL -> LGPL) Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] Merge commit 'b21e989a3c076d94cfdde0303724db841dd60cad'

2014-09-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 5 12:14:42 2014 +0200| [0940066b803769f041a7ac83cf0df7c23ab033cc] | committer: Michael Niedermayer Merge commit 'b21e989a3c076d94cfdde0303724db841dd60cad' * commit 'b21e989a3c076d94cfdde0303724db841dd60cad': ismindex: produce .ismf fil

[FFmpeg-cvslog] ismindex: produce .ismf file

2014-09-05 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Thu Sep 4 18:09:46 2014 +0300| [b21e989a3c076d94cfdde0303724db841dd60cad] | committer: Martin Storsjö ismindex: produce .ismf file This is a non-standard file that maps the MSS segment names to offsets in the ISMV file. This can be used to build a custo

[FFmpeg-cvslog] lavc/libvpxenc: show crf CQ value in error message

2014-09-05 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Mon Sep 1 13:10:04 2014 +0200| [39b517fac0b6d1412b94f30d7be4ec1de65e473a] | committer: Stefano Sabatini lavc/libvpxenc: show crf CQ value in error message > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=39b517fac0b6d1412b94f30d7be4ec1de

[FFmpeg-cvslog] lavf/ffmdec: return proper error code in ffm2_read_header()

2014-09-05 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Mon Sep 1 14:04:54 2014 +0200| [6f0fc1a96bd436a619de4c9ed33dec8db6d97c52] | committer: Stefano Sabatini lavf/ffmdec: return proper error code in ffm2_read_header() Also log an error message in case of invalid packet size. > http://git.videolan.org

[FFmpeg-cvslog] doc/filters.texi: fix time duration references

2014-09-05 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Thu Sep 4 13:19:44 2014 -0700| [ef16d1260617cb942b495e322a9668c4b93265e0] | committer: Stefano Sabatini doc/filters.texi: fix time duration references Make time duration references consistent, using @ref links, and eliminate incorrect syntax [-]HH[:MM[: