]> git.sesse.net Git - vlc/commit
* modules/packetizer/mpegvideo.c : cut after a complete picture. (Not
authorLaurent Aimar <fenrir@videolan.org>
Wed, 16 Apr 2003 00:12:36 +0000 (00:12 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 16 Apr 2003 00:12:36 +0000 (00:12 +0000)
commitfd08bdbe1ed571c6e3366af433167741f62a3945
treeba9fbd7b4dea1ca398e71a1321fcd289318c790b
parent8ec18f34c74f69568ad388262e52f637f3461f47
 * modules/packetizer/mpegvideo.c : cut after a complete picture. (Not
before first slice).
 * ffmpeg: use indeo v3 decoder (untested).
 * stream_ouput.c,libvlc.h : take care of:
 --sout-acodec,--sout-vcodec : use transcoding. (You can specify bitrate
using --sout-abitrate and --sout-vbitrate in kilobits/s).
 --sout-display: to display while streaming.
(Btw there is a problem with vout and display, it leads to a ref count = -1)
modules/codec/ffmpeg/ffmpeg.c
modules/codec/ffmpeg/ffmpeg.h
modules/packetizer/mpegvideo.c
src/libvlc.h
src/stream_output/stream_output.c