1. 23 Aug, 2019 1 commit
    • Marton Balint's avatar
      avformat/mpegtsenc: get rid of packet counting for sdt/pat/pmt · 2fb55089
      Marton Balint authored
      The packet counting based approach caused excessive sdt/pat/pmt for VBR, so
      let's use a timestamp based approach instead similar to how we emit PCRs.
      SDT/PAT/PMT period should be consistent for both VBR and CBR from now on.
      
      Also change the type of sdt_period and pat_period to AV_OPT_TYPE_DURATION so no
      floating point math is necessary.
      
      Fixes ticket #3714.
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      2fb55089
  2. 14 Mar, 2017 1 commit
    • wm4's avatar
      ffmpeg, ffprobe: don't "merge" side data into packet data by default · 55eab173
      wm4 authored
      Preparation for potentially disabling merged side data by default in the
      libs. Do this in particular because it affects fate tests.
      
      The changed tests either reflect added packet side data, or the changed
      packet size due to merged side data removal reducing the packet size.
      55eab173
  3. 23 Feb, 2016 1 commit
    • Stefano Sabatini's avatar
      lavc/lavf: transmit stream_id information for mpegts KLV data packets · 14f7a3d5
      Stefano Sabatini authored
      This allows to copy information related to the stream ID from the demuxer
      to the muxer, thus allowing for example to retain information related to
      synchronous and asynchronous KLV data packets. This information is used
      in the muxer when remuxing to distinguish the two kind of packets (if the
      information is lacking, data packets are considered synchronous).
      
      The fate reference changes are due to the use of
      av_packet_merge_side_data(), which increases the size of the output
      packet size, since side data is merged into the packet data.
      14f7a3d5
  4. 06 Jun, 2014 2 commits
  5. 26 Apr, 2013 1 commit
  6. 25 Apr, 2013 1 commit
  7. 02 Dec, 2012 1 commit
    • Janne Grunau's avatar
      fate: split dependencies for fate-seek tests · abab0435
      Janne Grunau authored
      Each fate-seek test depends now only on the corresponding fate-acodec,
      fate-vsynth2 or fate-lavf test which creates the file seek-tests
      operates on. The tests and references are renamed to match the test they
      depend on.
      abab0435
  8. 27 Sep, 2012 1 commit
  9. 20 Mar, 2012 1 commit
  10. 11 Feb, 2012 1 commit
  11. 21 Oct, 2011 2 commits
  12. 20 Jul, 2010 1 commit
  13. 08 Mar, 2010 1 commit
  14. 02 Mar, 2010 1 commit