1. 07 Feb, 2020 1 commit
  2. 17 Oct, 2019 1 commit
  3. 20 Sep, 2019 1 commit
  4. 20 Jun, 2019 1 commit
  5. 01 Jan, 2019 1 commit
  6. 22 Nov, 2016 1 commit
  7. 11 Jan, 2016 1 commit
  8. 03 Jan, 2016 1 commit
  9. 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
  10. 10 Oct, 2015 1 commit
  11. 24 Sep, 2015 1 commit
  12. 27 Jul, 2015 1 commit
  13. 20 Apr, 2015 1 commit
  14. 19 Apr, 2015 1 commit
  15. 29 Nov, 2014 1 commit
  16. 13 Oct, 2014 1 commit
    • 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
  17. 13 Sep, 2014 1 commit
  18. 17 Jul, 2014 1 commit
  19. 22 Jun, 2014 1 commit
  20. 13 Jun, 2014 1 commit
  21. 07 May, 2014 1 commit
  22. 29 Jun, 2013 1 commit
  23. 15 May, 2013 1 commit
  24. 04 May, 2013 1 commit
  25. 09 Mar, 2013 1 commit
  26. 08 Feb, 2013 1 commit
  27. 20 Dec, 2012 1 commit
  28. 11 Nov, 2012 1 commit
  29. 04 Nov, 2012 1 commit
  30. 07 Aug, 2012 1 commit
  31. 08 Jun, 2012 1 commit
  32. 05 Apr, 2012 1 commit
  33. 20 Mar, 2012 1 commit
  34. 29 Feb, 2012 2 commits
  35. 15 Feb, 2012 1 commit
  36. 13 Feb, 2012 1 commit
  37. 28 Jan, 2012 1 commit
  38. 25 Nov, 2011 1 commit
  39. 02 Nov, 2011 1 commit
    • 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