1. 05 Sep, 2011 4 commits
    • Michael Niedermayer's avatar
      swscale: Fix unused asm and enable it · 27bf5993
      Michael Niedermayer authored
      Author of the fix is ronald, the enabling & commit message are mine.
      
      This fixes
      	commit 4e3e333a
      	Author: Ronald S. Bultje <rsbultje@gmail.com>
      	Date:   Tue Jul 5 12:49:11 2011 -0700
      
      	    swscale: error dithering for 16/9/10-bit to 8-bit.
      
      	    Based on a somewhat similar idea in FFmpeg's swscale copy.
      
      The Fix was originally commited in: (and i missed it due to the commit message)
      	commit 5c391a16
      	Author: Ronald S. Bultje <rsbultje@gmail.com>
      	Date:   Fri Jul 8 14:39:04 2011 -0700
      
      	    swscale: rename uv_off/uv_off2 to uv_off_px/byte.
      27bf5993
    • Michael Niedermayer's avatar
      vf_drawtext: make strftime work without localtime_r() · 038a465e
      Michael Niedermayer authored
      modern OS should have localtime_r() or return thread locals on localtime() hopefully
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      038a465e
    • Michael Niedermayer's avatar
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · d2084402
      Michael Niedermayer authored
      * 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: 's avatarMichael Niedermayer <michaelni@gmx.at>
      d2084402
  2. 04 Sep, 2011 18 commits
  3. 03 Sep, 2011 7 commits
  4. 02 Sep, 2011 9 commits
  5. 01 Sep, 2011 2 commits