1. 16 Jun, 2011 4 commits
    • Michael Niedermayer's avatar
      ffmpeg: Force 420 with target dvd and svcd. · f6e2af4f
      Michael Niedermayer authored
      Fixes ticket283
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      f6e2af4f
    • Kirill Zorin's avatar
      mmsh: fix 400 bad request · 6ec2fd5f
      Kirill Zorin authored
      There is no need to write two HTTP newlines (\r\n) into "headers",
      because http_connect (in http.c) already appends one HTTP newline at
      the end of the given headers chunk, which would result in sending
      three HTTP newlines after the headers. Most of the time it's okay
      (although not RFC-conforming), but many proxy servers and the
      occasional strict httpd will puke with a "400 bad request".
      6ec2fd5f
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 7a02527b
      Michael Niedermayer authored
      * qatar/master:
        ac3enc: use correct alignment and length in channel coupling dsp functions.
        ffmpeg: don't abuse a global for passing framerate from input to output
        ffmpeg: don't abuse a global for passing channels from input to output
        ffmpeg: don't abuse a global for passing samplerate from input to output
        ARM: update ff_h264_idct8_add4_neon for 4:4:4 changes
        swscale: use SwsContext for av_log when available
        swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled.
        swscale: Fix compilation with --disable-mmx2.
      
      Conflicts:
      	ffmpeg.c
      	libswscale/utils.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      7a02527b
    • Kirill Zorin's avatar
      a0bafaab
  2. 15 Jun, 2011 15 commits
  3. 14 Jun, 2011 18 commits
  4. 13 Jun, 2011 3 commits