[libav-commits] lavc: fix type for thread_type option

2011-09-04 Thread Anton Khirnov
Module: libav Branch: master Commit: fb47997edb9d8ff16fc380d005a08c0545624aa6 Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Sep 4 09:56:47 2011 +0200 lavc: fix type for thread_type option It should be flags, not int. --- libavcodec/options.c |2 +- 1 files changed, 1

[libav-commits] avconv: add a context for options.

2011-09-04 Thread Anton Khirnov
Module: libav Branch: master Commit: 575ec4e17d4e9824bc015651dc99f0c778402866 Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Aug 28 17:21:56 2011 +0200 avconv: add a context for options. Move stream maps to it. Eventually all non-global options should be stored in it. ---

[libav-commits] avconv: move format to options context

2011-09-04 Thread Anton Khirnov
Module: libav Branch: master Commit: 7041bb3b1ad6d1e7fd2fecd51246207af0440ffc Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Aug 28 18:20:17 2011 +0200 avconv: move format to options context --- avconv.c | 36 ++-- 1 files changed, 14 inser

[libav-commits] avconv: move start_time, recording_time and input_ts_offset to options context

2011-09-04 Thread Anton Khirnov
Module: libav Branch: master Commit: 6b779cccaab1856575b1840e09510b0f54e988a6 Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Aug 28 18:20:17 2011 +0200 avconv: move start_time, recording_time and input_ts_offset to options context --- avconv.c | 68 +++

[libav-commits] cmdutils: allow storing per-stream/chapter/.... options in a generic way

2011-09-04 Thread Anton Khirnov
Module: libav Branch: master Commit: 6361c5e1e61033259e91b480f23ae81bed775c8b Author:Anton Khirnov Committer: Anton Khirnov Date: Mon Aug 29 07:54:56 2011 +0200 cmdutils: allow storing per-stream/chapter/ options in a generic way --- cmdutils.c | 13 - cmdutils.h |

[libav-commits] avconv: move limit_filesize to options context

2011-09-04 Thread Anton Khirnov
Module: libav Branch: master Commit: 13ccba50d45662a15777b549b2fcd9b4621b0e01 Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Aug 28 18:20:17 2011 +0200 avconv: move limit_filesize to options context --- avconv.c |8 tests/fate/mp3.mak | 12 ++---

[libav-commits] cmdutils: add support for caller-provided option context.

2011-09-04 Thread Anton Khirnov
Module: libav Branch: master Commit: 7cc8d6385aaf1005700305f21d5d56b51b38c537 Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Aug 28 14:43:54 2011 +0200 cmdutils: add support for caller-provided option context. This is the first step to removing the globals plague from avtools

[libav-commits] cmdutils: declare only one pointer type in OptionDef

2011-09-04 Thread Anton Khirnov
Module: libav Branch: master Commit: 7efe05ab298ae18437c9796f43b9f47474763a39 Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Aug 28 14:27:27 2011 +0200 cmdutils: declare only one pointer type in OptionDef This will be useful in the following commit. --- cmdutils.c | 12 +

[libav-commits] cmdutils: split per-option code out of parse_options().

2011-09-04 Thread Anton Khirnov
Module: libav Branch: master Commit: 2f8e586df14649ebf1538dc610928c844e0068ec Author:Anton Khirnov Committer: Anton Khirnov Date: Mon Aug 29 08:11:03 2011 +0200 cmdutils: split per-option code out of parse_options(). This allows options like -target, which are just shortcuts for other

[libav-commits] cmdutils: move exit_program() declaration to cmdutils from avconv

2011-09-04 Thread Anton Khirnov
Module: libav Branch: master Commit: dad09ff93f5df1ec987493f404d43cd16991e992 Author:Anton Khirnov Committer: Anton Khirnov Date: Mon Aug 29 07:03:24 2011 +0200 cmdutils: move exit_program() declaration to cmdutils from avconv Allows cmdutils to call each tool's own cleanup function.

[libav-commits] cmdutils: move grow_array() from avconv to cmdutils.

2011-09-04 Thread Anton Khirnov
Module: libav Branch: master Commit: cac651c83417dde3b64a6620cac32f078c9c399f Author:Anton Khirnov Committer: Anton Khirnov Date: Mon Aug 29 07:11:57 2011 +0200 cmdutils: move grow_array() from avconv to cmdutils. --- avconv.c | 20 cmdutils.c | 19 +++

[libav-commits] http: Consider the stream as seekable if the reply contains Accept-Ranges: bytes

2011-09-04 Thread Stefan Fritsch
Module: libav Branch: master Commit: 346ea9e22240b4442f479518f6c3b40c9bec9487 Author:Stefan Fritsch Committer: Martin Storsjö Date: Sun Sep 4 10:56:24 2011 +0200 http: Consider the stream as seekable if the reply contains Accept-Ranges: bytes The initial request contains "Range: 0-",

[libav-commits] nutenc: add namespace to the api facing functions

2011-09-04 Thread Luca Barbato
Module: libav Branch: master Commit: 5ee5dc4e9a094db235fd86454b019b02fa250eee Author:Luca Barbato Committer: Luca Barbato Date: Wed Aug 31 19:27:17 2011 +0200 nutenc: add namespace to the api facing functions Rename write_{header,packet,trailer} to nut_write_{header,packet,trailer} in

[libav-commits] remove references to past conflicts in the conflict resolution section

2011-09-04 Thread Vladimir Pantelic
Module: libav.org Branch: master Commit: 173d6c0e57103501eb76303181909e99abb3522e Author:Vladimir Pantelic Committer: Diego Biurrun Date: Sat Sep 3 17:23:40 2011 +0200 remove references to past conflicts in the conflict resolution section Signed-off-by: Diego Biurrun --- src/abou