1. 14 May, 2018 1 commit
  2. 12 May, 2018 1 commit
  3. 10 May, 2018 1 commit
  4. 09 May, 2018 1 commit
  5. 06 May, 2018 1 commit
  6. 04 May, 2018 4 commits
  7. 03 May, 2018 1 commit
  8. 02 May, 2018 2 commits
  9. 30 Apr, 2018 1 commit
  10. 29 Apr, 2018 3 commits
  11. 28 Apr, 2018 3 commits
  12. 26 Apr, 2018 5 commits
  13. 22 Apr, 2018 3 commits
  14. 21 Apr, 2018 1 commit
  15. 19 Apr, 2018 1 commit
  16. 17 Apr, 2018 4 commits
    • Paul B Mahol's avatar
      avfilter: add lowshelf and highshelf filters · 2fc12f49
      Paul B Mahol authored
      These are old bass and treble filters.
      Make bass and treble filters better at boosting.
      Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
      2fc12f49
    • Vishwanath Dixit's avatar
      avformat/dashenc: addition of segment index correction logic · d10cefbf
      Vishwanath Dixit authored
      The logic is applicable only when use_template is enabled and use_timeline
      is disabled. The logic monitors the flow of segment indexes. If a streams's
      segment index value is not at the expected real time position, then
      the logic corrects that index value.
      
      Typically this logic is needed in live streaming use cases. The network
      bandwidth fluctuations are common during long run streaming. Each
      fluctuation can cause the segment indexes fall behind the expected real
      time position. Without this logic, players will not be able to consume
      the content, even after encoder's network condition comes back to
      normal state.
      d10cefbf
    • Vishwanath Dixit's avatar
      avformat/dashenc: segmentation at the configured segment duration rate · ab789e18
      Vishwanath Dixit authored
      When use_template is enabled and use_timeline is disabled, typically
      it is required to generate the segments at the configured segment duration
      rate on an average. This commit is particularly needed to handle the
      segmentation when video frame rates are fractional like 29.97 or 59.94 fps.
      ab789e18
    • Vishwanath Dixit's avatar
      avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration' · 01ba5285
      Vishwanath Dixit authored
      There are use cases where average segment duration needs to be configured
      and muxer is expected to maintain the average segment duration. So, using
      the name 'min_seg_duration' will be misleading. So, changing the parameter
      name to 'seg_duration', where it can be minimum segment duration or average
      segment duration based on the use-case. The additional updates needed for
      this functinality are made the sub-sequent patches of this patch series.
      01ba5285
  17. 16 Apr, 2018 6 commits
  18. 15 Apr, 2018 1 commit