[FFmpeg-cvslog] avcodec/h264_slice: Do not attempt to render into frames already output

2018-01-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 3 23:42:01 2018 +0100| [476665d4de989dba48ec1195215ccc8db54538f4] | committer: Michael Niedermayer avcodec/h264_slice: Do not attempt to render into frames already output Fixes: null pointer dereference Fixes: 4698/clusterfuzz-testcase-m

[FFmpeg-cvslog] compat/os2threads: support static mutexes

2018-01-06 Thread KO Myung-Hun
ffmpeg | branch: master | KO Myung-Hun | Thu Dec 28 22:03:56 2017 +0900| [3c0a081a1e9fc4101252af0aeb6be020ecda43ed] | committer: James Almer compat/os2threads: support static mutexes Reviewed-by: wm4 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c0a0

[FFmpeg-cvslog] configure: check SDL2 function with a header

2018-01-06 Thread KO Myung-Hun
ffmpeg | branch: master | KO Myung-Hun | Thu Dec 28 23:41:30 2017 +0900| [d03c39b46b21c893d6549a532289b7fb9935b3fc] | committer: James Almer configure: check SDL2 function with a header SDL2 uses SDLCALL to specify a calling convention. On OS/2, it's defined to `_System' which is similar to `_

[FFmpeg-cvslog] fate: remove ffm reference files

2018-01-06 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Jan 6 22:21:35 2018 -0300| [6ec91319204bd9836eb095a9da3150afebebf228] | committer: James Almer fate: remove ffm reference files Missed in c17f4761443b471f47fa8f0a5bcff078cdff9479 and 8bbd8c8d52dbcb15773717d3512f8fb68e860bf2 Signed-off-by: James Alme

[FFmpeg-cvslog] configure: remove check for SA_RESTART

2018-01-06 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Jan 6 22:22:12 2018 -0300| [9e68f472ec5d07538ea2f86c66f6ff534583028c] | committer: James Almer configure: remove check for SA_RESTART It's not used anymore. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e6

[FFmpeg-cvslog] Changelog: add VideoToolbox HEVC support

2018-01-06 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Sat Jan 6 15:30:07 2018 -0800| [cc90ee0b7e47bcdb0405789aa6435db906d0774e] | committer: Aman Gupta Changelog: add VideoToolbox HEVC support Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc90ee0b7e47bcdb0405789aa643

[FFmpeg-cvslog] lavc/mediacodecdec: switch to new decoding API

2018-01-06 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Thu Dec 28 17:33:14 2017 -0800| [9d9835017f67db7e37b6b5a42a247e17b05bf8fc] | committer: Matthieu Bouron lavc/mediacodecdec: switch to new decoding API Using the new API gives the decoder the ability to produce N frames per input packet. This is particularl

[FFmpeg-cvslog] lavc/mediacodecdec: remove mediacodec_process_data() indirection

2018-01-06 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jan 3 13:10:58 2018 +0100| [d19174c673b8788de825a936d8d7c9340aefcd56] | committer: Matthieu Bouron lavc/mediacodecdec: remove mediacodec_process_data() indirection > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d19174c673b8788de825a

[FFmpeg-cvslog] lavc/mediacodec_wrapper: allocate MediaCodec.BufferInfo once

2018-01-06 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jan 3 13:54:34 2018 +0100| [e30b46b1aeea03fc5cbcecc03f7103cf204090f0] | committer: Matthieu Bouron lavc/mediacodec_wrapper: allocate MediaCodec.BufferInfo once > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e30b46b1aeea03fc5cbcecc03

[FFmpeg-cvslog] fate: remove missing references to ffm

2018-01-06 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Jan 6 16:14:52 2018 -0300| [8bbd8c8d52dbcb15773717d3512f8fb68e860bf2] | committer: James Almer fate: remove missing references to ffm Missed in c17f4761443b471f47fa8f0a5bcff078cdff9479. Signed-off-by: James Almer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] libavformat/network: fix function duplication

2018-01-06 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Jan 6 18:59:46 2018 +| [c693af1951a0074a29ce39b69736ff0cf33b41d2] | committer: Rostislav Pehlivanov libavformat/network: fix function duplication Since the function used to be exposed for ffserver's sake, it was renamed to the same name

[FFmpeg-cvslog] libavformat: unexpose private ff_ functions needed by ffserver

2018-01-06 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Jan 6 18:37:06 2018 +| [8788e82c04fee409d6b56751a0925d4ee17d2f68] | committer: Rostislav Pehlivanov libavformat: unexpose private ff_ functions needed by ffserver Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] libavformat: remove the ff_rtp_get_local_rtcp_port function

2018-01-06 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Oct 21 19:45:09 2017 +0100| [d41de90d440ae389262e13fb6c4dc3fdf7261b57] | committer: Rostislav Pehlivanov libavformat: remove the ff_rtp_get_local_rtcp_port function Only used by ffserver Signed-off-by: Rostislav Pehlivanov > http://git.vi

[FFmpeg-cvslog] libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag

2018-01-06 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Oct 21 19:52:04 2017 +0100| [7c6125cbcc6e805711feff9cbf35329adcb6e313] | committer: Rostislav Pehlivanov libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/g

[FFmpeg-cvslog] libavformat: remove the ffmenc and ffmdec muxer and demuxers

2018-01-06 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Oct 21 19:38:59 2017 +0100| [c17f4761443b471f47fa8f0a5bcff078cdff9479] | committer: Rostislav Pehlivanov libavformat: remove the ffmenc and ffmdec muxer and demuxers Used only by ffserver. Signed-off-by: Rostislav Pehlivanov > http://git.

[FFmpeg-cvslog] libavformat: unexpose the ff_inet_aton function

2018-01-06 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Oct 21 19:40:50 2017 +0100| [9396ed0f291509e62235e12cd064d5b13b2473c2] | committer: Rostislav Pehlivanov libavformat: unexpose the ff_inet_aton function Used only by ffserver. Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/

[FFmpeg-cvslog] avcodec/rkmpp : Fix broken build due to missing control operation

2018-01-06 Thread LongChair
ffmpeg | branch: master | LongChair | Sat Jan 6 09:36:58 2018 +0100| [c6f84106366c6f243a8b07dbffcc7880009aa904] | committer: wm4 avcodec/rkmpp : Fix broken build due to missing control operation This patch is taking care of https://trac.ffmpeg.org/ticket/6834. It seems that one of the control

[FFmpeg-cvslog] avcodec/rkmpp : remove stream start retries before first frame.

2018-01-06 Thread LongChair
ffmpeg | branch: master | LongChair | Tue Jan 2 12:38:01 2018 +0100| [2ca65fc7b7edd51d5803a2c1e05a801a6023] | committer: wm4 avcodec/rkmpp : remove stream start retries before first frame. those were needed because of some odd mpp behavior that seems to have been fixed. Makes the code cle

[FFmpeg-cvslog] tools/uncoded_frame: use buffersink accessors.

2018-01-06 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sat Jan 6 14:14:04 2018 +0100| [34dfe36971aafd2b3bef04f1e78b2813e2f0b73f] | committer: Nicolas George tools/uncoded_frame: use buffersink accessors. No longer access buffersink's link structure directly. > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] tools/uncoded_frame: remove use of AVStream.codec.

2018-01-06 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sat Jan 6 14:34:00 2018 +0100| [01735b4852c65081eaead3d9d405ef30fbb5a6ee] | committer: Nicolas George tools/uncoded_frame: remove use of AVStream.codec. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01735b4852c65081eaead3d9d405ef30fbb5a

[FFmpeg-cvslog] avfilter: deprecate avfilter_link_get_channels()

2018-01-06 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jan 5 17:49:09 2018 -0300| [b2c42fc6dc3502a8b6cae441c54d898972a51cff] | committer: James Almer avfilter: deprecate avfilter_link_get_channels() Reviewed-by: Nicolas George Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avfilter/av_biquads: scale a0 too

2018-01-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 6 14:58:00 2018 +0100| [50b3cd22dd70658b39abd0ced31b495d4d0a4b1b] | committer: Paul B Mahol avfilter/av_biquads: scale a0 too Fixes bug when using commands to alter coefficients. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cg