Skip to content
Snippets Groups Projects
  1. Apr 05, 2013
  2. Mar 26, 2013
  3. Feb 24, 2013
  4. Jan 17, 2013
  5. Dec 06, 2012
  6. Nov 06, 2012
  7. Nov 03, 2012
  8. Oct 25, 2012
  9. Oct 23, 2012
  10. Oct 19, 2012
  11. Oct 16, 2012
  12. Sep 07, 2012
  13. Sep 02, 2012
  14. Aug 28, 2012
  15. Aug 07, 2012
    • Mans Rullgard's avatar
      build: change checkheaders to use regular build rules · dfd9159f
      Mans Rullgard authored
      
      Many compilers need special flags to compile *.h files as regular
      source code, if they will do so at all.  Rather than hoping all
      compilers will have such a flag and adding mappings for it, create
      wrapper .c files for test building single headers.
      
      This allows using the regular rule for compiling C files without the
      need for special flags, and it also provides proper dependency tracking
      for these objects.
      
      Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
      dfd9159f
  16. Jul 07, 2012
  17. Jul 04, 2012
  18. Jun 13, 2012
  19. May 12, 2012
  20. May 09, 2012
  21. May 02, 2012
  22. Apr 27, 2012
  23. Mar 25, 2012
  24. Feb 23, 2012
  25. Jan 25, 2012
  26. Jan 23, 2012
  27. Dec 20, 2011
  28. Sep 19, 2011
  29. Sep 12, 2011
  30. Sep 11, 2011
  31. Aug 22, 2011
    • Nicolas George's avatar
      lavc: add a table of all codecs names. · b3be9f4a
      Nicolas George authored
      The table is automatically generated from the definition of enum CodecID in
      avcodec.h and contains the name of all known codecs, even those for which no
      encoder nor decoder exists or is enabled.
      
      The table is queried using the avcodec_get_name function.
      
      If CONFIG_SMALL is true, the table is not compiled in; the avcodec_get_name
      looks for names in the list of available decoders and encoders.
      b3be9f4a
  32. Aug 12, 2011
  33. Aug 09, 2011
  34. Jul 13, 2011
  35. Jul 06, 2011
Loading