[FFmpeg-cvslog] lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*()

2014-08-06 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 6 20:59:56 2014 -0300| [5b12b4fc4b2217a5ea69c4ca6dbb5debeb39bb2b] | committer: Michael Niedermayer lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() The were wrongly being exported and used by libavdevice Signed-off-by: James A

[FFmpeg-cvslog] movenc: fix QT chapter track character encoding

2014-08-06 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Thu Jul 31 11:51:40 2014 -0700| [b50173a4dd47b9c3c89845b781fa958ccf860929] | committer: John Stebbins movenc: fix QT chapter track character encoding An encoding ("encd") box is required to tell QT that the string is UTF8 > http://git.videolan.org/git

[FFmpeg-cvslog] Merge commit 'b50173a4dd47b9c3c89845b781fa958ccf860929'

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 7 02:53:30 2014 +0200| [1c59419419d2bdff50627ab15fb4abff4cdb3b29] | committer: Michael Niedermayer Merge commit 'b50173a4dd47b9c3c89845b781fa958ccf860929' * commit 'b50173a4dd47b9c3c89845b781fa958ccf860929': movenc: fix QT chapter trac

[FFmpeg-cvslog] movenc: add track title to tracks

2014-08-06 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Thu Jul 31 10:00:05 2014 -0700| [da9cc22d5bd5f59756c2037b02966376da2cf323] | committer: John Stebbins movenc: add track title to tracks > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da9cc22d5bd5f59756c2037b02966376da2cf323 --- libavform

[FFmpeg-cvslog] Merge commit 'da9cc22d5bd5f59756c2037b02966376da2cf323'

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 7 02:42:15 2014 +0200| [403367d5a95c26b3c5d72ae7aca10bae0f58a827] | committer: Michael Niedermayer Merge commit 'da9cc22d5bd5f59756c2037b02966376da2cf323' * commit 'da9cc22d5bd5f59756c2037b02966376da2cf323': movenc: add track title to

[FFmpeg-cvslog] Merge commit 'd9432789bd119f0e37bcf65cebda05d36aafd4ed'

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 7 02:35:39 2014 +0200| [71f33051e5d012ccf24d447ba7c01a867f8e77c1] | committer: Michael Niedermayer Merge commit 'd9432789bd119f0e37bcf65cebda05d36aafd4ed' * commit 'd9432789bd119f0e37bcf65cebda05d36aafd4ed': movenc: remove pointless lo

[FFmpeg-cvslog] movenc: remove pointless loop around BITEXACT test

2014-08-06 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Wed Aug 6 07:42:18 2014 -0700| [d9432789bd119f0e37bcf65cebda05d36aafd4ed] | committer: John Stebbins movenc: remove pointless loop around BITEXACT test > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d9432789bd119f0e37bcf65cebda05d36aafd4e

[FFmpeg-cvslog] svq1: do not modify the input packet

2014-08-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Aug 3 10:14:48 2014 +0200| [7b588bb691644e1b3c168b99accf74248a24e3cf] | committer: Anton Khirnov svq1: do not modify the input packet The input data must remain constant, make a copy instead. This is in theory a performance hit, but since I failed

[FFmpeg-cvslog] Merge commit '7b588bb691644e1b3c168b99accf74248a24e3cf'

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 7 02:06:45 2014 +0200| [e55e09949e59163bed71b6e9e9ee4098186a1f21] | committer: Michael Niedermayer Merge commit '7b588bb691644e1b3c168b99accf74248a24e3cf' * commit '7b588bb691644e1b3c168b99accf74248a24e3cf': svq1: do not modify the inp

[FFmpeg-cvslog] avcodec/svq1dec: Fix multiple bugs from "svq1: do not modify the input packet"

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 7 02:27:07 2014 +0200| [4213fc5b9eebec53c7d22b770c3f1ceecca1c113] | committer: Michael Niedermayer avcodec/svq1dec: Fix multiple bugs from "svq1: do not modify the input packet" Add padding, clear size, use the correct pointer. Signed-o

