1. 28 Jul, 2009 6 commits
    • Ilkka Ollakka's avatar
      fix typo · f71e37d6
      Ilkka Ollakka authored
      f71e37d6
    • Ilkka Ollakka's avatar
      freetype: add more error-checking · 3806ea87
      Ilkka Ollakka authored
      should not crash if font family not found. Thanks to Anthony Loiseau for
      spotting this one.
      3806ea87
    • Ilkka Ollakka's avatar
      x264: use ABR-mode if user specifies bitrate · 9543a6ab
      Ilkka Ollakka authored
      Also set vbv-bufsize if user didn't specify them.
      bufsize is bitrate * seconds between keyframes instead of earlier
      2*bitrate. Recommended by Dark_Shikari
      
      So now you can stream for mobiles with following:
       sout="#transcode{deinterlace,acodec=mp4a,vcodec=h264,width=320,height=180,venc=x264{no-cabac,bframes=0,ref=3,level=12,keyint=50},vb=180,ab=64,channels=2}...
      
      tested with rtp-output and G1 android. Produces quite stable near cbr
      stream.
      
      And file-encoding should be ok with defaults (without any
      venc=x264-settings or bitrates), if not targeted to
      handhelds/streaming.
      9543a6ab
    • Ilkka Ollakka's avatar
      transcode: change default videobitrate to 0 · 84ae52a6
      Ilkka Ollakka authored
      change from default 800 to zero, as nowdays most of bitrate transcoding
      is for streaming, and 800 ain't good default for that either. Also
      thisways it's easier on check different encoding modes (cbr/qp/etc) on
      video encoder modules.
      
      I did quick look on different modules, but didn't spot anything obvious
      that would break. I'll look ffmpeg and x264 more closely next.
      84ae52a6
    • Rémi Duraffort's avatar
      Zip: fix use after free error. · 56dc82ed
      Rémi Duraffort authored
      56dc82ed
    • Rémi Duraffort's avatar
  2. 27 Jul, 2009 19 commits
  3. 26 Jul, 2009 6 commits
  4. 25 Jul, 2009 9 commits