1. 17 Sep, 2011 3 commits
  2. 16 Sep, 2011 34 commits
  3. 15 Sep, 2011 3 commits
    • Stefano Sabatini's avatar
      lavfi: add avfilter_all_channel_layouts public symbol · ea8de109
      Stefano Sabatini authored
      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
    • Stefano Sabatini's avatar
      lavfi: rename avfilter_all_* function names to avfilter_make_all_* · 9899037d
      Stefano Sabatini authored
      A function name should tell what the function does rather than what
      the function returns. This also avoids possible conflicts
      (e.g. between a function and a public list of all supported formats),
      and clarifies the code.
      
      Breaks audio API/ABI, add a backward compatibility layer for video
      API/ABI.
      9899037d
    • Stefano Sabatini's avatar
      APIchanges: remove prores decoder addition entry · 98b906e1
      Stefano Sabatini authored
      It is not an API change.
      98b906e1