1. 12 Nov, 2011 3 commits
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 29582df7
      Michael Niedermayer authored
      * qatar/master:
        vble: remove vble_error_close
        VBLE Decoder
        tta: use an integer instead of a pointer to iterate output samples
        shorten: do not modify samples pointer when interleaving
        mpc7: only support stereo input.
        dpcm: do not try to decode empty packets
        dpcm: remove unneeded buf_size==0 check.
        twinvq: add SSE/AVX optimized sum/difference stereo interleaving
        vqf/twinvq: pass vqf COMM chunk info in extradata
        vqf: do not set bits_per_coded_sample for TwinVQ.
        twinvq: check for allocation failure in init_mdct_win()
        swscale: add padding to conversion buffer.
        rtpdec: Simplify finalize_packet
        http: Handle proxy authentication
        http: Print an error message for Authorization Required, too
        AVOptions: don't return an invalid option when option list is empty
        AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)
      
      Conflicts:
      	libavcodec/avcodec.h
      	libavcodec/tta.c
      	libavcodec/vble.c
      	libavcodec/version.h
      	libavutil/opt.c
      	libswscale/utils.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      29582df7
    • Janne Grunau's avatar
      vble: remove vble_error_close · 6761b6b8
      Janne Grunau authored
      It does not make much sense to factor the error handling to its own
      av_always_inline function. Fixes "format not a string literal and no
      format arguments" warning in the av_log.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      6761b6b8
    • Derek Buitenhuis's avatar
      VBLE Decoder · 0c251257
      Derek Buitenhuis authored
      Add a decoder for the VBLE Lossless Codec, which
      still has a cult following. Used to be popular
      several years ago on doom9.
      Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      0c251257
  2. 11 Nov, 2011 37 commits