1. 04 7月, 2014 8 次提交
  2. 03 7月, 2014 5 次提交
  3. 01 7月, 2014 4 次提交
  4. 30 6月, 2014 2 次提交
  5. 29 6月, 2014 2 次提交
  6. 28 6月, 2014 1 次提交
  7. 27 6月, 2014 1 次提交
  8. 26 6月, 2014 2 次提交
    • A
      dump_stream: print the timebase as is, do not reduce it · 3f4edf01
      Anton Khirnov 提交于
      It makes more sense to print the timebase exactly as it is set. Also,
      this avoids a divide by zero when av_dump_format() is called on a format
      context before writing the header.
      3f4edf01
    • G
      avformat/mxfenc: set/force channelcount in MXF D-10 · 3eae34d5
      Gaullier Nicolas 提交于
      There are interoperability issues with D-10 related to the channelcount property in the generic sound essence descriptor.
      
      On one side, SMPTE 386M requires channel count to be 4 or 8, other values being prohibited.
      The most widespread value is 8, which seems straightforward as it is the actual size of the allocated structure/disk space.
      At the end, it appears that some vendors or workflows do require this descriptor to be 8, and otherwise just "fail".
      
      On the other side, at least AVID and ffmpeg do write/set the channel count to the exact number of channels really "used",
      usually 2 or 4, or any other value. And on the decoding side, ffmpeg (for example) make use of the channel count for probing
      and only expose this limited number of audio streams
      (which make sense but has strong impact on ffmpeg command line usage, output, and downstream workflow).
      
      At the end, I find it pretty usefull to simply give ffmpeg the ability to force/set the channel count to any value the user wants.
      (there are turnaround using complex filters, pans, amerge etc., but it is quite boring and requires the command line to be adapted to the input file properties)
      Reviewed-by: NMatthieu Bouron <matthieu.bouron@gmail.com>
      Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
      3eae34d5
  9. 25 6月, 2014 1 次提交
  10. 24 6月, 2014 6 次提交
  11. 23 6月, 2014 2 次提交
  12. 22 6月, 2014 5 次提交
  13. 21 6月, 2014 1 次提交