[FFmpeg-cvslog] ivfenc: write duration at end-of-stream.

2015-07-12 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Sun Jul 12 06:47:20 2015 -0400| [3a18d3fa047535980aa5368ebfda30ee0f1579cc] | committer: Michael Niedermayer ivfenc: write duration at end-of-stream. At the beginning, the value is not initialized. Signed-off-by: Michael Niedermayer > http://git.v

[FFmpeg-cvslog] avformat/brstm: Remove unused variable

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 10 16:35:44 2015 +0200| [cdb0d7e43993b4f49856a999c538bf01f48b4ad8] | committer: Michael Niedermayer avformat/brstm: Remove unused variable Fixes "libavformat/brstm.c:128:35: warning: variable info_size set but not used" Signed-off-by: Mi

[FFmpeg-cvslog] g726: Do not crash on user mistake

2015-07-12 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Jul 11 11:47:13 2015 +0200| [355864ef7a9548ee6491a25de1e0650bd983a667] | committer: Luca Barbato g726: Do not crash on user mistake Properly report the sample rate as invalid CC: libav-sta...@libav.org > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] Merge commit '355864ef7a9548ee6491a25de1e0650bd983a667'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 15:08:27 2015 +0200| [e72988d3f804fbcf628fa95cb7374ac05ae61d84] | committer: Michael Niedermayer Merge commit '355864ef7a9548ee6491a25de1e0650bd983a667' * commit '355864ef7a9548ee6491a25de1e0650bd983a667': g726: Do not crash on user

[FFmpeg-cvslog] riff: Use the correct logging context

2015-07-12 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Jul 11 12:41:42 2015 +0200| [d80811c94e068085aab797f9ba35790529126f85] | committer: Luca Barbato riff: Use the correct logging context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d80811c94e068085aab797f9ba35790529126f85 --- libavfo

[FFmpeg-cvslog] Merge commit 'd80811c94e068085aab797f9ba35790529126f85'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 15:21:15 2015 +0200| [ba77fb61f741d9ab3bd12935527556055b2ffb2e] | committer: Michael Niedermayer Merge commit 'd80811c94e068085aab797f9ba35790529126f85' * commit 'd80811c94e068085aab797f9ba35790529126f85': riff: Use the correct loggi

[FFmpeg-cvslog] Merge commit 'c1d647b15afa69fa70f999a9ddcb98346409fb4d'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 15:55:17 2015 +0200| [7da1f00e79eb2f04922a8c09d986fed178a386fe] | committer: Michael Niedermayer Merge commit 'c1d647b15afa69fa70f999a9ddcb98346409fb4d' * commit 'c1d647b15afa69fa70f999a9ddcb98346409fb4d': mp3: Make the seek more rob

[FFmpeg-cvslog] mp3: Make the seek more robust

2015-07-12 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Jul 11 17:38:26 2015 +0200| [c1d647b15afa69fa70f999a9ddcb98346409fb4d] | committer: Luca Barbato mp3: Make the seek more robust Try to parse up to 4 packets to find the closest packet. Reported-By: jan.schlue...@ofai.at > http://git.videolan.org/g

[FFmpeg-cvslog] riffdec: prevent negative bit rate

2015-07-12 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Jul 11 00:09:46 2015 +0200| [189420cb561929e05f5cc4224cdca83740a24a32] | committer: Michael Niedermayer riffdec: prevent negative bit rate Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] riff: Validate bitrate

2015-07-12 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Jul 11 18:40:31 2015 +0200| [f1bdc234370401c032cd85184e93c7c155eb6d62] | committer: Luca Barbato riff: Validate bitrate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1bdc234370401c032cd85184e93c7c155eb6d62 --- libavformat/riffd

