1. 19 10月, 2011 1 次提交
  2. 18 10月, 2011 4 次提交
  3. 04 10月, 2011 2 次提交
  4. 20 9月, 2011 1 次提交
  5. 18 9月, 2011 1 次提交
  6. 17 9月, 2011 1 次提交
    • S
      lavfi: add audio convert filter · 37cc443c
      Stefano Sabatini 提交于
      Add aconvert filter to perform sample format, channel layout, and
      packing format conversion.
      
      The aconvert code depends on audio conversion code in libavcodec, so
      this requires a dependency on libavcodec.
      
      Based on previous work by S.N. Hemanth Meenakshisundaram and Mina Nagy
      Zaki, performed for the GSoC 2010 and 2011.
      37cc443c
  7. 16 9月, 2011 1 次提交
    • S
      lavfi: add avfilter_all_channel_layouts public symbol · ea8de109
      Stefano Sabatini 提交于
      This list is mainly useful to be directly used as a parameter by the
      audio sink buffer, when there is no need to force a specific channel
      layout.
      
      The list of formats is generated programmatically, and avoids channel
      layouts not supported by libavfilter (with more than 8 channels).
      
      We preferred to avoid compile-time generation in order to avoid some
      unnecessary complexity (build hacks, generating code maintainance
      etc.).
      
      A more compact way to express this list through the use of macros
      should be possible when libavfilter will support more than 8 channels,
      as there will be no need to filter out channel layouts with more than
      8 channels.
      
      See thread:
      Subject: [FFmpeg-devel] [PATCH] lavfi: add ff_all_channel_layouts internal symbol
      Date: Sat, 20 Aug 2011 15:33:16 +0200
      ea8de109
  8. 12 9月, 2011 2 次提交
  9. 07 9月, 2011 2 次提交
  10. 27 8月, 2011 1 次提交
  11. 23 8月, 2011 1 次提交
  12. 21 8月, 2011 1 次提交
  13. 20 8月, 2011 1 次提交
  14. 17 8月, 2011 1 次提交
  15. 14 8月, 2011 3 次提交
  16. 11 8月, 2011 2 次提交
  17. 07 8月, 2011 1 次提交
    • S
      lavfi: remove gradfun mp wrapper · 640a905e
      Stefano Sabatini 提交于
      The gradfun filter was already integrated natively in libavfilter.
      Both filters issue the same output, and have a comparable performance.
      
      See thread:
      Subject: [FFmpeg-devel] [PATCH] lavfi: remove gradfun mp wrapper
      Date: Fri,  5 Aug 2011 00:19:04 +0200
      640a905e
  18. 06 8月, 2011 1 次提交
  19. 23 7月, 2011 1 次提交
  20. 21 7月, 2011 1 次提交
  21. 15 7月, 2011 3 次提交
  22. 14 7月, 2011 1 次提交
    • S
      lavfi: port boxblur filter from libmpcodecs · 6b61920a
      Stefano Sabatini 提交于
      With the following additions:
      * support to gray format
      * support to yuva420p format
      * parametric luma/chroma/alpha radius
      * consistency check on the radius values, avoid crashes with invalid values
      6b61920a
  23. 11 7月, 2011 1 次提交
  24. 29 6月, 2011 1 次提交
  25. 27 6月, 2011 1 次提交
  26. 26 6月, 2011 1 次提交
  27. 25 6月, 2011 1 次提交
  28. 20 6月, 2011 2 次提交