]> git.sesse.net Git - vlc/commit
* modules/stream_out/transrate:
authorChristophe Massiot <massiot@videolan.org>
Wed, 3 Mar 2004 11:20:52 +0000 (11:20 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 3 Mar 2004 11:20:52 +0000 (11:20 +0000)
commit7a649fb24aa5dbc9d8fdb5dad42346f35fe6de64
tree95195cd37d57b388b339947629afa1e33503ac5f
parent291bf7393437338c337e1a8654cfaa06ce2f8cba
* modules/stream_out/transrate:
  - split transrate.c
  - you can specify a maximum gop length on which to perform transrating,
    to avoid adding to much delay in the sout pipeline (shaping= option)
  - fixed a bug where you couldn't transrate a transcoded stream
modules/stream_out/transrate/Modules.am
modules/stream_out/transrate/frame.c [new file with mode: 0644]
modules/stream_out/transrate/transrate.c
modules/stream_out/transrate/transrate.h [new file with mode: 0644]