Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. HEAD is:
  2. commit 16b8211e5713db1eb66665348909915485ecd92e
  3. Author: Christophe Massiot <cmassiot@openheadend.tv>
  4. Date: Fri Mar 17 18:28:08 2017 +0100
  5.  
  6. mpgvf: repeat sequence header if !global_headers
  7.  
  8.  
  9. [fun@dell ~/upipe]% git bisect start origin/master HEAD
  10. Bisecting: 84 revisions left to test after this (roughly 6 steps)
  11. [5d13cfdebe37db4eb1cf412ea6239d89d07a5f22] helper_input: assert on wrong usage
  12. [fun@dell ~/upipe]% git bisect bad
  13. Bisecting: 42 revisions left to test after this (roughly 5 steps)
  14. [f9dbbbbfe9a2328526a4ec47244e19a55d2b7057] x264: do not handle NALs with x262
  15. [fun@dell ~/upipe]% git bisect bad
  16. Bisecting: 20 revisions left to test after this (roughly 4 steps)
  17. [f8340f33e6ae949d42b0af07ad8a1848320d3805] add ubuf_block_stream_{position,init_bits}
  18. [fun@dell ~/upipe]% git bisect bad
  19. Bisecting: 10 revisions left to test after this (roughly 3 steps)
  20. [62a2c0835e999d9bb3b1a56646755956132590ef] ts: misc descriptor fixes
  21. [fun@dell ~/upipe]% git bisect bad
  22. Bisecting: 4 revisions left to test after this (roughly 2 steps)
  23. [600faee97e61d29e766334eda240b95e049556b8] uref_stream: simplify extract_stream
  24. [fun@dell ~/upipe]% git bisect bad
  25. Bisecting: 2 revisions left to test after this (roughly 1 step)
  26. [7c415e1489baa77107cb04ed12e8c16d29dfef6b] ubuf_block_stream: also works with an opaque
  27. [fun@dell ~/upipe]% git bisect good
  28. Bisecting: 0 revisions left to test after this (roughly 1 step)
  29. [07eeb896334adc3b8321dc7c012ae11356316392] uref_dump: cosmetics
  30. [fun@dell ~/upipe]% git bisect good
  31. 600faee97e61d29e766334eda240b95e049556b8 is the first bad commit
  32. commit 600faee97e61d29e766334eda240b95e049556b8
  33. Author: Christophe Massiot <cmassiot@openheadend.tv>
  34. Date: Fri Apr 7 18:24:25 2017 +0200
  35.  
  36. uref_stream: simplify extract_stream
  37.  
  38. Also use upipe_foo->next_uref in extract_stream, so that framers may set
  39. uref attributes before extracting.
  40.  
  41. :040000 040000 698d1808e120c7c73da2d56b2361676fd210f852 52cb5f1f0af99ef091407281e78122f694273567 M include
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement