Skip to content
Snippets Groups Projects
  1. Apr 20, 2015
  2. Apr 19, 2015
  3. Nov 29, 2014
  4. 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
  5. Sep 13, 2014
  6. Jul 17, 2014
  7. Jun 22, 2014
  8. Jun 13, 2014
  9. May 07, 2014
  10. Jun 29, 2013
  11. May 15, 2013
  12. May 04, 2013
  13. Mar 09, 2013
  14. Feb 08, 2013
  15. Dec 20, 2012
  16. Nov 11, 2012
  17. Nov 04, 2012
  18. Aug 07, 2012
  19. Jun 08, 2012
  20. Apr 05, 2012
  21. Mar 20, 2012
  22. Feb 29, 2012
  23. Feb 15, 2012
  24. Feb 13, 2012
  25. Jan 28, 2012
  26. Nov 25, 2011
  27. 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
  28. Sep 05, 2011
  29. Aug 11, 2011
  30. Aug 09, 2011
  31. Jul 27, 2011
  32. Jul 21, 2011
  33. Jul 19, 2011
    • Justin Ruggles's avatar
      eac3enc: use frame exponent strategy when applicable. · 08a747af
      Justin Ruggles authored
      This checks if the set of selected exponent strategies for all blocks in a
      channel are in the frame exponent strategy table, and if so, writes the
      table index instead of each strategy. This saves up to 7 bits per channel per
      frame, so the overall effect on quality is small.
      08a747af
  34. Jul 13, 2011
Loading