]> git.sesse.net Git - vlc/commit
* src/stream_output/stream_output.c, include/stream_output.h: added an i_padding...
authorGildas Bazin <gbazin@videolan.org>
Sat, 9 Aug 2003 14:59:24 +0000 (14:59 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 9 Aug 2003 14:59:24 +0000 (14:59 +0000)
commitd9069191463dd5a23ba83d8bf327c75d57162ebf
treeb405d33d0c2e9eff2e34de453f6b23de56c0e6a8
parentb3b99a16506582eaf3e8bc24a12c9b590de71ace
* src/stream_output/stream_output.c, include/stream_output.h: added an i_padding field to sout_instance_t so we can allocate sout_buffers with a bit more space than asked for (needed for ffmpeg decoding).
* modules/stream_out/transcode.c: proper pts/dts generation. This allows the transcoder module to finally generate proper streams.
   Added support for b frames (bframe=x option) + couple of bug fixes.
include/stream_output.h
modules/stream_out/transcode.c
src/stream_output/stream_output.c