Re: [FFmpeg-devel] [PATCH 4/4] libavdevice/avfoundation: use pts/dts provided by the CMSampleBuffer API

2015-03-21 Thread Thilo Borgmann
Am 18.03.15 um 09:37 schrieb Matthieu Bouron: On Fri, Mar 13, 2015 at 8:16 PM, matthieu.bou...@gmail.com wrote: From: Matthieu Bouron matthieu.bou...@gmail.com --- libavdevice/avfoundation.m | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git

Re: [FFmpeg-devel] [PATCH 3/4] libavdevice/avfoundation: add capture_screen_mouse_clicks option

2015-03-21 Thread Thilo Borgmann
Am 21.03.15 um 18:42 schrieb Thilo Borgmann: Am 18.03.15 um 09:37 schrieb Matthieu Bouron: On Fri, Mar 13, 2015 at 8:16 PM, matthieu.bou...@gmail.com wrote: From: Matthieu Bouron matthieu.bou...@gmail.com Support mouse clicks capture while recording a screen on OSX = 10.7. ---

Re: [FFmpeg-devel] [PATCH 1/4] libavdevice/avfoundation: add framerate and video size options

2015-03-21 Thread Thilo Borgmann
Am 18.03.15 um 09:36 schrieb Matthieu Bouron: On Sat, Mar 14, 2015 at 11:09 AM, Matthieu Bouron matthieu.bou...@gmail.com wrote: On Sat, Mar 14, 2015 at 11:01 AM, Matthieu Bouron matthieu.bou...@gmail.com wrote: On Sat, Mar 14, 2015 at 8:31 AM, Carl Eugen Hoyos ceho...@ag.or.at wrote:

Re: [FFmpeg-devel] [PATCH 2/4] libavdevice/avfoundation: add capture_screen_cursor option

2015-03-21 Thread Thilo Borgmann
Am 18.03.15 um 09:36 schrieb Matthieu Bouron: On Sat, Mar 14, 2015 at 11:11 AM, Matthieu Bouron matthieu.bou...@gmail.com wrote: On Sat, Mar 14, 2015 at 10:50 AM, Matthieu Bouron matthieu.bou...@gmail.com wrote: On Sat, Mar 14, 2015 at 8:29 AM, Carl Eugen Hoyos ceho...@ag.or.at

Re: [FFmpeg-devel] [PATCH 3/4] libavdevice/avfoundation: add capture_screen_mouse_clicks option

2015-03-21 Thread Thilo Borgmann
Am 18.03.15 um 09:37 schrieb Matthieu Bouron: On Fri, Mar 13, 2015 at 8:16 PM, matthieu.bou...@gmail.com wrote: From: Matthieu Bouron matthieu.bou...@gmail.com Support mouse clicks capture while recording a screen on OSX = 10.7. --- libavdevice/avfoundation.m | 15 +++ 1 file

Re: [FFmpeg-devel] GSoC project proposal + qualification task

2015-03-21 Thread wm4
On Fri, 20 Mar 2015 02:51:31 +0100 Mariusz Szczepańczyk mszczepanc...@gmail.com wrote: Hello, my name is Mariusz Szczepańczyk and I am currently finishing my bachelor's degree in Computer Science at the University of Warsaw in Poland. I have written few patches for other open source

Re: [FFmpeg-devel] [PATCH] vp9: make above buffer pointer 32-byte aligned.

2015-03-21 Thread James Almer
On 21/03/15 4:36 PM, Ronald S. Bultje wrote: --- libavcodec/vp9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index 77e98f5..a5e36f5 100644 --- a/libavcodec/vp9.c +++ b/libavcodec/vp9.c @@ -2506,7 +2506,7 @@ static void

Re: [FFmpeg-devel] [PATCH] avcodec/pngenc: add supporting PAL8 pixel format for APNG demuxer

2015-03-21 Thread Michael Niedermayer
Hi On Thu, Mar 19, 2015 at 06:50:27PM +0300, Alexey Dolgavin wrote: It addes support PAL8 pixel format for APNG-picture. The picture is http://littlesvr.ca/apng/samples.html (clock) It is a qualification task of GSoC 2015 (mentor is Paul B Mahol) --- libavcodec/pngdec.c | 58

[FFmpeg-devel] [PATCH] vp9: make above buffer pointer 32-byte aligned.

