1. 28 9月, 2010 2 次提交
  2. 27 9月, 2010 1 次提交
  3. 08 9月, 2010 1 次提交
  4. 24 8月, 2010 2 次提交
  5. 20 8月, 2010 7 次提交
  6. 19 8月, 2010 2 次提交
  7. 18 8月, 2010 1 次提交
  8. 17 8月, 2010 1 次提交
  9. 12 8月, 2010 1 次提交
  10. 11 8月, 2010 3 次提交
  11. 07 8月, 2010 6 次提交
  12. 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
  13. 19 7月, 2010 1 次提交
  14. 11 7月, 2010 1 次提交
  15. 07 5月, 2010 1 次提交
  16. 29 4月, 2010 1 次提交
  17. 03 4月, 2010 1 次提交
  18. 13 3月, 2010 1 次提交
  19. 07 3月, 2010 1 次提交
  20. 01 2月, 2010 1 次提交
  21. 13 1月, 2010 1 次提交
  22. 10 1月, 2010 1 次提交
  23. 03 1月, 2010 1 次提交
  24. 05 12月, 2009 1 次提交