Skip to content
Snippets Groups Projects
  1. Nov 22, 2016
  2. Jan 11, 2016
  3. Jan 03, 2016
  4. Nov 30, 2015
    • 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: default avatarwm4 <nfxjfg@googlemail.com>
      Signed-off-by: default avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
      7b11eead
  5. Oct 10, 2015
  6. Sep 24, 2015
  7. Jul 27, 2015
  8. Apr 20, 2015
  9. Apr 19, 2015
  10. Nov 29, 2014
  11. Oct 13, 2014
    • Anton Khirnov's avatar
      lavc: use a separate field for exporting audio encoder padding · 2df0c32e
      Anton Khirnov authored
      Currently, the amount of padding inserted at the beginning by some audio
      encoders, is exported through AVCodecContext.delay. However
      - the term 'delay' is heavily overloaded and can have multiple different
        meanings even in the case of audio encoding.
      - this field has entirely different meanings, depending on whether the
        codec context is used for encoding or decoding (and has yet another
        different meaning for video), preventing generic handling of the codec
        context.
      
      Therefore, add a new field -- AVCodecContext.initial_padding. It could
      conceivably be used for decoding as well at a later point.
      2df0c32e
  12. Sep 13, 2014
  13. Jul 17, 2014
  14. Jun 22, 2014
  15. Jun 13, 2014
  16. May 07, 2014
  17. Jun 29, 2013
  18. May 15, 2013
  19. May 04, 2013
  20. Mar 09, 2013
  21. Feb 08, 2013
  22. Dec 20, 2012
  23. Nov 11, 2012
  24. Nov 04, 2012
  25. Aug 07, 2012
  26. Jun 08, 2012
  27. Apr 05, 2012
  28. Mar 20, 2012
  29. Feb 29, 2012
  30. Feb 15, 2012
  31. Feb 13, 2012
  32. Jan 28, 2012
  33. Nov 25, 2011
  34. Nov 02, 2011
    • Justin Ruggles's avatar
      ac3enc: doxygen update. · c2d9a65b
      Justin Ruggles authored
      Add some parameters to existing function documentation.
      Remove some unneeded documentation.
      Convert some static function documentation to non-doxygen style.
      c2d9a65b
  35. Sep 05, 2011
  36. Aug 11, 2011
  37. Aug 09, 2011
Loading