[FFmpeg-cvslog] avformat/riffde: Fix integer overflow in bitrate

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 16:24:20 2015 +0200| [839d6bc192f7ef94343872ff039799501af38855] | committer: Michael Niedermayer avformat/riffde: Fix integer overflow in bitrate Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] Merge commit 'f1bdc234370401c032cd85184e93c7c155eb6d62'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 16:23:27 2015 +0200| [cd326377414d02d5f6bec21609d9e6219c481ed4] | committer: Michael Niedermayer Merge commit 'f1bdc234370401c032cd85184e93c7c155eb6d62' * commit 'f1bdc234370401c032cd85184e93c7c155eb6d62': riff: Validate bitrate Con

[FFmpeg-cvslog] asfdec: always reset packet state after seeking

2015-07-12 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Jul 12 12:34:13 2015 +0200| [796268654c7807c9a1cfb322c838383e2b900d60] | committer: Luca Barbato asfdec: always reset packet state after seeking Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=796268654c7

[FFmpeg-cvslog] Merge commit '796268654c7807c9a1cfb322c838383e2b900d60'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 16:34:14 2015 +0200| [d2e5297e9369decddec936a2ed8177be53a6b99d] | committer: Michael Niedermayer Merge commit '796268654c7807c9a1cfb322c838383e2b900d60' * commit '796268654c7807c9a1cfb322c838383e2b900d60': asfdec: always reset packet

[FFmpeg-cvslog] vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling.

2015-07-12 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Sat Jul 11 19:55:59 2015 -0400| [f353b851b925c6e21bae34b58b1c1880efeb641e] | committer: Michael Niedermayer vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling. Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videol

[FFmpeg-cvslog] avcodec/dcadec: silence request_channels deprecation warnings

2015-07-12 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jul 12 03:12:37 2015 -0300| [a3b721d10ddfb759659ad00630c8b9dbde149a9c] | committer: James Almer avcodec/dcadec: silence request_channels deprecation warnings This also prevents an eventual compilation failure once request_channels is removed. Reviewe

[FFmpeg-cvslog] movtextdec.c: Add support for highlight and hilightcolor box

2015-07-12 Thread Niklesh
ffmpeg | branch: master | Niklesh | Sun Jul 12 13:02:48 2015 +0530| [774ceee17ed9b6feb36bc6c25fc92dcf122da17d] | committer: Philip Langdale movtextdec.c: Add support for highlight and hilightcolor box Signed-off-by: Niklesh > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=774ceee1

[FFmpeg-cvslog] avformat/isom: utilize bitrate hints

2015-07-12 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Jul 12 10:33:37 2015 -0400| [4547cf68a0d28c01549f84567e4d39a8b40230e7] | committer: Michael Niedermayer avformat/isom: utilize bitrate hints Fixes Ticket4546 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] Merge commit '8bc67ec2c0d2b5444d51a1bed1d50f0e10d92717'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 21:00:50 2015 +0200| [f14fc55969d8662a7572ea5a3bc2fb151ea0d2ed] | committer: Michael Niedermayer Merge commit '8bc67ec2c0d2b5444d51a1bed1d50f0e10d92717' * commit '8bc67ec2c0d2b5444d51a1bed1d50f0e10d92717': Checkasm: assembly testing

[FFmpeg-cvslog] Checkasm: assembly testing and benchmarking tool

2015-07-12 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Sat Jul 11 20:32:11 2015 +0200| [8bc67ec2c0d2b5444d51a1bed1d50f0e10d92717] | committer: Janne Grunau Checkasm: assembly testing and benchmarking tool It provides the following features: * verify correctness by comparing output to the C version. * de

[FFmpeg-cvslog] bytestream2: set the reader to the end when reading more than available

2015-07-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jul 10 09:31:24 2015 +0200| [86eee85daddb682fa072c2e2657c90a514b855e3] | committer: Anton Khirnov bytestream2: set the reader to the end when reading more than available This prevents possible infinite loops with the calling code along the lines of

[FFmpeg-cvslog] Merge commit '86eee85daddb682fa072c2e2657c90a514b855e3'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 21:12:42 2015 +0200| [98c7f9741eddeeaf037d820d86ff10787e4d5bba] | committer: Michael Niedermayer Merge commit '86eee85daddb682fa072c2e2657c90a514b855e3' * commit '86eee85daddb682fa072c2e2657c90a514b855e3': bytestream2: set the reader

