OSDN Git Service

Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 5 Sep 2011 00:04:27 +0000 (02:04 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 5 Sep 2011 01:10:45 +0000 (03:10 +0200)
commitd2084402e6034e8d49ea50ebe212c4e8783d028a
tree4887311120f2f7f5bdd105c919e60615ec9f53fb
parentb881a2e254f3948a2ff1775a7e2ae58abdef96b6
parentfb47997edb9d8ff16fc380d005a08c0545624aa6
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  lavc: fix type for thread_type option
  avconv: move format to options context
  avconv: move limit_filesize to options context
  avconv: move start_time, recording_time and input_ts_offset to options context
  avconv: add a context for options.
  cmdutils: allow storing per-stream/chapter/.... options in a generic way
  cmdutils: split per-option code out of parse_options().
  cmdutils: add support for caller-provided option context.
  cmdutils: declare only one pointer type in OptionDef
  cmdutils: move grow_array() from avconv to cmdutils.
  cmdutils: move exit_program() declaration to cmdutils from avconv
  http: Consider the stream as seekable if the reply contains Accept-Ranges: bytes
  nutenc: add namespace to the api facing functions

Conflicts:
avconv.c
cmdutils.c
cmdutils.h
ffmpeg.c
ffplay.c
ffprobe.c
ffserver.c
libavformat/http.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
avconv.c
cmdutils.c
cmdutils.h
ffmpeg.c
ffplay.c
ffprobe.c
ffserver.c
libavcodec/options.c
libavformat/http.c
libavformat/nutenc.c
tests/lavf-regression.sh