comparison ChangeLog @ 21101:8f9d6039d1c1

demux_lavf handles video stream switching
author nicodvb
date Mon, 20 Nov 2006 23:34:27 +0000
parents 7104020d9f0d
children 597505748535
comparison
equal deleted inserted replaced
21100:6bc989360c8b 21101:8f9d6039d1c1
14 and video, Interplay DPCM audio, Sierra VMD video, Tiertex SEQ video, 14 and video, Interplay DPCM audio, Sierra VMD video, Tiertex SEQ video,
15 Westwood IMA ADPCM audio, XAN wc3 video, Id CIN video, Interplay video, 15 Westwood IMA ADPCM audio, XAN wc3 video, Id CIN video, Interplay video,
16 XAN ADPCM audio via lavc 16 XAN ADPCM audio via lavc
17 Demuxers: 17 Demuxers:
18 * implemented switch_video and switch_program consistently with switch_audio 18 * implemented switch_video and switch_program consistently with switch_audio
19 (default keys are "_" and TAB, respectively). For the time being this functionality 19 (default keys are "_" and TAB, respectively). For the time being program switching
20 is only available in TS streams handled by demux_ts.c (not lavf). 20 is only available in TS streams handled by demux_ts.c (not lavf), while video
21 switching is also handled by demux_lavf.c.
21 22
22 Streaming: 23 Streaming:
23 * authentication for Real RTSP streams 24 * authentication for Real RTSP streams
24 * near-precise seeking in dvd:// 25 * near-precise seeking in dvd://
25 26