Skip to content
Snippets Groups Projects
  1. Mar 30, 2011
  2. Mar 29, 2011
  3. Mar 28, 2011
  4. Mar 27, 2011
  5. Mar 26, 2011
    • Philip Langdale's avatar
      Revert "CrystalHD: Improve interlaced h.264 support." · b45aceb6
      Philip Langdale authored
      This reverts commit e44073ca.
      b45aceb6
    • Philip Langdale's avatar
      CrystalHD: Improve interlaced h.264 support. · e44073ca
      Philip Langdale authored
      As previously discussed, the CrystalHD hardware returns exceptionally
      useless information about interlaced h.264 content - to the extent
      that it's not possible to distinguish MBAFF and PAFF content until
      it's too late.
      
      This change introduces use of the h264_parser to help bridge the
      gap; it can indicate if the input data is PAFF fields or not.
      
      With this clarity, some of heuristics can be removed from the code,
      making this less convoluted.
      
      Finally, I found an MBAFF clip that acts like non h.264 content so
      I had to make allowances for that.
      
      Note that I still cannot distinguish between two forms of PAFF,
      where the hardware either returns individual fields or a field-pair.
      It's not clear that there's even a spec relevant difference between
      the two forms, as opposed to hardware ideosyncracies.
      e44073ca
  6. Mar 25, 2011
  7. Mar 24, 2011
  8. Mar 23, 2011
  9. Mar 22, 2011
  10. Mar 21, 2011
  11. Mar 20, 2011
    • Panagiotis H.M. Issaris's avatar
      Do no modify terminal parameters using termios.h · cb48e245
      Panagiotis H.M. Issaris authored
      
      Remove usage of tcgetattr and tcsetattr to modify terminal
      parameters, and rely on ctrl-c to stop instead of pressing 'q'.
      On systems with conio.h, keep the old behavior.
      
      Changing the terminal settings causes problems if multiple instances
      are running asynchronously on the same terminal, such as during a
      parallel FATE run, or if the process crashes before restoring the
      terminal.  In both cases, the terminal state is messed up requiring
      a manual reset.
      
      Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
      cb48e245
    • Mans Rullgard's avatar
      Move sine windows to a separate file · 4538729a
      Mans Rullgard authored
      
      These windows do not really belong in fft/mdct files and were
      easily confused with the similarly named tables used by rdft.
      
      Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
      4538729a
  12. Mar 19, 2011
  13. Mar 18, 2011
  14. Mar 17, 2011
  15. Mar 16, 2011
Loading