1. 22 Nov, 2010 4 commits
  2. 21 Nov, 2010 11 commits
  3. 20 Nov, 2010 8 commits
  4. 19 Nov, 2010 12 commits
  5. 18 Nov, 2010 5 commits
    • Erwan Tulou's avatar
      skins2(Win32): remove an unneeded WS_EX_TOOLWINDOW option · 6c74b935
      Erwan Tulou authored
      This option prevents windows from being displayed in the alt-tab list.
      This should fix trac #4343 for Vista and Win7  (to be tested)
      6c74b935
    • Rafaël Carré's avatar
      fix [41373a85] · 2f530241
      Rafaël Carré authored
      We don't want an universal build on osx
      2f530241
    • Rafaël Carré's avatar
      fix [50c315b8] · 181c3eea
      Rafaël Carré authored
      181c3eea
    • Rafaël Carré's avatar
      ncurses: redraw interface unconditionally · 94189fca
      Rafaël Carré authored
      redraw happens on getch() return, on timeout (1 second), or on keypress
      wether the key was handled or not.
      
      input change is now checked in the main loop
      94189fca
    • Rafaël Carré's avatar
      x264: write first SEI NAL into first picture · 39110573
      Rafaël Carré authored
      It contains the x264 version info and options used for encoding
      If we let it in extradata it will not be present in the final file
      
      libavcodec does that already, and this makes it easier to compare x264
      options used by VLC and FFmpeg.
      
      Comparing FFmpeg and VLC with the exact same set of options might help
      finding why mpeg (at least mpeg2/mpeg4/flv) encoding is 5 times slower
      with vlc than with ffmpeg, supposedly for the same set of options.
      39110573