[FFmpeg-devel] ffserver jpg patch

2015-05-16 Thread ill
That file is attached you would have to attach the file generated by git format-patch also you of course first need to locally commit your changes and set the commit message and author see man git commit [...] ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-16 Thread Michael Niedermayer
On Sat, May 16, 2015 at 07:21:25PM -0600, ill wrote: That file is attached you would have to attach the file generated by git format-patch also you of course first need to locally commit your changes and set the commit message and author see man git commit [...]

[FFmpeg-devel] ffserver jpg patch

2015-05-15 Thread ill
That file is attached you would have to attach the file generated by git format-patch also you of course first need to locally commit your changes and set the commit message and author see man git commit [...] ___ ffmpeg-devel mailing list

[FFmpeg-devel] ffserver jpg patch

2015-05-13 Thread ill
So it the patch good now? It has authors and everything. On Mon, May 11, 2015 at 05:02:34PM -0600, ill wrote: That is what I sent. It is the same file. I have run the git format-patch -1 on this as well, not that the command seems to do anything to the patch file itself. you would have to

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-11 Thread wm4
On Sun, 10 May 2015 22:31:27 -0600 ill illumil...@gmail.com wrote: It applies for me. Konsole output $ patch -p1 patching.patch patching file ffserver.c patching file ffserver_config.c patching file ffserver_config.h Hunk #1 succeeded at 79 with fuzz 1. patching file

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-11 Thread ill
I attached the file made by Konsole output git commit -p and then the format patch command. I wrote that caligula person as the author because he was the one who posted the modified code stuff that I used. On Mon, May 11, 2015 at 05:02:34PM -0600, ill wrote: That is what I sent. It is the

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-11 Thread Michael Niedermayer
On Mon, May 11, 2015 at 05:02:34PM -0600, ill wrote: That is what I sent. It is the same file. I have run the git format-patch -1 on this as well, not that the command seems to do anything to the patch file itself. you would have to attach the file generated by git format-patch also you of

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-11 Thread ill
That is what I sent. It is the same file. I have run the git format-patch -1 on this as well, not that the command seems to do anything to the patch file itself. On Sun, 10 May 2015 22:31:27 -0600 ill illumil...@gmail.com wrote: It applies for me. Konsole output $ patch -p1 patching.patch

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-10 Thread ill
It applies for me. Konsole output $ patch -p1 patching.patch patching file ffserver.c patching file ffserver_config.c patching file ffserver_config.h Hunk #1 succeeded at 79 with fuzz 1. patching file libavformat/allformats.c patching file libavformat/rawenc.c I also ran git format-patch -1 on

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-10 Thread Michael Niedermayer
On Sun, May 10, 2015 at 07:20:02PM -0600, ill wrote: Can the patch be applied now? please provide a patch which applies this one does not (see below) also make sure the patch is a proper git patch for example one generated by git format-patch -1 also please make sure it has a matching commit

[FFmpeg-devel] ffserver jpg patch

2015-05-10 Thread ill
Can the patch be applied now? On Mon, May 04, 2015 at 06:35:36PM -0600, ill wrote: I changed it to git and add the .write header to the last part. The first part compiled after I changed ffserver.c, so it is no longer corrupted. Muxer detection seems to work when I tried it for the middle

[FFmpeg-devel] ffserver jpg patch

2015-05-08 Thread ill
When can the patch be applied? On Mon, May 04, 2015 at 06:35:36PM -0600, ill wrote: I changed it to git and add the .write header to the last part. The first part compiled after I changed ffserver.c, so it is no longer corrupted. Muxer detection seems to work when I tried it for the middle

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-06 Thread ill
Feed cam.ffm File /tmp/cam.ffm #when remarked, no file is beeing created and the stream keeps working!! FileMaxSize 400K # Only allow connections from localhost to the feed. ACL allow 127.0.0.1 ACL allow 192.168.1.2 192.168.1.49 /Feed Stream test.jpg

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-06 Thread Reynaldo H. Verdejo Pinochet
Patch looks OK at a first glance. Any chance you can attach the relevant feed and stream sections of the ffserver.conf file you used in your tests? Also, it would be great if you can use git format-patch with your email/name so we can preserve autorship information on the commit. Bests, --

[FFmpeg-devel] ffserver jpg patch

2015-05-06 Thread ill
Can this patch be applied now? It doesn't have any line breaks anymore. On Mon, May 04, 2015 at 06:35:36PM -0600, ill wrote: I changed it to git and add the .write header to the last part. The first part compiled after I changed ffserver.c, so it is no longer corrupted. Muxer detection

[FFmpeg-devel] ffserver jpg patch

2015-05-04 Thread ill
I changed it to git and add the .write header to the last part. The first part compiled after I changed ffserver.c, so it is no longer corrupted. Muxer detection seems to work when I tried it for the middle part. It should be good to fix ffserver now? diff -Nrup ffmpeg-git--orig/ffserver.c

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-04 Thread Michael Niedermayer
On Mon, May 04, 2015 at 06:35:36PM -0600, ill wrote: I changed it to git and add the .write header to the last part. The first part compiled after I changed ffserver.c, so it is no longer corrupted. Muxer detection seems to work when I tried it for the middle part. It should be good to fix

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-04 Thread ill
patch attached. On Mon, May 04, 2015 at 06:35:36PM -0600, ill wrote: I changed it to git and add the .write header to the last part. The first part compiled after I changed ffserver.c, so it is no longer corrupted. Muxer detection seems to work when I tried it for the middle part. It should