1. 03 Dec, 2015 4 commits
  2. 02 Dec, 2015 30 commits
  3. 01 Dec, 2015 5 commits
  4. 30 Nov, 2015 1 commit
    • Ganesh Ajjanagadde's avatar
      avcodec/ac3: always use hardcoded tables · 7b11eead
      Ganesh Ajjanagadde authored
      The table in question is a 253 byte one. In fact, it turns out that
      dynamic generation of the table results in an increased binary size.
      
      Code compiled with GCC 5.2.0, x86-64 (size in bytes), before and after
      patch:
      old: 62321064 libavcodec/libavcodec.so.57
      new: 62320536 libavcodec/libavcodec.so.57
      
      Thus, it always make sense to statically allocate this.
      
      Tested with FATE with/without --enable-hardcoded-tables.
      Reviewed-by: 's avatarwm4 <nfxjfg@googlemail.com>
      Signed-off-by: 's avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
      7b11eead