1. 04 Jun, 2012 2 commits
    • Clément Bœsch's avatar
      timecode: move timecode muxer options to metadata. · 6b35f1a2
      Clément Bœsch authored
      Some demuxers set a timecode in the format or streams metadata. The
      muxers now make use of this metadata instead of a duplicated private
      option.
      
      This makes possible transparent copy of the timecode when transmuxing
      and transcoding.
      
      -timecode option for MPEG1/2 codec is also renamed to -gop_timecode. The
      global ffmpeg -timecode option will set it anyway so no option change
      visible for the user.
      6b35f1a2
    • Stefano Sabatini's avatar
      lavfi: use av_default_item_name() as filter private context logger · 0f0f3bd1
      Stefano Sabatini authored
      avfilter_default_filter_name() is supposed to access an AVFilterContext
      struct, if used with a private struct it will cause a crash since it will
      access fields which are non defined in the private struct.
      0f0f3bd1
  2. 03 Jun, 2012 31 commits
  3. 02 Jun, 2012 7 commits