1. 13 Aug, 2015 5 commits
  2. 12 Aug, 2015 13 commits
  3. 11 Aug, 2015 16 commits
  4. 10 Aug, 2015 2 commits
  5. 09 Aug, 2015 4 commits
    • David Fuhrmann's avatar
      macosx: Modernize and fix shared dialog panels · 4da13fbc
      David Fuhrmann authored
      Splits PopupPanel and TextfieldPanel into two xib files and
      creates NSWindowController subclasses for each panel.
      
      Each user of the panel gets its own window controller instance.
      This is needed as the same kind of window can be shown multiple
      times simultaneously (e.g. both in video and audio effects).
      
      This also did not work with the previous implementation of the
      2.2 branch and fixes broken behaviour.
      4da13fbc
    • David Fuhrmann's avatar
    • Ilkka Ollakka's avatar
      avcodec: refactor frame_rate probing into own function · 3068a849
      Ilkka Ollakka authored
      if codec has list of supported framerates, select highest one
      unless user has provided one. If we end up using CLOCK_FREQ in
      time_base, it should be quite ok in most cases. Tested with ts/mp4/webm
      and mp2v/mp4v/VP80. For some cases it can select higher fps in
      mpeg-codecs (60fps) in case of input fps isn't yet known in that point
      or is fubared.
      
      Also add special case for MP4V as it doesn't like CLOCK_FREQ in
      time_base/frame_rates.
      3068a849
    • Ilkka Ollakka's avatar
      avcodec: cosmetic, fix indenting · 50f98e2a
      Ilkka Ollakka authored
      50f98e2a