1. 07 8月, 2010 2 次提交
  2. 06 8月, 2010 1 次提交
  3. 03 8月, 2010 1 次提交
  4. 30 7月, 2010 2 次提交
  5. 22 7月, 2010 1 次提交
    • S
      Generalize pixel format enum fields to int formats. · bdab614b
      S.N. Hemanth Meenakshisundaram 提交于
      This is needed to make the libavfilter framework work with audio
      filters.
      
      In particular add a type field to AVFilterLink, change the field types:
      enum PixelFormat format   -> int format   in AVFilterBuffer
      enum PixelFormat *formats -> int *formats in AVFilterFormats
      enum PixelFormat *format  -> int format   in AVFilterLink
      
      and change the function signatures:
      AVFilterFormats *avfilter_make_format_list(const enum PixelFormat *pix_fmts); ->
      AVFilterFormats *avfilter_make_format_list(const int *fmts);
      
      int avfilter_add_colorspace(AVFilterFormats **avff, enum PixelFormat pix_fmt); ->
      int avfilter_add_format(AVFilterFormats **avff, int fmt);
      
      AVFilterFormats *avfilter_all_colorspaces(void); ->
      AVFilterFormats *avfilter_all_formats(enum AVMediaType type);
      
      This change breaks libavfilter API/ABI.
      
      Patch by S.N. Hemanth Meenakshisundaram |smeenaks|ucsd|edu|.
      
      Originally committed as revision 24424 to svn://svn.ffmpeg.org/ffmpeg/trunk
      bdab614b
  6. 19 7月, 2010 1 次提交
  7. 18 7月, 2010 3 次提交
  8. 17 7月, 2010 2 次提交
  9. 08 7月, 2010 2 次提交
  10. 02 7月, 2010 1 次提交
  11. 30 6月, 2010 1 次提交
  12. 28 6月, 2010 1 次提交
  13. 10 5月, 2010 1 次提交
  14. 07 5月, 2010 1 次提交
  15. 11 4月, 2010 1 次提交
  16. 31 3月, 2010 1 次提交
  17. 19 3月, 2010 1 次提交
  18. 13 3月, 2010 2 次提交
  19. 16 1月, 2010 2 次提交
  20. 10 1月, 2010 1 次提交
  21. 08 1月, 2010 4 次提交
  22. 07 1月, 2010 1 次提交
  23. 04 1月, 2010 1 次提交
  24. 03 1月, 2010 1 次提交
  25. 05 12月, 2009 1 次提交
  26. 29 11月, 2009 1 次提交
  27. 26 11月, 2009 1 次提交
  28. 25 11月, 2009 2 次提交