[FFmpeg-cvslog] Merge commit 'a9a2f3613040c4f90bf15cbd76f8671252ecc043'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 21:23:16 2015 +0200| [6727380d0527a62fc4067048aaefd1e226313c81] | committer: Michael Niedermayer Merge commit 'a9a2f3613040c4f90bf15cbd76f8671252ecc043' * commit 'a9a2f3613040c4f90bf15cbd76f8671252ecc043': doc: add a section about bu

[FFmpeg-cvslog] doc: add a section about building with libmfx

2015-07-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jul 10 09:57:41 2015 +0200| [a9a2f3613040c4f90bf15cbd76f8671252ecc043] | committer: Anton Khirnov doc: add a section about building with libmfx > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9a2f3613040c4f90bf15cbd76f8671252ecc043 ---

[FFmpeg-cvslog] Merge commit '9f4c7397a296e6d11b3c6c121a6896163577dc7c'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 21:31:22 2015 +0200| [547848f71184274f25b23e1bdacfffe80f1fdf34] | committer: Michael Niedermayer Merge commit '9f4c7397a296e6d11b3c6c121a6896163577dc7c' * commit '9f4c7397a296e6d11b3c6c121a6896163577dc7c': hevc: check slice address l

[FFmpeg-cvslog] hevc: check slice address length

2015-07-12 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Jul 10 19:41:43 2015 +0200| [9f4c7397a296e6d11b3c6c121a6896163577dc7c] | committer: Anton Khirnov hevc: check slice address length It is used as get_bits argument and reading 0 bits doesn't make sense. Signed-off-by: Andreas Cadhalpun Signed-

[FFmpeg-cvslog] mpegvideo_parser: export pixel format and dimensions

2015-07-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jul 6 21:53:13 2015 +0200| [ab05ed4c322ed0488ac9b5d2ef5d4ffa55a946a7] | committer: Anton Khirnov mpegvideo_parser: export pixel format and dimensions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab05ed4c322ed0488ac9b5d2ef5d4ffa55a94

[FFmpeg-cvslog] Merge commit 'ab05ed4c322ed0488ac9b5d2ef5d4ffa55a946a7'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 21:34:59 2015 +0200| [ddd86e4747f2e33bf6b6e0926e158c8998e05eb3] | committer: Michael Niedermayer Merge commit 'ab05ed4c322ed0488ac9b5d2ef5d4ffa55a946a7' * commit 'ab05ed4c322ed0488ac9b5d2ef5d4ffa55a946a7': mpegvideo_parser: export pi

[FFmpeg-cvslog] fate: add tests for stereo3d anaglyph modes

2015-07-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jul 11 22:51:39 2015 +| [c02ee69be9c511c16ecd07060f40f5c81300ed2f] | committer: Paul B Mahol fate: add tests for stereo3d anaglyph modes Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c02ee69be9c511c16ec

[FFmpeg-cvslog] avfilter/vf_stereo3d: implement slice threading for anaglyph output

2015-07-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jul 9 19:18:14 2015 +| [7b07e72abc031db5c7060c5e7f5cadebf0199406] | committer: Paul B Mahol avfilter/vf_stereo3d: implement slice threading for anaglyph output Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avfilter/vf_w3fdif: implement slice threading

2015-07-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jul 10 18:04:48 2015 +| [885afff01c720cc0a3c52802bd7f82bb81d9e576] | committer: Paul B Mahol avfilter/vf_w3fdif: implement slice threading Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=885afff01c720cc0a

[FFmpeg-cvslog] Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 22:06:21 2015 +0200| [d5fcca83b915df9536d595a1a44c24294b606836] | committer: Michael Niedermayer Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2' * commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2': hevc: remove HEVCContext us

