[libav-commits] rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r

2012-06-13 Thread Martin Storsjö
Module: libav Branch: master Commit: 053386864219eccbcca1886c55f902f9555428a5 Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Jun 13 10:51:22 2012 +0300 rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r This fixes builds on platforms without str

[libav-commits] jack: update to new latency range API as the old one has been deprecated

2012-06-13 Thread Sean McGovern
Module: libav Branch: master Commit: 8772997d102024b23fc820e3e5d9b96b4d309092 Author:Sean McGovern Committer: Diego Biurrun Date: Mon Jun 11 18:22:31 2012 -0400 jack: update to new latency range API as the old one has been deprecated Fixes Bugzilla #279. Signed-off-by: Diego Biurrun

[libav-commits] lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().

2012-06-13 Thread Anton Khirnov
Module: libav Branch: master Commit: 84b9fbe05578c8b4058e72bb0b203665a446a95a Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Jun 12 19:57:57 2012 +0200 lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). This will allow making AVFilterPad opaque for the calling ap

[libav-commits] lavfi: make avfilter_get_video_buffer() private on next bump.

2012-06-13 Thread Anton Khirnov
Module: libav Branch: master Commit: 6d58358a3a3274e84a4e34a348165fbb3f484587 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed May 30 10:31:48 2012 +0200 lavfi: make avfilter_get_video_buffer() private on next bump. They are only useful inside filters and we don't allow user fi

[libav-commits] lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs

2012-06-13 Thread Anton Khirnov
Module: libav Branch: master Commit: 9baeff9506a890c8f9f27c08cf331f827c24726a Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Jun 12 21:25:10 2012 +0200 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs This is more consistent with naming in the rest of

[libav-commits] lavfi: make AVFilterPad opaque after two major bumps.

2012-06-13 Thread Anton Khirnov
Module: libav Branch: master Commit: 9d0bfc5052fa73ac8df89ec9992d77b07840fdf0 Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Jun 12 20:12:42 2012 +0200 lavfi: make AVFilterPad opaque after two major bumps. It will allow adding new fields to it without ABI breaks. --- avcon

[libav-commits] build: Do not delete tests/vsynth2 directory, which is no longer created.

2012-06-13 Thread Diego Biurrun
Module: libav Branch: master Commit: a48802836261082be8fe3d809e9e788f50620536 Author:Diego Biurrun Committer: Diego Biurrun Date: Wed Jun 13 12:17:06 2012 +0200 build: Do not delete tests/vsynth2 directory, which is no longer created. --- .gitignore |1 - tests/Makefile |

[libav-commits] avfiltergraph: remove a redundant call to avfilter_get_by_name().

2012-06-13 Thread Anton Khirnov
Module: libav Branch: master Commit: 24b2f4ed21e463a4bd3beec16f2bdef4a15241c1 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Jun 13 10:12:08 2012 +0200 avfiltergraph: remove a redundant call to avfilter_get_by_name(). --- libavfilter/avfiltergraph.c |3 +-- 1 files chan

[libav-commits] lavfi: allow building without swscale.

2012-06-13 Thread Anton Khirnov
Module: libav Branch: master Commit: 2f296e39a17cd947c6675c20ff61a2d993ff0de2 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Jun 13 10:10:31 2012 +0200 lavfi: allow building without swscale. --- configure |4 ++-- libavfilter/Makefile|4 +++

[libav-commits] configure: add all filters hardcoded into avconv to avconv_deps

2012-06-13 Thread Anton Khirnov
Module: libav Branch: master Commit: ce03b0881a941b64c8478aaf7ff759a7fb43a382 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Jun 13 10:17:28 2012 +0200 configure: add all filters hardcoded into avconv to avconv_deps --- configure |5 +++-- 1 files changed, 3 insertions(

[libav-commits] lavfi/audio: use av_samples_copy() instead of custom code.

2012-06-13 Thread Anton Khirnov
Module: libav Branch: master Commit: 9cdf74f904f76b2a1da474a2290c7e9ed34dd431 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Jun 13 10:52:35 2012 +0200 lavfi/audio: use av_samples_copy() instead of custom code. Fixes a possible invalid write, found by Nicolas George. --- l

[libav-commits] rtmp: Handle server bandwidth packets

2012-06-13 Thread Samuel Pitoiset
Module: libav Branch: master Commit: c2d38beab2858307f76b01070e7044f2577b8600 Author:Samuel Pitoiset Committer: Martin Storsjö Date: Wed Jun 13 14:47:26 2012 +0200 rtmp: Handle server bandwidth packets Signed-off-by: Martin Storsjö --- libavformat/rtmpproto.c | 12 +++-

[libav-commits] rtmp: Display a verbose message when an unknown packet type is received

2012-06-13 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 9ff930aace0d61a355f14e49f9fa1d95b8c0e5be Author:Samuel Pitoiset Committer: Martin Storsjö Date: Wed Jun 13 14:45:57 2012 +0200 rtmp: Display a verbose message when an unknown packet type is received Signed-off-by: Martin Storsjö --- libavformat

[libav-commits] rtmp: Set the client buffer time to 3s instead of 0.26s

2012-06-13 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 9477c035a768261e54c50404c0f3746bf023f7a4 Author:Samuel Pitoiset Committer: Martin Storsjö Date: Wed Jun 13 14:48:02 2012 +0200 rtmp: Set the client buffer time to 3s instead of 0.26s This factorizes existing code into a new function gen_buffer_time

[libav-commits] rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time

2012-06-13 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 8517e9c476e8cf92d9ed25b6486bb43d3dc2c49d Author:Samuel Pitoiset Committer: Martin Storsjö Date: Wed Jun 13 15:02:03 2012 +0200 rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time Signed-off-by: Martin Storsjö --- doc/protoc