[FFmpeg-cvslog] Merge commit 'c7d9b473e28238d4a4ef1b7e8b42c1cca256da36'

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 7 01:56:28 2014 +0200| [c62862799575e720b02cf640429da598d43d8b07] | committer: Michael Niedermayer Merge commit 'c7d9b473e28238d4a4ef1b7e8b42c1cca256da36' * commit 'c7d9b473e28238d4a4ef1b7e8b42c1cca256da36': cdgraphics: do not return 0

[FFmpeg-cvslog] cdgraphics: do not return 0 from the decode function

2014-08-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Aug 6 10:56:34 2014 +| [c7d9b473e28238d4a4ef1b7e8b42c1cca256da36] | committer: Anton Khirnov cdgraphics: do not return 0 from the decode function 0 means no data consumed, so it can trigger an infinite loop in the caller. CC:libav-sta...@liba

[FFmpeg-cvslog] cdgraphics: switch to bytestream2

2014-08-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Aug 6 10:46:50 2014 +| [a1599f3f7ea8478d1f6a95e59e3bc6bc86d5f812] | committer: Anton Khirnov cdgraphics: switch to bytestream2 Fixes possible invalid memory accesses on corrupted data. CC:libav-sta...@libav.org Bug-ID: CVE-2013-3674 > http:/

[FFmpeg-cvslog] Merge commit 'a1599f3f7ea8478d1f6a95e59e3bc6bc86d5f812'

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 7 01:29:42 2014 +0200| [91b4ed09180c358f950ccbed4d3774178357add6] | committer: Michael Niedermayer Merge commit 'a1599f3f7ea8478d1f6a95e59e3bc6bc86d5f812' * commit 'a1599f3f7ea8478d1f6a95e59e3bc6bc86d5f812': cdgraphics: switch to bytes

[FFmpeg-cvslog] libavcodec/rawdec: remove old ff_find_pix_fmt() function

2014-08-06 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 6 19:07:59 2014 -0300| [8dfb8190d768f5ea5924f06a59fffa9fa5f8308b] | committer: Michael Niedermayer libavcodec/rawdec: remove old ff_find_pix_fmt() function It's been dead code for more than a year Signed-off-by: James Almer Signed-off-by: Mich

[FFmpeg-cvslog] avformat/dtsdec: check more of the dca headers in dts_probe()

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 6 21:21:53 2014 +0200| [6a44699746501332207d967e27297cc6cfa987dd] | committer: Michael Niedermayer avformat/dtsdec: check more of the dca headers in dts_probe() Fixes misdetection of 664461_flac_16_44100_2.wav Fixes Ticket3830 Signed-of

[FFmpeg-cvslog] avcodec/dca: Make ff_dca_convert_bitstream() available to libavformat, needed for dts_probe()

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 6 21:29:36 2014 +0200| [7a34b7d80f35f3c6862b1dc30628658a6e60b599] | committer: Michael Niedermayer avcodec/dca: Make ff_dca_convert_bitstream() available to libavformat, needed for dts_probe() Signed-off-by: Michael Niedermayer > http

[FFmpeg-cvslog] configure: Include the armcc build number in the compiler identification

2014-08-06 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Jul 28 11:51:29 2014 +0300| [ed6d9ce914d552eeda16af857da97c4b1aea1e3f] | committer: Martin Storsjö configure: Include the armcc build number in the compiler identification This tries to find the most expressive part of the output of armcc --vsn to

[FFmpeg-cvslog] Merge commit 'ed6d9ce914d552eeda16af857da97c4b1aea1e3f'

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 6 20:35:53 2014 +0200| [40a820d6d8653f604414e770fd200b4868ab87ef] | committer: Michael Niedermayer Merge commit 'ed6d9ce914d552eeda16af857da97c4b1aea1e3f' * commit 'ed6d9ce914d552eeda16af857da97c4b1aea1e3f': configure: Include the armc