[FFmpeg-cvslog] Merge commit 'd7bebe4805193783f0b6f292f9127a75709fb7d9'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 22:45:58 2015 +0200| [760304e4c3184d65cf90a017ea75ed40c3b823ea] | committer: Michael Niedermayer Merge commit 'd7bebe4805193783f0b6f292f9127a75709fb7d9' * commit 'd7bebe4805193783f0b6f292f9127a75709fb7d9': hevc: skip invalid/ignored

[FFmpeg-cvslog] hevc: skip invalid/ignored NALUs when splitting the packet

2015-07-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jul 9 18:01:08 2015 +0200| [d7bebe4805193783f0b6f292f9127a75709fb7d9] | committer: Anton Khirnov hevc: skip invalid/ignored NALUs when splitting the packet There is no need to wait until actually decoding the NALU. This will allow to get rid of th

[FFmpeg-cvslog] Merge commit 'ae05b4865514fd71b5e9431e93aa0d03d7ba7751'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 22:55:47 2015 +0200| [4c42c66935a7bdaded8667fa76dc0945ae66e867] | committer: Michael Niedermayer Merge commit 'ae05b4865514fd71b5e9431e93aa0d03d7ba7751' * commit 'ae05b4865514fd71b5e9431e93aa0d03d7ba7751': hevc: eliminate the second

[FFmpeg-cvslog] hevc: eliminate the second call to hls_nal_unit()

2015-07-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jul 9 18:11:44 2015 +0200| [ae05b4865514fd71b5e9431e93aa0d03d7ba7751] | committer: Anton Khirnov hevc: eliminate the second call to hls_nal_unit() Also, make hls_nal_unit() work only on the provided NAL unit, without requiring a whole decoding con

[FFmpeg-cvslog] Merge commit 'd82e1adc2019135a2fc45372e0ed0b5ef107cdd0'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 23:31:12 2015 +0200| [4690a636324663be660602ea4d1d80ba4fa29763] | committer: Michael Niedermayer Merge commit 'd82e1adc2019135a2fc45372e0ed0b5ef107cdd0' * commit 'd82e1adc2019135a2fc45372e0ed0b5ef107cdd0': hevc: move splitting the pa

[FFmpeg-cvslog] hevc: move splitting the packet into NALUs into a separate function

2015-07-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jul 9 18:33:52 2015 +0200| [d82e1adc2019135a2fc45372e0ed0b5ef107cdd0] | committer: Anton Khirnov hevc: move splitting the packet into NALUs into a separate function This function is independent of the decoding context, so we'll be able to use it i

[FFmpeg-cvslog] hevc: improve a comment

2015-07-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jul 9 18:36:16 2015 +0200| [7f78155dc6b65be55efb5309b6dd2bb33925a8c4] | committer: Anton Khirnov hevc: improve a comment That loop does the actual full decoding, so 'parse' can be misleading. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] Merge commit '7f78155dc6b65be55efb5309b6dd2bb33925a8c4'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 12 23:45:44 2015 +0200| [93aa84c1ea9aace875c3e853911e3a4a0ae4c32b] | committer: Michael Niedermayer Merge commit '7f78155dc6b65be55efb5309b6dd2bb33925a8c4' * commit '7f78155dc6b65be55efb5309b6dd2bb33925a8c4': hevc: improve a comment Me

