[FFmpeg-cvslog] avfilter: add metadata filters

2016-02-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Feb 6 11:19:45 2016 +0100| [4ca8879d19893562040670f488a9c47aea77beb4] | committer: Paul B Mahol avfilter: add metadata filters Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ca8879d19893562040670f488a9c47a

[FFmpeg-cvslog] tests: Add test for proper header guard

2016-02-10 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Thu Jan 28 18:33:06 2016 -0800| [5f1aad68c4f5d3b04cd686bc61fbbcf722e31d35] | committer: Timothy Gu tests: Add test for proper header guard Reviewed-by: Clément Bœsch > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f1aad68c4f5d3b04cd686bc61f

[FFmpeg-cvslog] avfilter/f_metadata: fix few logic errors

2016-02-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Feb 10 11:47:52 2016 +0100| [408ea50ca6bcc666babc8b8e654eb135164480af] | committer: Paul B Mahol avfilter/f_metadata: fix few logic errors Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=408ea50ca6bcc666babc8

[FFmpeg-cvslog] ffmpeg_filter: Factor get_compliance_unofficial_pix_fmts() out

2016-02-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Feb 10 12:57:11 2016 +0100| [d94b11a721385aa406187da8f49380f29be0fa7e] | committer: Michael Niedermayer ffmpeg_filter: Factor get_compliance_unofficial_pix_fmts() out Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] ffmpeg_filter: Add YUV 444 to strict_std_compliance case for mjpeg

2016-02-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Feb 10 12:28:12 2016 +0100| [a82ff49bb829938f8d749f6b3305162ca91e3bc9] | committer: Michael Niedermayer ffmpeg_filter: Add YUV 444 to strict_std_compliance case for mjpeg Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] ffmpeg_filter: Add missing pixel formats to strict_std_compliance case for ljpeg

2016-02-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Feb 10 12:28:12 2016 +0100| [82d2aa2b32e8971e749fd776233ba74df659404c] | committer: Michael Niedermayer ffmpeg_filter: Add missing pixel formats to strict_std_compliance case for ljpeg Signed-off-by: Michael Niedermayer > http://git.videola

[FFmpeg-cvslog] Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'

2016-02-10 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Feb 10 14:40:32 2016 +| [bc9a5965c815cf7fd998d8ce14a18b8e861dd9ce] | committer: Derek Buitenhuis Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610' This also deprecates our old duplicated callbacks. * commit '9f61abc8111c7c43f49ca012e9

[FFmpeg-cvslog] lavf: allow custom IO for all files

2016-02-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 16 17:53:43 2016 +0100| [9f61abc8111c7c43f49ca012e957a108b9cc7610] | committer: Anton Khirnov lavf: allow custom IO for all files Some (de)muxers open additional files beyond the main IO context. Currently, they call avio_open() directly, which

[FFmpeg-cvslog] avformat/segment: Fix header_filename handling

2016-02-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Feb 10 17:59:58 2016 +0100| [21b459e4bbfc14fd1ec9076e3a0b01f6f11ba960] | committer: Michael Niedermayer avformat/segment: Fix header_filename handling Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] sws/output: fix ordered dither threshold for mono output

2016-02-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Feb 10 10:01:02 2016 +0100| [23261e60014908da7446e9b5bc7401dc30fdecd6] | committer: Michael Niedermayer sws/output: fix ordered dither threshold for mono output This makes sure that white stays white and black black Signed-off-by: Michael Ni

[FFmpeg-cvslog] avformat: add vc2 as an allowed rawenc Dirac extension

2016-02-10 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Feb 2 12:35:30 2016 +| [135460383e9361c462dda0a0b0cb9a882230f542] | committer: Rostislav Pehlivanov avformat: add vc2 as an allowed rawenc Dirac extension Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avcodec: add a native SMPTE VC-2 HQ encoder

2016-02-10 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Feb 10 16:50:00 2016 +| [ec9e87c922adeffbf4c351d625a4c2e1c430eb19] | committer: Rostislav Pehlivanov avcodec: add a native SMPTE VC-2 HQ encoder This commit adds a new encoder capable of creating BBC/SMPTE Dirac/VC-2 HQ profile files. D

[FFmpeg-cvslog] options_table: update maximum bitrate limit

2016-02-10 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Feb 10 15:22:59 2016 +| [4701be7198eb3168b38d1a82a38c561391f26b16] | committer: Rostislav Pehlivanov options_table: update maximum bitrate limit The type of the option has been changed but the limit was apparently forgotten. Some video c

[FFmpeg-cvslog] vc2enc: use project-standard inclusion guards

2016-02-10 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Feb 10 18:02:35 2016 +| [5669aa2a8ac5852daf629e648ffae64e88e659e1] | committer: Rostislav Pehlivanov vc2enc: use project-standard inclusion guards This was first reported on the mailing list in an earlier revision of this encoder but was

[FFmpeg-cvslog] avformat/hlsenc: Fix filename and options

2016-02-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Feb 10 19:02:48 2016 +0100| [a73b23e3df15125f0c6fa944a17a39892c836353] | committer: Michael Niedermayer avformat/hlsenc: Fix filename and options Regression since bc9a5965c815cf7fd998d8ce14a18b8e861dd9ce Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avfilter/dualinput: use pts provided by framesync

2016-02-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Feb 9 18:32:54 2016 +0100| [5486d7fa91f7233e6d9aa9ba8de7fe9287402637] | committer: Paul B Mahol avfilter/dualinput: use pts provided by framesync This fixes stalled output pts when main stream ends. Signed-off-by: Paul B Mahol > http://git.videol

[FFmpeg-cvslog] x86/vf_blend: Add SSE2 optimization for screen

2016-02-10 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Feb 9 02:20:56 2016 +| [74f8d9aaef9150ead953e156e1c366d2a933ec1c] | committer: Timothy Gu x86/vf_blend: Add SSE2 optimization for screen 10x faster than C. Reviewed-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7

[FFmpeg-cvslog] x86/vf_blend: Move multiplying to a macro

2016-02-10 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Feb 9 01:59:46 2016 +| [c8b1612af03b6ad1e6bcf56fad73544ba2a2893c] | committer: Timothy Gu x86/vf_blend: Move multiplying to a macro Reviewed-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8b1612af03b6ad1e6bcf56fad

[FFmpeg-cvslog] MAINTAINERS: add my name to the parts I'm maintaining

2016-02-10 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Feb 11 00:00:12 2016 +| [ac5a4deb3dd0c3d20b8e7a03dffc66f102403cd9] | committer: Rostislav Pehlivanov MAINTAINERS: add my name to the parts I'm maintaining Not updated since the AAC Encoder. Signed-off-by: Rostislav Pehlivanov > http:/

[FFmpeg-cvslog] fate: Update fate-sub2video for 5486d7fa91f7233e6d9aa9ba8de7fe9287402637

2016-02-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 11 01:48:35 2016 +0100| [8836b8c2a430543b76198f27c952e9dc65ba1aeb] | committer: Michael Niedermayer fate: Update fate-sub2video for 5486d7fa91f7233e6d9aa9ba8de7fe9287402637 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gi

[FFmpeg-cvslog] avfilter/vf_nnedi: Simplify away some trivial mem*()

2016-02-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 11 01:16:52 2016 +0100| [ac3a275d1e0da79b1dd8c5d2bb98e4b9456615e0] | committer: Michael Niedermayer avfilter/vf_nnedi: Simplify away some trivial mem*() Reviewed-by: James Almer Signed-off-by: Michael Niedermayer > http://git.videolan.