Skip to content
Snippets Groups Projects
  1. Jun 11, 2010
  2. Jun 10, 2010
  3. Jun 09, 2010
    • John Koleszar's avatar
      Remove secondary mv clamping from decode stage · 3085025f
      John Koleszar authored
      This patch removes the secondary MV clamping from the MV decoder. This
      behavior was consistent with limits placed on non-split MVs by the
      reference encoder, but was inconsistent with the MVs generated in the
      split case.
      
      The purpose of this secondary clamping was only to prevent crashes on
      invalid data. It was not intended to be a behaviour an encoder could or
      should rely on. Instead of doing additional clamping in a way that
      changes the entropy context, the secondary clamp is removed and the
      border handling is made implmentation specific. With respect to the
      spec, the border is treated as essentially infinite, limited only by
      the clamping performed on the near/nearest reference and the maximum
      encodable magnitude of the residual MV.
      
      This does not affect any currently produced streams.
      
      Change-Id: I68d35a2fbb51570d6569eab4ad233961405230a3
      3085025f
  4. Jun 08, 2010
  5. Jun 07, 2010
  6. Jun 06, 2010
  7. Jun 05, 2010
    • John Koleszar's avatar
      shared library support (.so) · 7aa97a35
      John Koleszar authored
      This patch adds support for building shared libraries when configured
      with the --enable-shared switch.
      
      Building DLLs would require more invasive changes to the sample
      utilities than I want to make in this patch, since on Windows you can't
      use the address of an imported symbol in a static initializer. The best
      way to work around this is proably to build the codec interface mapping
      table with an init() function, but dll support is of questionable value
      anyway, since most windows users will probably use a media framework
      lib like webmdshow, which links this library in staticly.
      
      Change-Id: Iafb48900549b0c6b67f4a05d3b790b2643d026f4
      7aa97a35
    • Aℓex Converse's avatar
      Remove some bashism from the shell scripts. · 9a27722b
      Aℓex Converse authored
      Note that configure.sh still uses the bashism $(RANDOM).
      9a27722b
  8. Jun 04, 2010
  9. Jun 03, 2010
  10. Jun 02, 2010
  11. Jun 01, 2010
  12. May 30, 2010
  13. May 28, 2010
  14. May 27, 2010
  15. May 26, 2010
Loading