[FFmpeg-cvslog] avcodec/hevc: Remove skipped_bytes_nal, simplify code

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 13 00:03:45 2015 +0200| [5620ed355716896dc1feee2c2a95ab12a982e276] | committer: Michael Niedermayer avcodec/hevc: Remove skipped_bytes_nal, simplify code Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNAL

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 13 00:35:11 2015 +0200| [bcc6c7bb65f3b7adc525de4f7fed6d9648a01b1b] | committer: Michael Niedermayer avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNAL Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avcodec/hevc: Simplify skipped_bytes_pos code further

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 13 00:52:18 2015 +0200| [99558270ed1e1c0d8906439b47085860ee0b08bd] | committer: Michael Niedermayer avcodec/hevc: Simplify skipped_bytes_pos code further Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/hevc: Move skipped_bytes_pos_nal to HEVCNAL, simplify code

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 13 00:43:25 2015 +0200| [ad92410d900b985cdabc499f0badaad72dd5ea2d] | committer: Michael Niedermayer avcodec/hevc: Move skipped_bytes_pos_nal to HEVCNAL, simplify code Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/hevc_parser: Reenable the old parser under ADVANCED_PARSER define

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 13 02:07:15 2015 +0200| [4496ccc724689c796db6a9936b53349d089db982] | committer: Michael Niedermayer avcodec/hevc_parser: Reenable the old parser under ADVANCED_PARSER define Feel free to use either, they both work but the old one provides

[FFmpeg-cvslog] Merge commit '650060dfb665552442ec11b456660e3e9a9d9016'

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 13 01:28:36 2015 +0200| [9e810a98a26391fd32f94e984a0a997ad77b77fe] | committer: Michael Niedermayer Merge commit '650060dfb665552442ec11b456660e3e9a9d9016' * commit '650060dfb665552442ec11b456660e3e9a9d9016': hevc_parser: parse and expo

[FFmpeg-cvslog] hevc_parser: parse and export some stream parameters

2015-07-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jul 9 19:34:51 2015 +0200| [650060dfb665552442ec11b456660e3e9a9d9016] | committer: Anton Khirnov hevc_parser: parse and export some stream parameters Particularly those that will be needed by the QSV decoder. More can be added later as necessary.

[FFmpeg-cvslog] ssim: refactor a weird double loop.

2015-07-12 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Sat Jul 11 19:55:58 2015 -0400| [a1f48480497bb462c5d1d589ae393335f50b06e0] | committer: Michael Niedermayer ssim: refactor a weird double loop. Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] Factor duplicated ff_fast_malloc() out into mem_internal.h

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jul 11 23:58:39 2015 +0200| [d6ff68ad853cab83cb58905b33a3957d249a75dd] | committer: Michael Niedermayer Factor duplicated ff_fast_malloc() out into mem_internal.h internal.h is difficult to use due to circular dependancies mem.h is a public h

[FFmpeg-cvslog] vf_ssim: remove another obscure double loop.

2015-07-12 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Sat Jul 11 19:56:00 2015 -0400| [03931ecf71710452fc9e89d4f18354f0b5e05395] | committer: Michael Niedermayer vf_ssim: remove another obscure double loop. Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] tests/checkasm/x86/Makefile: Use ASMSTRIPFLAGS for asm

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 13 03:15:44 2015 +0200| [7c944b0a36701359489906483672fe9f7111ff0c] | committer: Michael Niedermayer tests/checkasm/x86/Makefile: Use ASMSTRIPFLAGS for asm Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avcodec/utils: Check that the sample rate is not negative when opening an encoder

2015-07-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 13 03:40:25 2015 +0200| [10d7d0880cd849caa81a872d2e01948ef7369485] | committer: Michael Niedermayer avcodec/utils: Check that the sample rate is not negative when opening an encoder Signed-off-by: Michael Niedermayer > http://git.video

[FFmpeg-cvslog] avcodec/vdpau_hevc: unbreak compilation after sps/pps changes

2015-07-12 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Jul 12 19:55:56 2015 -0700| [b11c3fce38906c9ef1089f240193fb9ee384e5fb] | committer: Philip Langdale avcodec/vdpau_hevc: unbreak compilation after sps/pps changes There was some reorganisation in the HEVC headers so the sps and pps now live in a d

[FFmpeg-cvslog] avcodec/dxva2_hevc: unbreak compilation after recent sps/pps changes

2015-07-12 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jul 13 00:05:11 2015 -0300| [1aab5d8ab1e27449a2d58d6f001bb34784f402bf] | committer: James Almer avcodec/dxva2_hevc: unbreak compilation after recent sps/pps changes Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit