1. 07 Apr, 2012 17 commits
  2. 06 Apr, 2012 19 commits
  3. 05 Apr, 2012 4 commits
    • Carl Eugen Hoyos's avatar
      Support yuva444p rawvideo in nut. · 76c79aa2
      Carl Eugen Hoyos authored
      Fixes ticket #1058.
      76c79aa2
    • Justin Ruggles's avatar
      avcodec: remove avcodec_guess_channel_layout() · bb0618e6
      Justin Ruggles authored
      It is not public because the header is not installed, and its functionality
      has been replaced by av_get_default_channel_layout().
      bb0618e6
    • Justin Ruggles's avatar
      avutil: Add av_get_default_channel_layout() · 5cc51a58
      Justin Ruggles authored
      Also, use the new function in the AC-3 encoder.
      5cc51a58
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 2c5a2958
      Michael Niedermayer authored
      * qatar/master:
        h264: Factorize declaration of mb_sizes array.
        vsrc_buffer: when no frame is available, return an error instead of segfaulting.
        configure: add dl to frei0r extralibs.
        dsputil x86: use SSE float instruction instead of SSE2 integer equivalent
        dsputil x86: remove deprecated parameter from scalarproduct_int16 prototype
        vp8dsp x86: perform rounding shift with a single instruction
        fate: add BMP tests.
        swscale: handle complete dimensions for monoblack/white.
        aacenc: Mark deinterleave_input_samples argument as const.
        vf_unsharp: Mark readonly variable as const.
        h264: fix 4:2:2 PCM-macroblocks decoding
      
      Conflicts:
      	configure
      	libavcodec/h264.h
      	libavcodec/x86/dsputil_mmx.c
      	libavfilter/vf_unsharp.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      2c5a2958