On Thu, May 28, 2009 at 05:19:13AM +0200, kdub wrote:
> 
> Log:
> initial afilters commit, with build system for initial devwork
> 
> --- /dev/null 00:00:00 1970   (empty, because file is newly added)
> +++ afilters/README   Thu May 28 05:19:12 2009        (r4319)
> @@ -0,0 +1,7 @@
> +Alright, here's how to get libavfilter up and compiling.
> +
> +If you've found this README, you've also found checkout.sh.
> +* Running that script will check out a fresh ffmpeg from svn, and hardlink 
> the .c and .h files you see here to the ffmpeg/libavfilter/ directory.
> +* You can run configure and make as normal, but you'll have to descend to 
> ffmpeg/libavfilter and run make to get libavfilter.a
> +
> +See the TODO for what works and doesnt work at this point :)

Please keep lines below 80 characters where reasonably possible.

> --- /dev/null 00:00:00 1970   (empty, because file is newly added)
> +++ afilters/TODO     Thu May 28 05:19:12 2009        (r4319)
> @@ -0,0 +1,13 @@
> +
> +At current, I still need to
> +
> +Phase 1:
> +* Finalize Audio API
> +* Keep the filters fast
> +* Create method for converting between different PCM formats, and linking 
> the chain together correctly
> +
> +Phase 2:
> +* Write a few filters for the API
> +* Integrate libavfilter into the ffmpeg executable
> +* Document

ditto


Please use K&R coding style for new files, this applies to the rest of
the files you committed.

Diego
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to