Changeset 5e422b1ff9247e46387798e43076f9c185cde6f2
- Timestamp:
- 08/11/03 21:30:36 (5 years ago)
- git-parent:
- Files:
-
- ChangeLog (modified) (6 diffs)
- po/POTFILES.in (modified) (11 diffs)
- po/de.po (modified) (57 diffs)
- po/en_GB.po (modified) (55 diffs)
- po/fr.po (modified) (56 diffs)
- po/it.po (modified) (56 diffs)
- po/ja.po (modified) (57 diffs)
- po/nl.po (modified) (56 diffs)
- po/no.po (modified) (56 diffs)
- po/pl.po (modified) (57 diffs)
- po/ru.po (modified) (55 diffs)
- po/sv.po (modified) (56 diffs)
- po/vlc.pot (modified) (55 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ChangeLog
rd564269 r5e422b1 1 2003-08-11 Monday 18:52 gbazin 2 3 * modules/packetizer/mpegvideo.c: oops, fixed typo. 4 5 2003-08-11 Monday 17:31 gbazin 6 7 * modules/packetizer/mpegvideo.c: small clarification. 8 * modules/gui/wxwindows/wxwindows.cpp: don't try to destroy wxWindows objects when wxWindows has already exited. 9 10 2003-08-10 Sunday 22:13 fenrir 11 12 * mpegvideo.c: try to set a better value for length. (I am not sure it is 13 the good one but it give far better result). dts/pts/length computation 14 should be verified. 15 16 2003-08-10 Sunday 21:26 gbazin 17 18 * ALL: preparing for a 0.6.2 release 19 20 2003-08-10 Sunday 14:23 gbazin 21 22 * modules/mux/mpeg/ts.c: oops. 23 24 2003-08-10 Sunday 14:21 gbazin 25 26 * modules/demux/mkv.cpp, modules/mux/avi.c, modules/mux/mpeg/ts.c, modules/packetizer/copy.c: thou shalt not use %lld which is not portable. 27 28 2003-08-10 Sunday 13:35 gbazin 29 30 * modules/access/vcd/vcd.c: a few navigation fixes. 31 32 2003-08-10 Sunday 12:45 zorglub 33 34 * modules/LIST: Updated all modules 35 36 * modules/list.sh: piggy list consistency checker 37 (should probably be added to toolbox or trashed) 38 39 * modules/access/slp.c : Fixed service detection 40 (findsrvtypes returns a comma-separated list of services) 41 42 2003-08-10 Sunday 10:22 gbazin 43 44 * modules/codec/subsdec/subsdec.[c,h]: added --subsdec-align option to specify center, left or right alignment. 45 * include/osd.h, modules/misc/freetype.c: support for center alignment. 46 * modules/gui/wxwindows/subtitles.cpp: string change. 47 48 2003-08-10 Sunday 09:22 gbazin 49 50 * include/configuration.h: bug fix for add_string_from_list() 51 * modules/gui/wxwindows/*: added a subtitles encoding combobox in the subtitles dialog. 52 53 2003-08-09 Saturday 19:49 gbazin 54 55 * modules/codec/ffmpeg/video.c: temporary hack to work around demuxers that set the DTS value in p_pes->i_pts. 56 * modules/demux/ogg.c: don't try anymore to send interpolated pts to ffmpeg. 57 58 2003-08-09 Saturday 19:39 gbazin 59 60 * modules/access/vcd/vcd.c: sanity check on the track requested by the user. This avoids nasty segfaults. 61 62 2003-08-09 Saturday 19:14 gbazin 63 64 * modules/access/vcd/cdrom.c: switching to YellowMode2 for reading VCDs apparently created problems for some people so the reading is reverted to XAForm2 and only if this one fails we try YellowMode2. Hopefully that will still allow us to read the SVCD DATA track. 65 66 2003-08-09 Saturday 14:59 gbazin 67 68 * 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). 69 * modules/stream_out/transcode.c: proper pts/dts generation. This allows the transcoder module to finally generate proper streams. 70 Added support for b frames (bframe=x option) + couple of bug fixes. 71 72 2003-08-08 Friday 17:08 gbazin 73 74 * modules/codec/ffmpeg/: proper generation of pts in the video decoder + couple of bug fixes + cleanup. 75 The ffmpeg video decoder can now be used to decode mpeg1/2 videos as well. 76 * modules/codec/libmpeg2.c: upped priority so it will be used to decode mpeg1/2 videos instead of ffmpeg. 77 78 2003-08-08 Friday 16:50 gbazin 79 80 * src/input/input_clock.c: reverted the patch that caused the regression in 0.6.1 81 * modules/packetizer/copy.c: fixed segfault 82 * modules/gui/wxwindows/wxwindows.cpp: compilation fix for wxWindows 2.5 cvs 83 84 2003-08-08 Friday 16:41 massiot 85 86 * modules/gui/macosx/prefs.m: Localized two strings. 87 88 2003-08-06 Wednesday 12:01 jpsaman 89 90 Updated my entry. 91 92 2003-08-05 Tuesday 11:54 jpsaman 93 94 The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'. 95 96 2003-08-05 Tuesday 11:52 jpsaman 97 98 Added glade2 project file. 99 100 2003-08-05 Tuesday 11:51 jpsaman 101 102 Removing file. 103 104 2003-08-05 Tuesday 11:49 jpsaman 105 106 Removing files for Familiar interface (Gtk+1.2 and GPE). 107 108 2003-08-05 Tuesday 10:39 jpsaman 109 110 Fixed superflous tuning ;-) 111 112 2003-08-05 Tuesday 09:35 jpsaman 113 114 - Enabled tuning for DVB-C and DVB-T cards. 115 - Syncing with old satellite plugin. 116 - Cleanup of code. 117 118 2003-08-05 Tuesday 08:02 asmax 119 120 * VLC_AddTarget had a new prototype 121 122 2003-08-05 Tuesday 01:27 fenrir 123 124 * sdp: near implemented basic RTP reading (MPA payload type may work when 125 used without RTSP). 126 127 2003-08-04 Monday 23:35 gbazin 128 129 * src/video_output/video_text.c: removed legacy code that has been rotting for ages. 130 131 2003-08-04 Monday 23:31 gbazin 132 133 * modules/misc/freetype.c: don't assume input string is in utf8 when calculating its length (better alloc more space than necessary). 134 + cleanup. 135 136 2003-08-04 Monday 22:49 fenrir 137 138 * ts: fixed a segfault when removing PCR stream. 139 140 2003-08-04 Monday 18:50 fenrir 141 142 * sdp: begun to implement RTP code. (Not yet usefull) 143 144 2003-08-04 Monday 12:40 jpsaman 145 146 Added a error message that the default values are used. 147 148 2003-08-04 Monday 12:34 jpsaman 149 150 Tuning succeeds, but have no audio yet. Major cleanup of code. 151 152 2003-08-04 Monday 12:34 jpsaman 153 154 Fixed missing headerfile. 155 156 2003-08-04 Monday 00:48 fenrir 157 158 * sdp: - fixed loading of file > 1024 bytes. 159 - more processing -> now it should extract enough informations to 160 build RTP/RTSP session. 161 (Does not play anything yet) 162 163 2003-08-03 Sunday 23:11 gbazin 164 165 * src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include/audio_output.h, modules/gui/gtk/display.[ch]: configuration variables now use vlc_callback_t callbacks (same as the object variables). 166 * modules/video_output/x11/*: support for the _NET_WM_STATE_FULLSCREEN hint from the Extended Window Manager Hints spec. 167 * modules/audio_output/alsa.c: support for 4.0 and 5.1 audio channels. This time it has been tested ;) 168 169 2003-08-03 Sunday 20:25 gbazin 170 171 * src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1; 172 173 2003-08-03 Sunday 16:36 bigben 174 175 * modules/access_out/http.c : 176 177 using ability to give parametters to a specific sout module to set user and password fot http access out. 178 179 new syntax is '#dst{access=http{user=foo,pass=bar}} 180 181 --sout-http-user and --sout-http-pwd parametters have been deleted. 182 183 2003-08-03 Sunday 16:22 fenrir 184 185 * sdp: parse 'a=' field. 186 187 2003-08-03 Sunday 15:25 fenrir 188 189 * sdp: begining of a SDP parser. It won't let you play anything for 190 now, it just does (incomplete) parsing. 191 192 2003-08-03 Sunday 13:49 titer 193 194 configure.ac : added needed linking flags for BeOS/Zeta 195 Makefile.am : cleaned make packages-beos 196 197 2003-08-03 Sunday 12:04 fenrir 198 199 * rtsp: mmmh, close the socket. 200 201 2003-08-03 Sunday 02:00 fenrir 202 203 rtsp: connect to an RTSP server, issue a DESCRIBE command and return 204 the answer. It WON'T let you do rtsp as we first need a SDP 205 parser/demuxer, but it is on the way. 206 207 The idea is to have a generic SDP demuxer that will work with SDP from 208 file, http or rtsp. 209 210 2003-08-02 Saturday 19:30 bigben 211 212 * modules/access/http.c 213 - Didn't take into consideration a little change of behavior between config_GetPsz and var_Get during my last commit, so that we were sending authentification information even if there wasn't any. 214 215 2003-08-02 Saturday 19:16 fenrir 216 217 * ninput : a little developer documentation. 218 219 2003-08-02 Saturday 16:43 fenrir 220 221 * all: some helpers functions for pf_demux_control. 222 223 2003-08-02 Saturday 15:22 fenrir 224 225 * all: added a pf_demux_control member to input_thread_t. It is currently 226 unused. 227 228 2003-08-02 Saturday 14:06 gbazin 229 230 * ALL: bumped version number to 0.6.2-cvs 231 * modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead. 232 233 2003-08-02 Saturday 01:33 fenrir 234 235 * ps: clean up and dvd subtitles support. 236 237 2003-08-01 Friday 20:06 gbazin 238 239 * modules/mux/mp4.c: support for mov muxing + cleanup. 240 * modules/codec/quicktime.c: small cleanup. 241 242 2003-08-01 Friday 19:38 fenrir 243 244 * udp: clean up. 245 246 2003-08-01 Friday 19:38 fenrir 247 248 ts: large rewrite of the TS muxer to produce better TS and support DVD 249 subtitle. 250 I have added some options: 251 - bmin : minimum bitrate (bits/s) of the TS. Padding is added in 252 case of insuffisant bitrate. (default: disabled). 253 - bmax : maximum bitrate (bit/s) of the TS. It just drops packets 254 to achieve the target. (default: disabled) 255 - pcr : minimum delay between two pcr equal to dts of the video 256 stream (default 100ms) 257 - pcr-soft : minimum delay between two pcr interpolated from the 258 pcr that are equal to dts. (default: none) 259 Remarks: 260 - bmin/bmax allow to create CBR stream. 261 - Bitrate is calculated on a PCR time. 262 - PCR delay cannot be less than length of a frame of the PCR stream. 263 - PCR soft is used to help when using big PCR delay. It is usefull to 264 produce stream with smoother bitrate variation. 265 - Big PCR delay introduce more latency. 266 267 TODO: 268 Test stability, bugs ... 269 270 2003-08-01 Friday 18:49 fenrir 271 272 * ts.c: arggg, bad copy/past. 273 274 2003-08-01 Friday 18:42 fenrir 275 276 * stream_output.c: fixed a segfault when muxer isn't specified. 277 278 2003-08-01 Friday 18:02 fenrir 279 280 * ts: apply patch of Andy Lindsay (fix one memory leak and PMT handling) 281 converted all u8,u16,u32 into uint8_t, uint16_t, uint32_t 282 283 2003-08-01 Friday 17:38 fenrir 284 285 * index.html,style.css : remove built-in css file. added link to info.html. 286 287 2003-08-01 Friday 17:30 fenrir 288 289 * http: added mime type for .css file. 290 291 2003-08-01 Friday 17:21 fenrir 292 293 * info: commit the good file... 294 295 2003-08-01 Friday 09:45 sam 296 297 * modules/access/http.c: 298 + Coding style fixes. 299 + Removed a C99-ism. 300 301 2003-08-01 Friday 08:24 sam 302 303 * debian/rules: 304 + Activated freetype support. 305 * debian/control: 306 + Added a build-dependency on freetype6-dev. 307 + Added a build-dependency on libdvbpsi2-dev. 308 + We now recommend gnome-vlc | wxvlc. 309 + We now suggest fortune-mod. 310 311 2003-08-01 Friday 00:40 fenrir 312 313 * configure.ac: audio -> mpga 314 * demux/* : function name consistency. 315 316 2003-08-01 Friday 00:37 fenrir 317 318 * mpga: mp3 demuxer written from scratch using ninput.h 319 320 2003-08-01 Friday 00:26 fenrir 321 322 * configure.ac: remove old wav and aac directories. 323 324 2003-08-01 Friday 00:16 fenrir 325 326 * Modules.am : added aac.c and wav.c 327 * asf/asf.c: better check for invalid header. 328 329 2003-08-01 Friday 00:09 fenrir 330 331 * wav.c : big clean up and use ninput.h 332 333 2003-08-01 Friday 00:08 fenrir 334 335 * aac.c : big clean up and use ninput.h 336 337 2003-08-01 Friday 00:05 fenrir 338 339 au.c : cleaned up and use ninput.h 340 341 2003-08-01 Friday 00:05 gbazin 342 343 * src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually there to make us more complacent with broken streams. 344 * modules/access/dvb/qpsk.c: gettext reserves the use of _(""). 345 * modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out) 346 347 2003-08-01 Friday 00:04 fenrir 348 349 a52sys.c: completely rewritten a52 stream demuxer. Now you should be able 350 to play such file. 351 352 2003-08-01 Friday 00:00 fenrir 353 354 * modules.c : include ninput.h 355 356 2003-08-01 Friday 00:00 fenrir 357 358 * vlc_common.h: include stdarg.h by default. Required by ninput.h 359 * ninput.h : extracted duplicated stream functions from a lot of 360 demuxers and do a nice (?) API. 361 * stream.c: implement basic streams manipulation. It is just a wrapper 362 but it is useful. 363 * all: added a i_ttl field in network_socket_t to allow per connection ttl 364 setting (in fact only used by access_out/udp.c. 365 366 2003-07-31 Thursday 23:44 fenrir 367 368 * all: added a i_ttl field in network_socket_t to allow per connection ttl 369 setting (in fact only used by access_out/udp.c. 370 371 2003-07-31 Thursday 23:14 massiot 372 373 Fixed a memory leak (thanks Andy Lindsay !). 374 375 2003-07-31 Thursday 21:46 gbazin 376 377 * src/misc/win32_specific.c: change the mode of stdin to _O_BINARY so we can use stdin to read files (thanks to Steve Li). 378 * modules/control/http.c: allow directories of the form "x:\" on win32. 379 380 2003-07-31 Thursday 21:18 bigben 381 382 * modules/access/http.c : 383 - using new var_Create/var_Get method to get parametters. 384 385 2003-07-31 Thursday 20:47 reno 386 387 * Make vlc compiling ! 388 389 2003-07-31 Thursday 19:24 fenrir 390 391 * stream_output: * some clean and fixed a little memory leak. 392 * give to access and muxers options. Now you can use: 393 --sout 'access{option1=value}/mux{a=value,b=value}:/path'. It should also 394 works with '#std{access=access{o=v}, mux=...}' (but untested). For now it's 395 not used. 396 397 2003-07-31 Thursday 19:14 fenrir 398 399 * stream_output: * added some #define for private flags. 400 * now muxer and access_out also receive options like 401 stream_out. 402 403 2003-07-31 Thursday 19:10 bigben 404 405 * modules/access_out/http.c 406 - httpd.c has support for Basic Authentification, so use it ! 407 --sout-http-user user --sout-http-pwd password 408 409 2003-07-31 Thursday 19:02 fenrir 410 411 * copy.c: Added DVD subtitle support. I still need to commit the TS 412 muxer. 413 414 2003-07-31 Thursday 18:25 bigben 415 416 * Add support for basic authentification in http access. 417 418 use : 419 420 --http-user user --http-pwd password 421 422 or 423 424 http://user:password@server/path (2nd parameter overrides the first) 425 426 2003-07-31 Thursday 17:03 sigmunau 427 428 modules/misc/freetype.c: 429 - calculate and store size information for each line independently. 430 - misc other fixes 431 432 2003-07-31 Thursday 15:31 jpsaman 433 434 Updated LIST of modules and configuration options for building. 435 436 2003-07-31 Thursday 15:30 jpsaman 437 438 Adding DVB module to support satellite, cable and terestrial DVB streaming. The status is that tuning works, but have had no success with video/audio yet. (Setting of filters does not seem to work perfectly yet.). 439 440 2003-07-31 Thursday 13:06 sam 441 442 * toolbox: Export LC_ALL=C to avoid future cluttering of POTFILES.in. 443 * po/: Re-ran toolbox --update-po. 444 445 2003-07-31 Thursday 12:08 sam 446 447 * Added and fixed .cvsignore files. 448 449 2003-07-31 Thursday 11:02 sam 450 451 * Makefile.am: Really put po before ., not . after everything else. Fixed the 452 Mozilla plugin build while preserving the fix for VLC.app. 453 454 2003-07-31 Thursday 08:18 zorglub 455 456 * modules/control/joystick.c 457 * Allow the user to remap the actions. 458 * Improved the strings (please check) 459 * Prevent 0 seconds seeks 460 461 * share/http/*.html 462 * partial HTML validation fixes 463 * Improved the look 464 465 * src/stream_output/announce.c 466 * minor fixes (thanks sam) 467 468 2003-07-30 Wednesday 21:09 gbazin 469 470 * modules/control/http.c: on win32 we store the html interface in "http" not "share/http". 471 * src/input/input_programs.c: check for "" descriptions in AddES(). 472 473 2003-07-30 Wednesday 12:21 jpsaman 474 475 Updating design of PDA Gtk2 interface 476 477 2003-07-30 Wednesday 12:20 jpsaman 478 479 Updating design of PDA Gtk2 interface. 480 481 2003-07-30 Wednesday 02:00 fenrir 482 483 * transcode: 484 - added new HQ mode (recent ffmpeg only). hq now accept "simple", 485 "bits" and "rd" as paramters. 486 - automaticaly try stereo mode encoding when failed with more 487 than 2 channels. (eg a52 -> mpga) 488 489 2003-07-29 Tuesday 23:55 gbazin 490 491 * ChangeLog: update. 492 1 493 2003-07-29 Tuesday 23:50 gbazin 2 494 … … 2994 3486 removed the --playlist option as it doesn't seem to be used 2995 3487 2996 2003-05-21 Wednesday 10:02 fenrir2997 2998 * wav: fix a parsing bug.2999 3000 3488 2003-05-20 Tuesday 23:17 gbazin 3001 3489 … … 3259 3747 * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in 3260 3748 the extras/ directory. 3261 3262 2003-05-14 Wednesday 14:58 fenrir3263 3264 * aac: use extention based detection.3265 3749 3266 3750 2003-05-14 Wednesday 14:57 hartman … … 6073 6557 * araw.c: fixed a warning. 6074 6558 6075 2003-03-11 Tuesday 06:45 fenrir6076 6077 * wav: Support for alaw/ulaw data. (untested)6078 6079 6559 2003-03-11 Tuesday 06:14 fenrir 6080 6560 … … 6632 7112 6633 7113 * asf: fix seek for http. 6634 6635 2003-02-24 Monday 09:18 fenrir6636 6637 * wav: proper seek handling. (wav file readable over http).6638 7114 6639 7115 2003-02-23 Sunday 22:35 fenrir … … 8712 9188 8713 9189 * asf : more msg_Err -> msg_Warn 8714 8715 2003-01-20 Monday 13:03 fenrir8716 8717 * aac: some msg_Err -> msg_Warn8718 9190 8719 9191 2003-01-20 Monday 13:01 fenrir po/POTFILES.in
rf5cfd12 r5e422b1 22 22 include/mtime.h 23 23 include/network.h 24 include/ninput.h 24 25 include/os_specific.h 25 26 include/osd.h … … 61 62 src/extras/getopt1.c 62 63 src/extras/libc.c 64 src/input/demux.c 63 65 src/input/input.c 64 66 src/input/input_clock.c … … 69 71 src/input/input_info.c 70 72 src/input/input_programs.c 73 src/input/stream.c 71 74 src/interface/interface.c 72 75 src/interface/intf_eject.c … … 102 105 modules/access/cdda.c 103 106 modules/access/directory.c 107 modules/access/dvb/access.c 108 modules/access/dvb/dvb.c 109 modules/access/dvb/dvb.h 110 modules/access/dvb/qpsk.c 104 111 modules/access/dvd/access.c 105 112 modules/access/dvd/demux.c … … 147 154 modules/access/pvr/pvr.c 148 155 modules/access/pvr/videodev2.h 156 modules/access/rtsp.c 149 157 modules/access/satellite/access.c 150 158 modules/access/satellite/dvb.c … … 312 320 modules/control/rc/rc.c 313 321 modules/demux/a52sys.c 314 modules/demux/aac /demux.c322 modules/demux/aac.c 315 323 modules/demux/asf/asf.c 316 324 modules/demux/asf/asf.h … … 330 338 modules/demux/mp4/mp4.c 331 339 modules/demux/mp4/mp4.h 332 modules/demux/mpeg/audio.c333 340 modules/demux/mpeg/es.c 334 341 modules/demux/mpeg/m4v.c 342 modules/demux/mpeg/mpga.c 335 343 modules/demux/mpeg/ps.c 336 344 modules/demux/mpeg/system.c … … 339 347 modules/demux/ogg.c 340 348 modules/demux/rawdv.c 349 modules/demux/sdp.c 341 350 modules/demux/util/id3.c 342 351 modules/demux/util/id3genres.h … … 344 353 modules/demux/util/sub.c 345 354 modules/demux/util/sub.h 346 modules/demux/wav/wav.c 347 modules/demux/wav/wav.h 355 modules/demux/wav.c 348 356 modules/encoder/ffmpeg/audio.c 349 357 modules/encoder/ffmpeg/encoder.c … … 375 383 modules/gui/beos/VlcWrapper.cpp 376 384 modules/gui/beos/VlcWrapper.h 377 modules/gui/familiar/callbacks.c378 modules/gui/familiar/callbacks.h379 modules/gui/familiar/familiar.c380 modules/gui/familiar/familiar.h381 modules/gui/familiar/interface.c382 modules/gui/familiar/interface.h383 modules/gui/familiar/network.c384 modules/gui/familiar/network.h385 modules/gui/familiar/playlist.c386 modules/gui/familiar/playlist.h387 modules/gui/familiar/support.c388 modules/gui/familiar/support.h389 385 modules/gui/gtk/common.h 390 386 modules/gui/gtk/control.c … … 586 582 modules/gui/skins/x11/x11_window.cpp 587 583 modules/gui/skins/x11/x11_window.h 584 modules/gui/wxwindows/control.cpp 588 585 modules/gui/wxwindows/dialogs.cpp 589 586 modules/gui/wxwindows/fileinfo.cpp po/de.po
rf5cfd12 r5e422b1 9 9 "Project-Id-Version: vlc 0.73.3\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2003-0 7-31 15:04+0200\n"11 "POT-Creation-Date: 2003-08-11 21:05+0200\n" 12 12 "PO-Revision-Date: 2002-04-18 23:38+0100\n" 13 13 "Last-Translator: Felix K�fk@aenneburghardt.de>\n" … … 35 35 36 36 #: src/audio_output/output.c:107 src/audio_output/output.c:142 37 #: modules/audio_output/alsa.c:17 9modules/audio_output/directx.c:42337 #: modules/audio_output/alsa.c:177 modules/audio_output/directx.c:423 38 38 #: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181 39 39 #: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386 … … 112 112 msgstr "%s: Option `-W %s' erlaubt kein Argument\n" 113 113 114 #: src/input/input.c:17 1114 #: src/input/input.c:174 115 115 msgid "General" 116 116 msgstr "�ersicht" 117 117 118 #: src/input/input.c:17 2118 #: src/input/input.c:175 119 119 msgid "Playlist Item" 120 120 msgstr "Wiedergabelisten-Objekt" … … 127 127 128 128 #: src/input/input_programs.c:98 modules/demux/asf/libasf.c:696 129 #: modules/demux/mkv.cpp:239 4modules/gui/beos/MediaControlView.cpp:1258129 #: modules/demux/mkv.cpp:2398 modules/gui/beos/MediaControlView.cpp:1258 130 130 #: modules/gui/gtk/gnome_interface.c:1650 modules/gui/gtk/gtk_interface.c:1956 131 #: modules/gui/gtk/menu.c:140 2 modules/gui/gtk/menu.c:1423131 #: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424 132 132 #: modules/gui/kde/interface.cpp:144 modules/gui/macosx/intf.m:373 133 133 #: modules/gui/macosx/intf.m:374 modules/gui/macosx/open.m:150 … … 138 138 #: src/input/input_programs.c:102 modules/gui/beos/MediaControlView.cpp:1259 139 139 #: modules/gui/gtk/gnome_interface.c:1640 modules/gui/gtk/gtk_interface.c:1946 140 #: modules/gui/gtk/menu.c:10 19 modules/gui/gtk/menu.c:1432140 #: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433 141 141 #: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:375 142 142 #: modules/gui/macosx/intf.m:376 modules/gui/macosx/open.m:151 … … 212 212 "\n" 213 213 214 #: src/libvlc.c:1200 src/misc/configuration.c:10 19214 #: src/libvlc.c:1200 src/misc/configuration.c:1040 215 215 msgid "string" 216 216 msgstr "Text" 217 217 218 #: src/libvlc.c:1217 src/misc/configuration.c:10 00218 #: src/libvlc.c:1217 src/misc/configuration.c:1021 219 219 msgid "integer" 220 220 msgstr "Ganzzahl" 221 221 222 #: src/libvlc.c:1220 src/misc/configuration.c:10 09222 #: src/libvlc.c:1220 src/misc/configuration.c:1030 223 223 msgid "float" 224 224 msgstr "Flie�ommazahl" … … 1117 1117 #: src/libvlc.h:474 modules/audio_output/coreaudio.c:227 1118 1118 #: modules/audio_output/file.c:108 modules/demux/asf/asf.c:228 1119 #: modules/demux/mkv.cpp:244 5 modules/demux/ogg.c:557 modules/demux/ogg.c:8291120 #: modules/demux/ogg.c:100 2modules/gui/beos/InterfaceWindow.cpp:2591119 #: modules/demux/mkv.cpp:2449 modules/demux/ogg.c:558 modules/demux/ogg.c:830 1120 #: modules/demux/ogg.c:1003 modules/gui/beos/InterfaceWindow.cpp:259 1121 1121 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219 1122 1122 #: modules/gui/macosx/intf.m:378 modules/gui/macosx/output.m:156 … … 1124 1124 msgstr "Ton" 1125 1125 1126 #: src/libvlc.h:493 modules/demux/asf/asf.c: 302modules/demux/avi/avi.c:12171127 #: modules/demux/mkv.cpp:246 1 modules/demux/ogg.c:629 modules/demux/ogg.c:6691128 #: modules/demux/ogg.c:73 4 modules/demux/ogg.c:9091126 #: src/libvlc.h:493 modules/demux/asf/asf.c:298 modules/demux/avi/avi.c:1217 1127 #: modules/demux/mkv.cpp:2465 modules/demux/ogg.c:630 modules/demux/ogg.c:670 1128 #: modules/demux/ogg.c:735 modules/demux/ogg.c:910 1129 1129 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296 1130 1130 #: modules/gui/macosx/intf.m:389 modules/gui/macosx/macosx.m:68 … … 1134 1134 msgstr "Bild" 1135 1135 1136 #: src/libvlc.h:515 modules/access/satellite/satellite.c:66 1136 #: src/libvlc.h:515 modules/access/dvb/qpsk.c:101 1137 #: modules/access/satellite/satellite.c:66 1137 1138 msgid "Input" 1138 1139 msgstr "Input" … … 1157 1158 1158 1159 #: src/libvlc.h:579 modules/gui/beos/InterfaceWindow.cpp:206 1159 #: modules/gui/ familiar/interface.c:610 modules/gui/gtk/gnome_interface.c:6431160 #: modules/gui/gtk/gnome_interface.c:643 1160 1161 #: modules/gui/gtk/gnome_interface.c:2384 1161 1162 #: modules/gui/gtk/gnome_interface.c:2409 modules/gui/gtk/gtk_interface.c:747 … … 1170 1171 #: modules/audio_filter/converter/mpgatofixed32.c:60 1171 1172 #: modules/codec/a52old/a52old.c:59 modules/codec/mpeg_video/parser.c:84 1172 #: modules/demux/mpeg/ts.c:118 modules/gui/familiar/familiar.c:70 1173 #: modules/gui/pda/pda.c:70 modules/misc/logger/logger.c:89 1174 #: modules/video_filter/motionblur.c:58 modules/video_filter/transform.c:63 1175 #: modules/video_filter/wall.c:66 modules/video_output/ggi.c:62 1176 #: modules/video_output/mga/xmga.c:102 1173 #: modules/demux/mpeg/ts.c:118 modules/gui/pda/pda.c:70 1174 #: modules/misc/logger/logger.c:89 modules/video_filter/motionblur.c:58 1175 #: modules/video_filter/transform.c:63 modules/video_filter/wall.c:66 1176 #: modules/video_output/ggi.c:62 modules/video_output/mga/xmga.c:102 1177 1177 msgid "Miscellaneous" 1178 1178 msgstr "Sonstiges" … … 1202 1202 msgstr "Versionsinformationen ausgeben." 1203 1203 1204 #: src/misc/configuration.c:10 001204 #: src/misc/configuration.c:1021 1205 1205 msgid "boolean" 1206 1206 msgstr "boolesch" … … 1265 1265 msgid "Standard filesystem directory input" 1266 1266 msgstr "Standard-Dateisystem f�ner-Input" 1267 1268 #: modules/access/dvb/qpsk.c:44 1269 msgid "adapter card to tune" 1270 msgstr "" 1271 1272 #: modules/access/dvb/qpsk.c:45 1273 msgid "adapter cards have a device file named /dev/dvb/adapter[n] with n>=0" 1274 msgstr "" 1275 1276 #: modules/access/dvb/qpsk.c:47 1277 msgid "device nummer to use on adapter" 1278 msgstr "" 1279 1280 #: modules/access/dvb/qpsk.c:50 1281 #, fuzzy 1282 msgid "satellite default transponder frequency" 1283 msgstr "Standard-Satelliten-Transponder-Frequenz" 1284 1285 #: modules/access/dvb/qpsk.c:53 1286 #, fuzzy 1287 msgid "satellite default transponder polarization" 1288 msgstr "Standard-Satelliten-Transponder-Polarisation" 1289 1290 #: modules/access/dvb/qpsk.c:56 1291 #, fuzzy 1292 msgid "satellite default transponder FEC" 1293 msgstr "Standard-Satelliten-Transponder-FEC" 1294 1295 #: modules/access/dvb/qpsk.c:57 1296 msgid "FEC=Forward Error Correction mode" 1297 msgstr "" 1298 1299 #: modules/access/dvb/qpsk.c:59 1300 #, fuzzy 1301 msgid "satellite default transponder symbol rate" 1302 msgstr "Standard-Satelliten-Transponder-Symbolrate" 1303 1304 #: modules/access/dvb/qpsk.c:62 1305 #, fuzzy 1306 msgid "use diseqc with antenna" 1307 msgstr "Verwende diseqc mit Antenne" 1308 1309 #: modules/access/dvb/qpsk.c:65 1310 #, fuzzy 1311 msgid "antenna lnb_lof1 (kHz)" 1312 msgstr "Antenne lnb_lof1 (kHz)" 1313 1314 #: modules/access/dvb/qpsk.c:68 1315 #, fuzzy 1316 msgid "antenna lnb_lof2 (kHz)" 1317 msgstr "Antenne lnb_lof2 (kHz)" 1318 1319 #: modules/access/dvb/qpsk.c:71 1320 #, fuzzy 1321 msgid "antenna lnb_slof (kHz)" 1322 msgstr "Antenne lnb_slof (kHz)" 1323 1324 #: modules/access/dvb/qpsk.c:74 1325 msgid "probe the dvb card for capabilities (default disabled)" 1326 msgstr "" 1327 1328 #: modules/access/dvb/qpsk.c:75 1329 msgid "some dvb cards do not like to be probed for their capabilities" 1330 msgstr "" 1331 1332 #: modules/access/dvb/qpsk.c:78 1333 msgid "modulation type" 1334 msgstr "" 1335 1336 #: modules/access/dvb/qpsk.c:79 1337 msgid "modulation type for frontend device " 1338 msgstr "" 1339 1340 #: modules/access/dvb/qpsk.c:82 1341 msgid "terrestrial high priority stream code rate (FEC)" 1342 msgstr "" 1343 1344 #: modules/access/dvb/qpsk.c:85 1345 msgid "terrestrial low priority stream code rate (FEC)" 1346 msgstr "" 1347 1348 #: modules/access/dvb/qpsk.c:88 1349 msgid "terrestrial bandwidth" 1350 msgstr "" 1351 1352 #: modules/access/dvb/qpsk.c:89 1353 msgid "terrestrial bandwidth [0=auto,6,7,8 in MHz]" 1354 msgstr "" 1355 1356 #: modules/access/dvb/qpsk.c:91 1357 msgid "terrestrial guard interval" 1358 msgstr "" 1359 1360 #: modules/access/dvb/qpsk.c:94 1361 msgid "terrestrial transmission mode" 1362 msgstr "" 1363 1364 #: modules/access/dvb/qpsk.c:97 1365 msgid "terrestrial hierarchy mode" 1366 msgstr "" 1367 1368 #: modules/access/dvb/qpsk.c:123 1369 #, fuzzy 1370 msgid "DVB input module with v4l2 support" 1371 msgstr "DVD Input mit Men�rst�" 1267 1372 1268 1373 #: modules/access/dvd/dvd.c:65 … … 1382 1487 msgstr "http" 1383 1488 1384 #: modules/access/http.c: 891489 #: modules/access/http.c:91 1385 1490 msgid "HTTP input" 1386 1491 msgstr "HTTP-Input" … … 1401 1506 msgid "Hauppauge PVR cards input" 1402 1507 msgstr "Hauppauge PVR-Karten Input" 1508 1509 #: modules/access/rtsp.c:68 1510 msgid "RTSP SDP request" 1511 msgstr "" 1403 1512 1404 1513 #: modules/access/satellite/satellite.c:41 … … 1667 1776 msgstr "Tonausgang" 1668 1777 1669 #: modules/audio_output/alsa.c:17 3modules/audio_output/directx.c:4351778 #: modules/audio_output/alsa.c:171 modules/audio_output/directx.c:435 1670 1779 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182 1671 1780 #: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399 … … 1673 1782 msgstr "Mono" 1674 1783 1675 #: modules/audio_output/alsa.c:18 6modules/audio_output/directx.c:4091784 #: modules/audio_output/alsa.c:184 modules/audio_output/directx.c:409 1676 1785 #: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371 1677 1786 msgid "2 Front 2 Rear" 1678 1787 msgstr "2 Vorder- und 2 R�ten" 1679 1788 1680 #: modules/audio_output/alsa.c:19 2modules/audio_output/directx.c:3911789 #: modules/audio_output/alsa.c:190 modules/audio_output/directx.c:391 1681 1790 #: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352 1682 1791 msgid "5.1" 1683 1792 msgstr "5.1" 1684 1793 1685 #: modules/audio_output/alsa.c:21 9modules/audio_output/directx.c:4781794 #: modules/audio_output/alsa.c:217 modules/audio_output/directx.c:478 1686 1795 #: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415 1687 1796 msgid "A/52 over S/PDIF" … … 2074 2183 #: modules/codec/subsdec/subsdec.c:68 2075 2184 #, fuzzy 2076 msgid " subtitletext encoding"2185 msgid "Subtitles text encoding" 2077 2186 msgstr "Untertitel Dekoder" 2078 2187 2079 2188 #: modules/codec/subsdec/subsdec.c:69 2080 2189 #, fuzzy 2081 msgid " change the encoding used in text subtitles"2190 msgid "Change the encoding used in text subtitles" 2082 2191 msgstr "Den aktuellen Untertitel-Stream wechseln" 2083 2192 2084 #: modules/codec/subsdec/subsdec.c:72 2193 #: modules/codec/subsdec/subsdec.c:70 2194 #, fuzzy 2195 msgid "Subtitles justification" 2196 msgstr "Untertitel-Optionen" 2197 2198 #: modules/codec/subsdec/subsdec.c:71 2199 msgid "Change the justification of substitles (0=center, 1=left, 2=right)" 2200 msgstr "" 2201 2202 #: modules/codec/subsdec/subsdec.c:74 2085 2203 #, fuzzy 2086 2204 msgid "file subtitles decoder" 2087 2205 msgstr "Untertitel Dekoder" 2088 2206 2089 #: modules/codec/subsdec/subsdec.c:7 5modules/gui/beos/InterfaceWindow.cpp:2562207 #: modules/codec/subsdec/subsdec.c:77 modules/gui/beos/InterfaceWindow.cpp:256 2090 2208 #: modules/gui/kde/interface.cpp:93 2091 2209 msgid "Subtitles" … … 2243 2361 2244 2362 #: modules/control/lirc/lirc.c:297 modules/control/lirc/lirc.c:323 2245 #: modules/gui/ familiar/interface.c:177 modules/gui/gtk/gnome_interface.c:6022363 #: modules/gui/gtk/gnome_interface.c:602 2246 2364 #: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709 2247 2365 #: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:921 … … 2251 2369 msgstr "Pause" 2252 2370 2253 #: modules/control/lirc/lirc.c:310 modules/gui/familiar/interface.c:190 2254 #: modules/gui/gtk/gnome_interface.c:590 2371 #: modules/control/lirc/lirc.c:310 modules/gui/gtk/gnome_interface.c:590 2255 2372 #: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698 2256 2373 #: modules/gui/macosx/intf.m:324 modules/gui/macosx/intf.m:362 … … 2288 2405 msgstr "Fernbedienungsschnittstelle" 2289 2406 2290 #: modules/demux/a52sys.c: 522407 #: modules/demux/a52sys.c:41 2291 2408 msgid "A52 demuxer" 2292 2409 msgstr "A52 Muxer" 2293 2410 2294 #: modules/demux/aac/demux.c:46 2295 msgid "AAC stream demuxer" 2296 msgstr "AAC Stream Bild/Ton-Trennung" 2297 2298 #: modules/demux/aac/demux.c:555 2411 #: modules/demux/a52sys.c:161 2412 msgid "A52" 2413 msgstr "" 2414 2415 #: modules/demux/a52sys.c:163 modules/demux/aac.c:175 2416 #: modules/demux/mpeg/m4v.c:150 modules/demux/mpeg/mpga.c:331 2417 msgid "Input Type" 2418 msgstr "Input-Typ" 2419 2420 #: modules/demux/a52sys.c:164 modules/demux/aac.c:177 2421 #: modules/demux/asf/asf.c:275 modules/demux/avi/avi.c:1178 2422 #: modules/demux/mkv.cpp:2453 modules/demux/ogg.c:562 modules/demux/ogg.c:838 2423 #: modules/demux/ogg.c:1011 modules/gui/gtk/gnome_interface.c:148 2424 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481 2425 #: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162 2426 #: modules/gui/wxwindows/streamout.cpp:668 2427 msgid "Channels" 2428 msgstr "Kan�" 2429 2430 #: modules/demux/a52sys.c:165 modules/demux/aac.c:179 2431 #: modules/demux/asf/asf.c:277 modules/demux/avi/avi.c:1180 2432 #: modules/demux/mkv.cpp:2457 modules/demux/mpeg/mpga.c:337 2433 #: modules/demux/ogg.c:560 modules/demux/ogg.c:672 modules/demux/ogg.c:833 2434 #: modules/demux/ogg.c:1006 2435 msgid "Sample Rate" 2436 msgstr "Daten-/Symbolrate" 2437 2438 #: modules/demux/aac.c:41 2439 #, fuzzy 2440 msgid "AAC demuxer" 2441 msgstr "AU Muxer" 2442 2443 #: modules/demux/aac.c:173 2299 2444 msgid "Aac" 2300 2445 msgstr "Aac" 2301 2302 #: modules/demux/aac/demux.c:557 modules/demux/mpeg/audio.c:6272303 #: modules/demux/mpeg/audio.c:644 modules/demux/mpeg/m4v.c:1502304 msgid "Input Type"2305 msgstr "Input-Typ"2306 2307 #: modules/demux/aac/demux.c:560 modules/demux/mpeg/audio.c:6292308 msgid "Layer"2309 msgstr "Layer"2310 2311 #: modules/demux/aac/demux.c:562 modules/demux/asf/asf.c:2752312 #: modules/demux/avi/avi.c:1178 modules/demux/mkv.cpp:24492313 #: modules/demux/ogg.c:561 modules/demux/ogg.c:837 modules/demux/ogg.c:10102314 #: modules/gui/gtk/gnome_interface.c:148 modules/gui/gtk/gnome_interface.c:9312315 #: modules/gui/gtk/gtk_interface.c:481 modules/gui/gtk/gtk_interface.c:12822316 #: modules/gui/macosx/output.m:162 modules/gui/wxwindows/streamout.cpp:6682317 msgid "Channels"2318 msgstr "Kan�"2319 2320 #: modules/demux/aac/demux.c:564 modules/demux/asf/asf.c:2772321 #: modules/demux/avi/avi.c:1180 modules/demux/mkv.cpp:24532322 #: modules/demux/mpeg/audio.c:632 modules/demux/ogg.c:5592323 #: modules/demux/ogg.c:671 modules/demux/ogg.c:832 modules/demux/ogg.c:10052324 msgid "Sample Rate"2325 msgstr "Daten-/Symbolrate"2326 2446 2327 2447 #: modules/demux/asf/asf.c:48 … … 2329 2449 msgstr "ASF v1.0 Muxer (nur f�eien)" 2330 2450 2331 #: modules/demux/asf/asf.c:165 modules/demux/mkv.cpp:241 22451 #: modules/demux/asf/asf.c:165 modules/demux/mkv.cpp:2416 2332 2452 msgid "Number of streams" 2333 2453 msgstr "Anzahl der Streams" 2334 2454 2335 #: modules/demux/asf/asf.c:228 modules/demux/asf/asf.c: 3022455 #: modules/demux/asf/asf.c:228 modules/demux/asf/asf.c:298 2336 2456 #: modules/demux/avi/avi.c:1172 modules/demux/avi/avi.c:1217 2337 #: modules/demux/avi/avi.c:1250 modules/demux/mkv.cpp:244 52338 #: modules/demux/mkv.cpp:246 1 modules/demux/mkv.cpp:24772339 #: modules/demux/ogg.c:55 7 modules/demux/ogg.c:629 modules/demux/ogg.c:6692340 #: modules/demux/ogg.c:73 4 modules/demux/ogg.c:829 modules/demux/ogg.c:9092341 #: modules/demux/ogg.c:100 2 modules/gui/familiar/interface.c:3702342 #: modules/gui/ macosx/output.m:139 modules/gui/pda/interface.c:3722457 #: modules/demux/avi/avi.c:1250 modules/demux/mkv.cpp:2449 2458 #: modules/demux/mkv.cpp:2465 modules/demux/mkv.cpp:2481 2459 #: modules/demux/ogg.c:558 modules/demux/ogg.c:630 modules/demux/ogg.c:670 2460 #: modules/demux/ogg.c:735 modules/demux/ogg.c:830 modules/demux/ogg.c:910 2461 #: modules/demux/ogg.c:1003 modules/gui/macosx/output.m:139 2462 #: modules/gui/pda/interface.c:372 2343 2463 msgid "Type" 2344 2464 msgstr "Typ" 2345 2465 2346 #: modules/demux/asf/asf.c:260 modules/demux/asf/asf.c:31 82466 #: modules/demux/asf/asf.c:260 modules/demux/asf/asf.c:314 2347 2467 #: modules/demux/avi/avi.c:1174 modules/demux/avi/avi.c:1218 2348 #: modules/demux/mkv.cpp:24 46 modules/demux/mkv.cpp:24622349 #: modules/demux/mkv.cpp:24 78 modules/demux/ogg.c:558 modules/demux/ogg.c:6302350 #: modules/demux/ogg.c:67 0 modules/demux/ogg.c:735 modules/demux/ogg.c:8302351 #: modules/demux/ogg.c:91 0 modules/demux/ogg.c:10032468 #: modules/demux/mkv.cpp:2450 modules/demux/mkv.cpp:2466 2469 #: modules/demux/mkv.cpp:2482 modules/demux/ogg.c:559 modules/demux/ogg.c:631 2470 #: modules/demux/ogg.c:671 modules/demux/ogg.c:736 modules/demux/ogg.c:831 2471 #: modules/demux/ogg.c:911 modules/demux/ogg.c:1004 2352 2472 msgid "Codec" 2353 2473 msgstr "Codec" … … 2358 2478 2359 2479 #: modules/demux/asf/asf.c:282 modules/demux/avi/avi.c:1185 2360 #: modules/demux/mkv.cpp:24 572480 #: modules/demux/mkv.cpp:2461 2361 2481 msgid "Bits Per Sample" 2362 2482 msgstr "Bits pro Sekunde" 2363 2483 2364 #: modules/demux/asf/asf.c:3 322484 #: modules/demux/asf/asf.c:328
