[FFmpeg-cvslog] opusenc: implement a psychoacoustic system

2017-09-23 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Sep 23 00:38:37 2017 +0100| [2ad1768c7b48b6c77bbe9c42a4c2744f7b029182] | committer: Rostislav Pehlivanov opusenc: implement a psychoacoustic system This commit implements a psychoacoustic system for the native Opus encoder. Its unlike any ot

[FFmpeg-cvslog] lavfi: make window_func an inline function

2017-09-23 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Sep 23 14:21:22 2017 +0100| [039ebaa5f39ef45444f3cc42ab2ff71b0e9a1161] | committer: Rostislav Pehlivanov lavfi: make window_func an inline function Eliminate lavc->lavfi dependency. The function isn't big and doesn't deserve its own file. S

[FFmpeg-cvslog] avcodec/opusenc_psy: use av_clip_uintp2()

2017-09-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Sep 23 13:23:27 2017 -0300| [e4fd7b1fea7e2d3306f159d285ea420a1f250dcc] | committer: James Almer avcodec/opusenc_psy: use av_clip_uintp2() Fixes fate-source. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e4fd

[FFmpeg-cvslog] avcodec/opusenc_utils: add missing preprocessor guards

2017-09-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Sep 23 13:22:51 2017 -0300| [b8eaecbf39a59fce256ee5ffa7c51dd44c83bec1] | committer: James Almer avcodec/opusenc_utils: add missing preprocessor guards Fixes fate-source. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avformat/mxfdec: use the common packet pts setter function for opatom files

2017-09-23 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Sep 7 16:17:59 2017 +0200| [01911b9b3cad85ff1c346165659c0181db661b3e] | committer: Marton Balint avformat/mxfdec: use the common packet pts setter function for opatom files Fixes ticket #6631. Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] avformat/mxfdec: factorize packet pts setter function

2017-09-23 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Sep 7 16:09:13 2017 +0200| [7f80b065a626f3214ad90039c45efa390099572c] | committer: Marton Balint avformat/mxfdec: factorize packet pts setter function Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f80b

[FFmpeg-cvslog] avfilter/interlace: add support for 10 and 12 bit

2017-09-23 Thread Thomas Mundt
ffmpeg | branch: master | Thomas Mundt | Tue Sep 19 22:23:23 2017 +0200| [40bfaa190c61b6eeff1b76b767c12edd6609967d] | committer: James Almer avfilter/interlace: add support for 10 and 12 bit Reviewed-by: Michael Niedermayer Signed-off-by: Thomas Mundt Signed-off-by: James Almer > http://gi

[FFmpeg-cvslog] avfilter/tinterlace: use drawutils for pad mode

2017-09-23 Thread Thomas Mundt
ffmpeg | branch: master | Thomas Mundt | Mon Sep 18 23:57:17 2017 +0200| [58ca446672fec10e851b820ce7df64bd2d1f3a70] | committer: James Almer avfilter/tinterlace: use drawutils for pad mode Reviewed-by: Michael Niedermayer Signed-off-by: Thomas Mundt Signed-off-by: James Almer > http://git.

[FFmpeg-cvslog] avcodec/frame_thread_encoder: use av_packet_alloc()

2017-09-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Sep 23 17:50:58 2017 -0300| [015f976aaee5c8aee39276bc742cdbd32dd9dbf9] | committer: James Almer avcodec/frame_thread_encoder: use av_packet_alloc() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=015f976aaee5c8

[FFmpeg-cvslog] avcodec/Makefile: skip v4l2_m2m headers if needed

2017-09-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Sep 23 18:08:07 2017 -0300| [ff7f859c2595f4daf9397d70af1a4a5d9da0ca59] | committer: James Almer avcodec/Makefile: skip v4l2_m2m headers if needed Fixes checkheaders on systems where v4l2_m2m is unavailable. Signed-off-by: James Almer > http://git.v

[FFmpeg-cvslog] avcodec/v4l2_m2m: add missing header inclusions

2017-09-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Sep 23 18:12:56 2017 -0300| [d1e7e4fbe2b07f191311cb56e82ef4c18fd0fda4] | committer: James Almer avcodec/v4l2_m2m: add missing header inclusions Should fix checkheaders on systems where v4l2_m2m is enabled. Signed-off-by: James Almer > http://git.vi

[FFmpeg-cvslog] avformat/mpeg: zero initialize idx_pkt

2017-09-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Sep 23 19:37:21 2017 -0300| [86be73c7c1a5c789ad971d4ec620edc839d46820] | committer: James Almer avformat/mpeg: zero initialize idx_pkt Prevents use of uninitialized stack. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] ffplay: zero initialize copy avpacket

2017-09-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Sep 23 20:13:58 2017 -0300| [5a9415533dd064d44605b3a3896a53377b7a5ca8] | committer: James Almer ffplay: zero initialize copy avpacket Prevents potential use of uninitialized stack. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] libavdevice/v4l2: fix invalid access to struct v4l2_buffer

2017-09-23 Thread Jaroslav Beran
ffmpeg | branch: master | Jaroslav Beran | Wed Sep 20 15:14:54 2017 +0200| [00a1e1337f22376909338a5319a378b2e2afdde8] | committer: Michael Niedermayer libavdevice/v4l2: fix invalid access to struct v4l2_buffer In case we are short of queued buffers, at first v4l2_buffer was enqueued to kernel

[FFmpeg-cvslog] avcodec/mips: Improve avc chroma horiz mc msa functions

2017-09-23 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Thu Sep 21 19:47:39 2017 +0530| [16adbfe60c35d42f440ec7ed4c320282333602ba] | committer: Michael Niedermayer avcodec/mips: Improve avc chroma horiz mc msa functions Replace generic with block size specific function. Signed-off-by: Kaustubh Raste Revi

[FFmpeg-cvslog] avcodec/flacenc: Replace "return -1" by named constant

2017-09-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Sep 23 01:44:27 2017 +0200| [d8ef5a47bba85fa147ac53a9d9523b3eca031696] | committer: Michael Niedermayer avcodec/flacenc: Replace "return -1" by named constant Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avcodec/snowenc: Replace "return -1" by named constants

2017-09-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Sep 23 02:19:25 2017 +0200| [9cec1742475b0d8d9c8090b2c6e80f53d00727a9] | committer: Michael Niedermayer avcodec/snowenc: Replace "return -1" by named constants Reviewed-by: James Almer Signed-off-by: Michael Niedermayer > http://git.videol

[FFmpeg-cvslog] avcodec/mips: Improve hevc uni-w copy mc msa functions

2017-09-23 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Thu Sep 21 14:03:34 2017 +0530| [7f8417f22619366d848ee2ff71be14637b7b] | committer: Michael Niedermayer avcodec/mips: Improve hevc uni-w copy mc msa functions Load the specific destination bytes instead of MSA load and pack. Pack the data to half

[FFmpeg-cvslog] avcodec/mips: Unrolled loops avc intra msa functions

2017-09-23 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Thu Sep 21 19:20:30 2017 +0530| [d6737539e77e78fca9a04914d51996cfd1ccc55c] | committer: Michael Niedermayer avcodec/mips: Unrolled loops avc intra msa functions Signed-off-by: Kaustubh Raste Reviewed-by: Manojkumar Bhosale Signed-off-by: Michael Nie