]> git.sesse.net Git - vlc/commit
* modules/mux/mpeg/pes.c: Copy the flags of the data buffer to the PES
authorChristophe Massiot <massiot@videolan.org>
Wed, 3 Mar 2004 11:34:41 +0000 (11:34 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 3 Mar 2004 11:34:41 +0000 (11:34 +0000)
commit41823c03aaa2ee57b7603e30ef3c7e7d1dc308f7
tree23f9dd63840fd3bc58b2d58a07c7e03332f6cb94
parent81ec7faf9ed742a307db8601fd0cdc6caebc76de
* modules/mux/mpeg/pes.c: Copy the flags of the data buffer to the PES
  buffer.

* modules/mux/mpeg/ts.c:
  - rename the caching= option into shaping= since it more adequately
    describes what it does
  - new use-key-frames option, if enabled then shaping= will be a
    maximum value, if the algorithm find a new GOP it will finish with
    the first picture of the next GOP (helps minimizing the dts delay)
  - fixed a bug where the calculated sending time could be later than
    the real DTS time (meaning the decoder wouldn't get the buffer
    in time)
modules/mux/mpeg/pes.c
modules/mux/mpeg/ts.c