1. 22 Apr, 2011 2 commits
    • Stefano Sabatini's avatar
      matroskaenc: replace AVERROR_NOTSUPP with AVERROR(EINVAL) · 50f43fb0
      Stefano Sabatini authored
      AVERROR_NOTSUPP has been dropped with the major bump. Since the
      signalled error denotes a configuration problem, AVERROR(EINVAL) looks
      an adequate replacement.
      Signed-off-by: 's avatarStefano Sabatini <stefano.sabatini-lala@poste.it>
      50f43fb0
    • Michael Niedermayer's avatar
      Merge remote branch 'qatar/master' · 8772156b
      Michael Niedermayer authored
      * qatar/master:
        APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.
        Introduce slice threads flag.
        FATE: allow forcing thread-type when doing threaded fate runs.
        Use av_log_ask_for_sample() where appropriate.
        error: sort, pack, and align error code and string definitions
        The stabilization period after version bumps should be one month, not one week.
        applehttp: Expose the stream bitrate via metadata
        doc: Add some initial docs on the applehttp demuxer
        Provide a fallback version of the libm function trunc
        libavdevice: Define _XOPEN_SOURCE for usleep
        lavc: provide deprecated avcodec_thread_init until next major version
        lavc: provide the opt.h header until the next bump
        error: change AVERROR_EOF value
        error: remove AVERROR_NUMEXPECTED
        error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c
      
      Conflicts:
      	libavcodec/h264.c
      	libavutil/error.c
      	libavutil/error.h
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      8772156b
  2. 21 Apr, 2011 24 commits
  3. 20 Apr, 2011 14 commits