[FFmpeg-cvslog] Merge commit 'cbc808d726afdf53d866264722785c1304c17390'

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 6 20:27:52 2014 +0200| [5836fe20c686fa9fe6a85afe306485b312ad1698] | committer: Michael Niedermayer Merge commit 'cbc808d726afdf53d866264722785c1304c17390' * commit 'cbc808d726afdf53d866264722785c1304c17390': jpeg2000: enable 4 componen

[FFmpeg-cvslog] jpeg2000: enable 4 component pixel formats

2014-08-06 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Aug 6 11:07:08 2014 +0100| [cbc808d726afdf53d866264722785c1304c17390] | committer: Vittorio Giovara jpeg2000: enable 4 component pixel formats Bug-Id: 721 CC: libav-sta...@libav.org Sample-Id: 31230.mov > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] x86: dwt: better share constants

2014-08-06 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Wed Aug 6 07:43:41 2014 +| [6622a6cff30ff7dc56bc641bba6a17e2cda1ac82] | committer: Michael Niedermayer x86: dwt: better share constants Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6622a6cff

[FFmpeg-cvslog] x86: better share ff_pw_2

2014-08-06 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Wed Aug 6 07:43:40 2014 +| [71db2d08b1f1eeda3b47564662365a7886ca5d3e] | committer: Michael Niedermayer x86: better share ff_pw_2 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71db2d08b1f1eeda

[FFmpeg-cvslog] x86: sbrdsp/fft: reuse ps_neg constant

2014-08-06 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Wed Aug 6 07:43:43 2014 +| [75837e9add4ea55c6c8906b5de8ba0d9641bd3a2] | committer: Michael Niedermayer x86: sbrdsp/fft: reuse ps_neg constant Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=758

[FFmpeg-cvslog] x86: vpx/h264/hevc/mpeg2: share constants

2014-08-06 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Wed Aug 6 07:43:39 2014 +| [4e128ab0b1b32d2e0a1a8350e224b8d6cc534f93] | committer: Michael Niedermayer x86: vpx/h264/hevc/mpeg2: share constants Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] x86: diracdsp: reuse constants

2014-08-06 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Wed Aug 6 07:43:42 2014 +| [51dd80e7510ea0f024c3ebffa43bfe47db259e01] | committer: Michael Niedermayer x86: diracdsp: reuse constants Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51dd80e7510

[FFmpeg-cvslog] avcodec: Change get_pixels() to ptrdiff_t linesize

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 6 15:43:38 2014 +0200| [305f72aee77bc36d1da9feaec42f9ddcdc9b0689] | committer: Michael Niedermayer avcodec: Change get_pixels() to ptrdiff_t linesize Found-by: ubitux Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps() tables

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 6 14:21:24 2014 +0200| [fe0157a19ac01616f6e8db5cef5360661adbe395] | committer: Michael Niedermayer avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps() tables Signed-off-by: Michael Niedermayer > http://git.v

[FFmpeg-cvslog] avutil/cpu: add aarch64 entries to 2nd table

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 6 13:59:18 2014 +0200| [efc4fe9d74a5040e465dbff80b29468dbc227c19] | committer: Michael Niedermayer avutil/cpu: add aarch64 entries to 2nd table Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/cpu: check av_parse_cpu_caps() table during cpu-test

2014-08-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 6 14:05:03 2014 +0200| [6b1df5544e8df9ad95512c638df2580856389fae] | committer: Michael Niedermayer avutil/cpu: check av_parse_cpu_caps() table during cpu-test Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] hevc_deblock: change tc type

2014-08-06 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Aug 4 22:29:37 2014 +0200| [6786848585dc67c11bfb8eaf0197d1b96027a4ee] | committer: Michael Niedermayer hevc_deblock: change tc type The x86 asm expects int32_t so use that type. Reviewed-by: Mickaël Raulet Signed-off-by: Michael Niedermayer