Skip to content
Snippets Groups Projects
  1. May 21, 2013
    • Marco Paniconi's avatar
      Fixes for run-time change in temporal layers. · fb48bbf5
      Marco Paniconi authored
      Use a separate counter for resetting the pattern upon
      a change in temporal layers, and set/initialize the
      layer context parameters for the new temporal layer state.
      
      Also moved the setting of layer configuation in init_config()
      to a separate function.
      
      Change-Id: Ic7fc023a1e5490020509e107004645098f4c00f0
      fb48bbf5
  2. May 03, 2013
  3. May 02, 2013
  4. May 01, 2013
    • Martin Storsjö's avatar
      configure: arm: Check __ARM_PCS_VFP if the float ABI hasn't been defined · 2ce47839
      Martin Storsjö authored
      The support for detecting hardfp toolchains in af9dd50e is a
      step in the right direction, but that particular switch case
      isn't executed at all if the toolchain variable is set.
      
      This fixes cross building from x86 ubuntu to armhf ubuntu,
      in configurations such as
      "CROSS=arm-linux-gnueabihf- ./configure --target=armv7-linux-gcc".
      
      Change-Id: I6f141361e40374fbab564f9196d90e598fe9a0f6
      2ce47839
  5. Apr 30, 2013
  6. Apr 29, 2013
  7. Apr 26, 2013
  8. Apr 25, 2013
  9. Apr 24, 2013
  10. Apr 23, 2013
    • Johann Koenig's avatar
      Resolve declaration and implementation. · 7af58d43
      Johann Koenig authored
      Clean Windows build warnings:
      warning C4028: formal parameter <N> different from declaration
      
      This was fixed independently in master and experimental but the fixes
      were in opposite directions. One added const to the declaration and the
      other removed it from the implementation.
      
      Also update the variable names. This doesn't modify the data so call it
      ref, matching the functions in the vicinity, rather than dst.
      
      Change-Id: I2ffc6b4a874cb98c26487b909d20a5e099b5582c
      7af58d43
    • Johann Koenig's avatar
      Improve sign consistency. · ac980b71
      Johann Koenig authored
      Fix warning on windows: signed/unsigned mismatch on lines 415, 454
      
      Comparison was between size_t data_sz >= int index_sz on 415 and
      unsigned int data_sz >= int index_sz on 454. Both might be changed to
      size_t but that would be tracing and replacing all comparisons is
      outside the scope of this change.
      
      In the rest of these two functions ensure unsigned values are used
      consistently.
      
      Change-Id: I922b399ceca612a92f44b9d1d331c1c6bae9d768
      ac980b71
  11. Apr 19, 2013
  12. Apr 18, 2013
  13. Apr 17, 2013
    • Frank Galligan's avatar
      libvpx: Fix vp9 clang build. · 2bb8ecad
      Frank Galligan authored
      - UNINITIALIZED_IS_SAFE Macro triggers a warning in Clang for
        structs.
      
      Change-Id: Ib02c82f1fede7826564e17ccb7171c6fb18b8e44
      2bb8ecad
    • Johann Koenig's avatar
      Fix Android ndk-build · 3810bca9
      Johann Koenig authored
      Add the config directory to the rtcd generation script. libvpx is
      configured in the jni directory but ndk-build is intended to be run from
      the next directory up. Currently it needs to be run from the jni
      directory but this is being looked in to.
      
      Add a trailing slash to allow the variable to be empty.
      
      Reduce offset generation to the files which are actually used.
      
      Change-Id: Ia84fac37e8998ba647423d0ee45fc66a891ce10c
      3810bca9
    • Johann Koenig's avatar
      fc37c219
    • Jim Bankoski's avatar
      Merge "set up a speed 1" · cb044e6d
      Jim Bankoski authored
      cb044e6d
  14. Apr 16, 2013
  15. Apr 15, 2013
  16. Apr 12, 2013
    • Marco Paniconi's avatar
      Fix for multi-res-encoding: · 282c9639
      Marco Paniconi authored
      Use local variable for setting the improved prediction mode.
      cpi->sf.improved_mv_pred is set/fixed at the frame level
      and should not be changed inside pick_inter_mode.
      
      Change-Id: Ie28d9171ac000e631af0e30204970e3d4fff3078
      282c9639
  17. Apr 05, 2013
  18. Apr 02, 2013
Loading