2015-03-21 Thread Ronald S. Bultje
--- libavcodec/vp9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index 77e98f5..a5e36f5 100644 --- a/libavcodec/vp9.c +++ b/libavcodec/vp9.c @@ -2506,7 +2506,7 @@ static void intra_recon(AVCodecContext *ctx, ptrdiff_t y_off, ptrdiff_t

[FFmpeg-devel] [GSoC] Proof-of-concept HTTP Server

2015-03-21 Thread Stephan Holljes
Hi, this is a patch for a proof-of-concept for an http server. Usage on the server side: ffmpeg -i test.mp3 -c copy -listen 1 -f mp3 http://0.0.0.0 Usage on the client side: ffplay http://localhost:8080 I looked at tls.c and tcp.c and copied parts of the code. Please comment. Regards,

Re: [FFmpeg-devel] [GSoC] Proof-of-concept HTTP Server

2015-03-21 Thread Stephan Holljes
Hi, what would be the correct way to create patches that won't be corrupted? I merely tried to copy what I have seen on the mailing-list before, apparently I didn't do a very good job ;) Regards, Stephan Holljes On Sun, Mar 22, 2015 at 12:24 AM, Michael Niedermayer michae...@gmx.at wrote: On

[FFmpeg-devel] [PATCH 0/2] libavformat/mxfenc: add support for muxing mxf opatom audio

2015-03-21 Thread Mark Reid
Hi, This patch series adds support for muxing mxf opatom audio files. The media generate is compatible with avid media composer, in my tests. The patches only adds support single channel 48kHz pcm_16/24le. Media composer also supports 32kHz and 44.1kHz, which I plan to add in a future patch. I’m

Re: [FFmpeg-devel] OpenExr Compression technique added -GSoc 15

2015-03-21 Thread Michael Niedermayer
On Sun, Mar 22, 2015 at 01:12:57AM +0530, greeshma wrote: New compression technique -B44 lossy compression for OpenExr From d6da9dea16a5b8247aac60a0ce21cb56981e66ec Mon Sep 17 00:00:00 2001 From: greeshmab greeshmabalaba...@gmail.com Date: Sun, 22 Mar 2015 01:09:53 +0530 Subject: [PATCH]

[FFmpeg-devel] [PATCH 2/2] libavformat/mxfenc: add support for muxing mxf opatom audio

2015-03-21 Thread Mark Reid
--- libavformat/mxfenc.c | 100 ++- 1 file changed, 83 insertions(+), 17 deletions(-) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index ac60357..7483ddc 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -313,6 +313,7 @@

[FFmpeg-devel] [PATCH 1/2] libavformat/mxfenc: add container duration and package name to primer pack

2015-03-21 Thread Mark Reid
--- libavformat/mxfenc.c | 2 ++ tests/ref/lavf/mxf | 6 ++--- tests/ref/lavf/mxf_d10 | 2 +- tests/ref/lavf/mxf_opatom | 4 ++-- tests/ref/seek/lavf-mxf_opatom | 54 +- 5 files changed, 35 insertions(+), 33

Re: [FFmpeg-devel] GSoC project proposal + qualification task

2015-03-21 Thread Lukasz Marek
On 21.03.2015 19:01, wm4 wrote: On Fri, 20 Mar 2015 02:51:31 +0100 Mariusz Szczepańczyk mszczepanc...@gmail.com wrote: Hello, my name is Mariusz Szczepańczyk and I am currently finishing my bachelor's degree in Computer Science at the University of Warsaw in Poland. I have written few patches

Re: [FFmpeg-devel] [GSoC] Proof-of-concept HTTP Server

2015-03-21 Thread Michael Niedermayer
On Sun, Mar 22, 2015 at 12:33:57AM +0100, Stephan Holljes wrote: Hi, what would be the correct way to create patches that won't be corrupted? I merely tried to copy what I have seen on the mailing-list before, apparently I didn't do a very good job ;) git send-email -1 would send the most

Re: [FFmpeg-devel] [GSoC] Proof-of-concept HTTP Server

2015-03-21 Thread Stephan Holljes
On Sun, Mar 22, 2015 at 2:34 AM, Michael Niedermayer michae...@gmx.at wrote: On Sun, Mar 22, 2015 at 12:33:57AM +0100, Stephan Holljes wrote: Hi, what would be the correct way to create patches that won't be corrupted? I merely tried to copy what I have seen on the mailing-list before,

[FFmpeg-devel] Patches For 2.6 Branch

2015-03-21 Thread Micah Galizia
Hi, I had some code accepted on the master branch and I was wondering if they'd be suitable for inclusion in the 2.6 branch. I'd like them in the next version of xmbc. The commits were: c59654d67d1afde3fac24021ef0fd9d18cf38455 fca085187940a169b7a43d096009f7dac315f9ac