Changeset 5e422b1ff9247e46387798e43076f9c185cde6f2

Show
Ignore:
Timestamp:
08/11/03 21:30:36 (5 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1060630236 +0000
git-parent:

[a36b1a81a56824910e877e086cebb9a1e8e9200b]

git-author:
Gildas Bazin <gbazin@videolan.org> 1060630236 +0000
Message:

* ChangeLog?, po/*: preparing for the 0.6.2 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    rd564269 r5e422b1  
     12003-08-11 Monday 18:52  gbazin 
     2 
     3 * modules/packetizer/mpegvideo.c: oops, fixed typo. 
     4 
     52003-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 
     102003-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 
     162003-08-10 Sunday 21:26  gbazin 
     17 
     18 * ALL: preparing for a 0.6.2 release 
     19 
     202003-08-10 Sunday 14:23  gbazin 
     21 
     22 * modules/mux/mpeg/ts.c: oops. 
     23 
     242003-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 
     282003-08-10 Sunday 13:35  gbazin 
     29 
     30 * modules/access/vcd/vcd.c: a few navigation fixes. 
     31 
     322003-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 
     422003-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 
     482003-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 
     532003-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 
     582003-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 
     622003-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 
     662003-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 
     722003-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 
     782003-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 
     842003-08-08 Friday 16:41  massiot 
     85 
     86 * modules/gui/macosx/prefs.m: Localized two strings. 
     87 
     882003-08-06 Wednesday 12:01  jpsaman 
     89 
     90 Updated my entry. 
     91 
     922003-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 
     962003-08-05 Tuesday 11:52  jpsaman 
     97 
     98 Added glade2 project file. 
     99 
     1002003-08-05 Tuesday 11:51  jpsaman 
     101 
     102 Removing file. 
     103 
     1042003-08-05 Tuesday 11:49  jpsaman 
     105 
     106 Removing files for Familiar interface (Gtk+1.2 and GPE). 
     107 
     1082003-08-05 Tuesday 10:39  jpsaman 
     109 
     110 Fixed superflous tuning ;-) 
     111 
     1122003-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 
     1182003-08-05 Tuesday 08:02  asmax 
     119 
     120 * VLC_AddTarget had a new prototype 
     121 
     1222003-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 
     1272003-08-04 Monday 23:35  gbazin 
     128 
     129 * src/video_output/video_text.c: removed legacy code that has been rotting for ages. 
     130 
     1312003-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 
     1362003-08-04 Monday 22:49  fenrir 
     137 
     138  * ts: fixed a segfault when removing PCR stream. 
     139 
     1402003-08-04 Monday 18:50  fenrir 
     141 
     142  * sdp: begun to implement RTP code. (Not yet usefull) 
     143 
     1442003-08-04 Monday 12:40  jpsaman 
     145 
     146 Added a error message that the default values are used. 
     147 
     1482003-08-04 Monday 12:34  jpsaman 
     149 
     150 Tuning succeeds, but have no audio yet. Major cleanup of code. 
     151 
     1522003-08-04 Monday 12:34  jpsaman 
     153 
     154 Fixed missing headerfile. 
     155 
     1562003-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 
     1632003-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 
     1692003-08-03 Sunday 20:25  gbazin 
     170 
     171 * src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1; 
     172 
     1732003-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 
     1832003-08-03 Sunday 16:22  fenrir 
     184 
     185  * sdp: parse 'a=' field. 
     186 
     1872003-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 
     1922003-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 
     1972003-08-03 Sunday 12:04  fenrir 
     198 
     199  * rtsp: mmmh, close the socket. 
     200 
     2012003-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 
     2102003-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 
     2152003-08-02 Saturday 19:16  fenrir 
     216 
     217  * ninput : a little developer documentation. 
     218 
     2192003-08-02 Saturday 16:43  fenrir 
     220 
     221  * all: some helpers functions for pf_demux_control. 
     222 
     2232003-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 
     2282003-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 
     2332003-08-02 Saturday 01:33  fenrir 
     234 
     235  * ps: clean up and dvd subtitles support. 
     236 
     2372003-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 
     2422003-08-01 Friday 19:38  fenrir 
     243 
     244  * udp: clean up. 
     245 
     2462003-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 
     2702003-08-01 Friday 18:49  fenrir 
     271 
     272  * ts.c: arggg, bad copy/past. 
     273 
     2742003-08-01 Friday 18:42  fenrir 
     275 
     276  * stream_output.c: fixed a segfault when muxer isn't specified. 
     277 
     2782003-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 
     2832003-08-01 Friday 17:38  fenrir 
     284 
     285  * index.html,style.css : remove built-in css file. added link to info.html. 
     286 
     2872003-08-01 Friday 17:30  fenrir 
     288 
     289  * http: added mime type for .css file. 
     290 
     2912003-08-01 Friday 17:21  fenrir 
     292 
     293  * info: commit the good file... 
     294 
     2952003-08-01 Friday 09:45  sam 
     296 
     297   * modules/access/http.c: 
     298     + Coding style fixes. 
     299     + Removed a C99-ism. 
     300 
     3012003-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 
     3112003-08-01 Friday 00:40  fenrir 
     312 
     313  * configure.ac: audio -> mpga 
     314  * demux/* : function name consistency. 
     315 
     3162003-08-01 Friday 00:37  fenrir 
     317 
     318  * mpga: mp3 demuxer written from scratch using ninput.h 
     319 
     3202003-08-01 Friday 00:26  fenrir 
     321 
     322  * configure.ac: remove old wav and aac directories. 
     323 
     3242003-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 
     3292003-08-01 Friday 00:09  fenrir 
     330 
     331  * wav.c : big clean up and use ninput.h 
     332 
     3332003-08-01 Friday 00:08  fenrir 
     334 
     335  * aac.c : big clean up and use ninput.h 
     336 
     3372003-08-01 Friday 00:05  fenrir 
     338 
     339  au.c : cleaned up and use ninput.h 
     340 
     3412003-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 
     3472003-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 
     3522003-08-01 Friday 00:00  fenrir 
     353 
     354  * modules.c : include ninput.h 
     355 
     3562003-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 
     3662003-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 
     3712003-07-31 Thursday 23:14  massiot 
     372 
     373 Fixed a memory leak (thanks Andy Lindsay !). 
     374 
     3752003-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 
     3802003-07-31 Thursday 21:18  bigben 
     381 
     382 * modules/access/http.c : 
     383    - using new var_Create/var_Get method to get parametters. 
     384 
     3852003-07-31 Thursday 20:47  reno 
     386 
     387 * Make vlc compiling ! 
     388 
     3892003-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 
     3972003-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 
     4032003-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 
     4092003-07-31 Thursday 19:02  fenrir 
     410 
     411  * copy.c: Added DVD subtitle support. I still need to commit the TS 
     412 muxer. 
     413 
     4142003-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 
     4262003-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 
     4322003-07-31 Thursday 15:31  jpsaman 
     433 
     434 Updated LIST of modules and configuration options for building. 
     435 
     4362003-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 
     4402003-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 
     4452003-07-31 Thursday 12:08  sam 
     446 
     447   * Added and fixed .cvsignore files. 
     448 
     4492003-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 
     4542003-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 
     4682003-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 
     4732003-07-30 Wednesday 12:21  jpsaman 
     474 
     475 Updating design of PDA Gtk2 interface 
     476 
     4772003-07-30 Wednesday 12:20  jpsaman 
     478 
     479 Updating design of PDA Gtk2 interface. 
     480 
     4812003-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 
     4892003-07-29 Tuesday 23:55  gbazin 
     490 
     491 * ChangeLog: update. 
     492 
    14932003-07-29 Tuesday 23:50  gbazin 
    2494 
     
    29943486 removed the --playlist option as it doesn't seem to be used 
    29953487 
    2996 2003-05-21 Wednesday 10:02  fenrir 
    2997  
    2998  * wav: fix a parsing bug. 
    2999  
    300034882003-05-20 Tuesday 23:17  gbazin 
    30013489 
     
    32593747   * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in 
    32603748     the extras/ directory. 
    3261  
    3262 2003-05-14 Wednesday 14:58  fenrir 
    3263  
    3264   * aac: use extention based detection. 
    32653749 
    326637502003-05-14 Wednesday 14:57  hartman 
     
    60736557  * araw.c: fixed a warning. 
    60746558 
    6075 2003-03-11 Tuesday 06:45  fenrir 
    6076  
    6077   * wav: Support for alaw/ulaw data. (untested) 
    6078  
    607965592003-03-11 Tuesday 06:14  fenrir 
    60806560 
     
    66327112 
    66337113  * asf: fix seek for http. 
    6634  
    6635 2003-02-24 Monday 09:18  fenrir 
    6636  
    6637   * wav: proper seek handling. (wav file readable over http). 
    66387114 
    663971152003-02-23 Sunday 22:35  fenrir 
     
    87129188 
    87139189  * asf : more msg_Err -> msg_Warn 
    8714  
    8715 2003-01-20 Monday 13:03  fenrir 
    8716  
    8717   * aac: some msg_Err -> msg_Warn 
    87189190 
    871991912003-01-20 Monday 13:01  fenrir 
  • po/POTFILES.in

    rf5cfd12 r5e422b1  
    2222include/mtime.h 
    2323include/network.h 
     24include/ninput.h 
    2425include/os_specific.h 
    2526include/osd.h 
     
    6162src/extras/getopt1.c 
    6263src/extras/libc.c 
     64src/input/demux.c 
    6365src/input/input.c 
    6466src/input/input_clock.c 
     
    6971src/input/input_info.c 
    7072src/input/input_programs.c 
     73src/input/stream.c 
    7174src/interface/interface.c 
    7275src/interface/intf_eject.c 
     
    102105modules/access/cdda.c 
    103106modules/access/directory.c 
     107modules/access/dvb/access.c 
     108modules/access/dvb/dvb.c 
     109modules/access/dvb/dvb.h 
     110modules/access/dvb/qpsk.c 
    104111modules/access/dvd/access.c 
    105112modules/access/dvd/demux.c 
     
    147154modules/access/pvr/pvr.c 
    148155modules/access/pvr/videodev2.h 
     156modules/access/rtsp.c 
    149157modules/access/satellite/access.c 
    150158modules/access/satellite/dvb.c 
     
    312320modules/control/rc/rc.c 
    313321modules/demux/a52sys.c 
    314 modules/demux/aac/demux.c 
     322modules/demux/aac.c 
    315323modules/demux/asf/asf.c 
    316324modules/demux/asf/asf.h 
     
    330338modules/demux/mp4/mp4.c 
    331339modules/demux/mp4/mp4.h 
    332 modules/demux/mpeg/audio.c 
    333340modules/demux/mpeg/es.c 
    334341modules/demux/mpeg/m4v.c 
     342modules/demux/mpeg/mpga.c 
    335343modules/demux/mpeg/ps.c 
    336344modules/demux/mpeg/system.c 
     
    339347modules/demux/ogg.c 
    340348modules/demux/rawdv.c 
     349modules/demux/sdp.c 
    341350modules/demux/util/id3.c 
    342351modules/demux/util/id3genres.h 
     
    344353modules/demux/util/sub.c 
    345354modules/demux/util/sub.h 
    346 modules/demux/wav/wav.c 
    347 modules/demux/wav/wav.h 
     355modules/demux/wav.c 
    348356modules/encoder/ffmpeg/audio.c 
    349357modules/encoder/ffmpeg/encoder.c 
     
    375383modules/gui/beos/VlcWrapper.cpp 
    376384modules/gui/beos/VlcWrapper.h 
    377 modules/gui/familiar/callbacks.c 
    378 modules/gui/familiar/callbacks.h 
    379 modules/gui/familiar/familiar.c 
    380 modules/gui/familiar/familiar.h 
    381 modules/gui/familiar/interface.c 
    382 modules/gui/familiar/interface.h 
    383 modules/gui/familiar/network.c 
    384 modules/gui/familiar/network.h 
    385 modules/gui/familiar/playlist.c 
    386 modules/gui/familiar/playlist.h 
    387 modules/gui/familiar/support.c 
    388 modules/gui/familiar/support.h 
    389385modules/gui/gtk/common.h 
    390386modules/gui/gtk/control.c 
     
    586582modules/gui/skins/x11/x11_window.cpp 
    587583modules/gui/skins/x11/x11_window.h 
     584modules/gui/wxwindows/control.cpp 
    588585modules/gui/wxwindows/dialogs.cpp 
    589586modules/gui/wxwindows/fileinfo.cpp 
  • po/de.po

    rf5cfd12 r5e422b1  
    99"Project-Id-Version: vlc 0.73.3\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2003-07-31 15:04+0200\n" 
     11"POT-Creation-Date: 2003-08-11 21:05+0200\n" 
    1212"PO-Revision-Date: 2002-04-18 23:38+0100\n" 
    1313"Last-Translator: Felix K�fk@aenneburghardt.de>\n" 
     
    3535 
    3636#: src/audio_output/output.c:107 src/audio_output/output.c:142 
    37 #: modules/audio_output/alsa.c:179 modules/audio_output/directx.c:423 
     37#: modules/audio_output/alsa.c:177 modules/audio_output/directx.c:423 
    3838#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181 
    3939#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386 
     
    112112msgstr "%s: Option `-W %s' erlaubt kein Argument\n" 
    113113 
    114 #: src/input/input.c:171 
     114#: src/input/input.c:174 
    115115msgid "General" 
    116116msgstr "�ersicht" 
    117117 
    118 #: src/input/input.c:172 
     118#: src/input/input.c:175 
    119119msgid "Playlist Item" 
    120120msgstr "Wiedergabelisten-Objekt" 
     
    127127 
    128128#: src/input/input_programs.c:98 modules/demux/asf/libasf.c:696 
    129 #: modules/demux/mkv.cpp:2394 modules/gui/beos/MediaControlView.cpp:1258 
     129#: modules/demux/mkv.cpp:2398 modules/gui/beos/MediaControlView.cpp:1258 
    130130#: modules/gui/gtk/gnome_interface.c:1650 modules/gui/gtk/gtk_interface.c:1956 
    131 #: modules/gui/gtk/menu.c:1402 modules/gui/gtk/menu.c:1423 
     131#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424 
    132132#: modules/gui/kde/interface.cpp:144 modules/gui/macosx/intf.m:373 
    133133#: modules/gui/macosx/intf.m:374 modules/gui/macosx/open.m:150 
     
    138138#: src/input/input_programs.c:102 modules/gui/beos/MediaControlView.cpp:1259 
    139139#: modules/gui/gtk/gnome_interface.c:1640 modules/gui/gtk/gtk_interface.c:1946 
    140 #: modules/gui/gtk/menu.c:1019 modules/gui/gtk/menu.c:1432 
     140#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433 
    141141#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:375 
    142142#: modules/gui/macosx/intf.m:376 modules/gui/macosx/open.m:151 
     
    212212"\n" 
    213213 
    214 #: src/libvlc.c:1200 src/misc/configuration.c:1019 
     214#: src/libvlc.c:1200 src/misc/configuration.c:1040 
    215215msgid "string" 
    216216msgstr "Text" 
    217217 
    218 #: src/libvlc.c:1217 src/misc/configuration.c:1000 
     218#: src/libvlc.c:1217 src/misc/configuration.c:1021 
    219219msgid "integer" 
    220220msgstr "Ganzzahl" 
    221221 
    222 #: src/libvlc.c:1220 src/misc/configuration.c:1009 
     222#: src/libvlc.c:1220 src/misc/configuration.c:1030 
    223223msgid "float" 
    224224msgstr "Flie�ommazahl" 
     
    11171117#: src/libvlc.h:474 modules/audio_output/coreaudio.c:227 
    11181118#: modules/audio_output/file.c:108 modules/demux/asf/asf.c:228 
    1119 #: modules/demux/mkv.cpp:2445 modules/demux/ogg.c:557 modules/demux/ogg.c:829 
    1120 #: modules/demux/ogg.c:1002 modules/gui/beos/InterfaceWindow.cpp:259 
     1119#: 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 
    11211121#: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219 
    11221122#: modules/gui/macosx/intf.m:378 modules/gui/macosx/output.m:156 
     
    11241124msgstr "Ton" 
    11251125 
    1126 #: src/libvlc.h:493 modules/demux/asf/asf.c:302 modules/demux/avi/avi.c:1217 
    1127 #: modules/demux/mkv.cpp:2461 modules/demux/ogg.c:629 modules/demux/ogg.c:669 
    1128 #: modules/demux/ogg.c:734 modules/demux/ogg.c:909 
     1126#: 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 
    11291129#: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296 
    11301130#: modules/gui/macosx/intf.m:389 modules/gui/macosx/macosx.m:68 
     
    11341134msgstr "Bild" 
    11351135 
    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 
    11371138msgid "Input" 
    11381139msgstr "Input" 
     
    11571158 
    11581159#: src/libvlc.h:579 modules/gui/beos/InterfaceWindow.cpp:206 
    1159 #: modules/gui/familiar/interface.c:610 modules/gui/gtk/gnome_interface.c:643 
     1160#: modules/gui/gtk/gnome_interface.c:643 
    11601161#: modules/gui/gtk/gnome_interface.c:2384 
    11611162#: modules/gui/gtk/gnome_interface.c:2409 modules/gui/gtk/gtk_interface.c:747 
     
    11701171#: modules/audio_filter/converter/mpgatofixed32.c:60 
    11711172#: 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 
    11771177msgid "Miscellaneous" 
    11781178msgstr "Sonstiges" 
     
    12021202msgstr "Versionsinformationen ausgeben." 
    12031203 
    1204 #: src/misc/configuration.c:1000 
     1204#: src/misc/configuration.c:1021 
    12051205msgid "boolean" 
    12061206msgstr "boolesch" 
     
    12651265msgid "Standard filesystem directory input" 
    12661266msgstr "Standard-Dateisystem f�ner-Input" 
     1267 
     1268#: modules/access/dvb/qpsk.c:44 
     1269msgid "adapter card to tune" 
     1270msgstr "" 
     1271 
     1272#: modules/access/dvb/qpsk.c:45 
     1273msgid "adapter cards have a device file named /dev/dvb/adapter[n] with n>=0" 
     1274msgstr "" 
     1275 
     1276#: modules/access/dvb/qpsk.c:47 
     1277msgid "device nummer to use on adapter" 
     1278msgstr "" 
     1279 
     1280#: modules/access/dvb/qpsk.c:50 
     1281#, fuzzy 
     1282msgid "satellite default transponder frequency" 
     1283msgstr "Standard-Satelliten-Transponder-Frequenz" 
     1284 
     1285#: modules/access/dvb/qpsk.c:53 
     1286#, fuzzy 
     1287msgid "satellite default transponder polarization" 
     1288msgstr "Standard-Satelliten-Transponder-Polarisation" 
     1289 
     1290#: modules/access/dvb/qpsk.c:56 
     1291#, fuzzy 
     1292msgid "satellite default transponder FEC" 
     1293msgstr "Standard-Satelliten-Transponder-FEC" 
     1294 
     1295#: modules/access/dvb/qpsk.c:57 
     1296msgid "FEC=Forward Error Correction mode" 
     1297msgstr "" 
     1298 
     1299#: modules/access/dvb/qpsk.c:59 
     1300#, fuzzy 
     1301msgid "satellite default transponder symbol rate" 
     1302msgstr "Standard-Satelliten-Transponder-Symbolrate" 
     1303 
     1304#: modules/access/dvb/qpsk.c:62 
     1305#, fuzzy 
     1306msgid "use diseqc with antenna" 
     1307msgstr "Verwende diseqc mit Antenne" 
     1308 
     1309#: modules/access/dvb/qpsk.c:65 
     1310#, fuzzy 
     1311msgid "antenna lnb_lof1 (kHz)" 
     1312msgstr "Antenne lnb_lof1 (kHz)" 
     1313 
     1314#: modules/access/dvb/qpsk.c:68 
     1315#, fuzzy 
     1316msgid "antenna lnb_lof2 (kHz)" 
     1317msgstr "Antenne lnb_lof2 (kHz)" 
     1318 
     1319#: modules/access/dvb/qpsk.c:71 
     1320#, fuzzy 
     1321msgid "antenna lnb_slof (kHz)" 
     1322msgstr "Antenne lnb_slof (kHz)" 
     1323 
     1324#: modules/access/dvb/qpsk.c:74 
     1325msgid "probe the dvb card for capabilities (default disabled)" 
     1326msgstr "" 
     1327 
     1328#: modules/access/dvb/qpsk.c:75 
     1329msgid "some dvb cards do not like to be probed for their capabilities" 
     1330msgstr "" 
     1331 
     1332#: modules/access/dvb/qpsk.c:78 
     1333msgid "modulation type" 
     1334msgstr "" 
     1335 
     1336#: modules/access/dvb/qpsk.c:79 
     1337msgid "modulation type for frontend device " 
     1338msgstr "" 
     1339 
     1340#: modules/access/dvb/qpsk.c:82 
     1341msgid "terrestrial high priority stream code rate (FEC)" 
     1342msgstr "" 
     1343 
     1344#: modules/access/dvb/qpsk.c:85 
     1345msgid "terrestrial low priority stream code rate (FEC)" 
     1346msgstr "" 
     1347 
     1348#: modules/access/dvb/qpsk.c:88 
     1349msgid "terrestrial bandwidth" 
     1350msgstr "" 
     1351 
     1352#: modules/access/dvb/qpsk.c:89 
     1353msgid "terrestrial bandwidth [0=auto,6,7,8 in MHz]" 
     1354msgstr "" 
     1355 
     1356#: modules/access/dvb/qpsk.c:91 
     1357msgid "terrestrial guard interval" 
     1358msgstr "" 
     1359 
     1360#: modules/access/dvb/qpsk.c:94 
     1361msgid "terrestrial transmission mode" 
     1362msgstr "" 
     1363 
     1364#: modules/access/dvb/qpsk.c:97 
     1365msgid "terrestrial hierarchy mode" 
     1366msgstr "" 
     1367 
     1368#: modules/access/dvb/qpsk.c:123 
     1369#, fuzzy 
     1370msgid "DVB input module with v4l2 support" 
     1371msgstr "DVD Input mit Men�rst�" 
    12671372 
    12681373#: modules/access/dvd/dvd.c:65 
     
    13821487msgstr "http" 
    13831488 
    1384 #: modules/access/http.c:89 
     1489#: modules/access/http.c:91 
    13851490msgid "HTTP input" 
    13861491msgstr "HTTP-Input" 
     
    14011506msgid "Hauppauge PVR cards input" 
    14021507msgstr "Hauppauge PVR-Karten Input" 
     1508 
     1509#: modules/access/rtsp.c:68 
     1510msgid "RTSP SDP request" 
     1511msgstr "" 
    14031512 
    14041513#: modules/access/satellite/satellite.c:41 
     
    16671776msgstr "Tonausgang" 
    16681777 
    1669 #: modules/audio_output/alsa.c:173 modules/audio_output/directx.c:435 
     1778#: modules/audio_output/alsa.c:171 modules/audio_output/directx.c:435 
    16701779#: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182 
    16711780#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399 
     
    16731782msgstr "Mono" 
    16741783 
    1675 #: modules/audio_output/alsa.c:186 modules/audio_output/directx.c:409 
     1784#: modules/audio_output/alsa.c:184 modules/audio_output/directx.c:409 
    16761785#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371 
    16771786msgid "2 Front 2 Rear" 
    16781787msgstr "2 Vorder- und 2 R�ten" 
    16791788 
    1680 #: modules/audio_output/alsa.c:192 modules/audio_output/directx.c:391 
     1789#: modules/audio_output/alsa.c:190 modules/audio_output/directx.c:391 
    16811790#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352 
    16821791msgid "5.1" 
    16831792msgstr "5.1" 
    16841793 
    1685 #: modules/audio_output/alsa.c:219 modules/audio_output/directx.c:478 
     1794#: modules/audio_output/alsa.c:217 modules/audio_output/directx.c:478 
    16861795#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415 
    16871796msgid "A/52 over S/PDIF" 
     
    20742183#: modules/codec/subsdec/subsdec.c:68 
    20752184#, fuzzy 
    2076 msgid "subtitle text encoding" 
     2185msgid "Subtitles text encoding" 
    20772186msgstr "Untertitel Dekoder" 
    20782187 
    20792188#: modules/codec/subsdec/subsdec.c:69 
    20802189#, fuzzy 
    2081 msgid "change the encoding used in text subtitles" 
     2190msgid "Change the encoding used in text subtitles" 
    20822191msgstr "Den aktuellen Untertitel-Stream wechseln" 
    20832192 
    2084 #: modules/codec/subsdec/subsdec.c:72 
     2193#: modules/codec/subsdec/subsdec.c:70 
     2194#, fuzzy 
     2195msgid "Subtitles justification" 
     2196msgstr "Untertitel-Optionen" 
     2197 
     2198#: modules/codec/subsdec/subsdec.c:71 
     2199msgid "Change the justification of substitles (0=center, 1=left, 2=right)" 
     2200msgstr "" 
     2201 
     2202#: modules/codec/subsdec/subsdec.c:74 
    20852203#, fuzzy 
    20862204msgid "file subtitles decoder" 
    20872205msgstr "Untertitel Dekoder" 
    20882206 
    2089 #: modules/codec/subsdec/subsdec.c:75 modules/gui/beos/InterfaceWindow.cpp:256 
     2207#: modules/codec/subsdec/subsdec.c:77 modules/gui/beos/InterfaceWindow.cpp:256 
    20902208#: modules/gui/kde/interface.cpp:93 
    20912209msgid "Subtitles" 
     
    22432361 
    22442362#: 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:602 
     2363#: modules/gui/gtk/gnome_interface.c:602 
    22462364#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709 
    22472365#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:921 
     
    22512369msgstr "Pause" 
    22522370 
    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 
    22552372#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698 
    22562373#: modules/gui/macosx/intf.m:324 modules/gui/macosx/intf.m:362 
     
    22882405msgstr "Fernbedienungsschnittstelle" 
    22892406 
    2290 #: modules/demux/a52sys.c:52 
     2407#: modules/demux/a52sys.c:41 
    22912408msgid "A52 demuxer" 
    22922409msgstr "A52 Muxer" 
    22932410 
    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 
     2412msgid "A52" 
     2413msgstr "" 
     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 
     2417msgid "Input Type" 
     2418msgstr "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 
     2427msgid "Channels" 
     2428msgstr "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 
     2435msgid "Sample Rate" 
     2436msgstr "Daten-/Symbolrate" 
     2437 
     2438#: modules/demux/aac.c:41 
     2439#, fuzzy 
     2440msgid "AAC demuxer" 
     2441msgstr "AU Muxer" 
     2442 
     2443#: modules/demux/aac.c:173 
    22992444msgid "Aac" 
    23002445msgstr "Aac" 
    2301  
    2302 #: modules/demux/aac/demux.c:557 modules/demux/mpeg/audio.c:627 
    2303 #: modules/demux/mpeg/audio.c:644 modules/demux/mpeg/m4v.c:150 
    2304 msgid "Input Type" 
    2305 msgstr "Input-Typ" 
    2306  
    2307 #: modules/demux/aac/demux.c:560 modules/demux/mpeg/audio.c:629 
    2308 msgid "Layer" 
    2309 msgstr "Layer" 
    2310  
    2311 #: modules/demux/aac/demux.c:562 modules/demux/asf/asf.c:275 
    2312 #: modules/demux/avi/avi.c:1178 modules/demux/mkv.cpp:2449 
    2313 #: modules/demux/ogg.c:561 modules/demux/ogg.c:837 modules/demux/ogg.c:1010 
    2314 #: modules/gui/gtk/gnome_interface.c:148 modules/gui/gtk/gnome_interface.c:931 
    2315 #: modules/gui/gtk/gtk_interface.c:481 modules/gui/gtk/gtk_interface.c:1282 
    2316 #: modules/gui/macosx/output.m:162 modules/gui/wxwindows/streamout.cpp:668 
    2317 msgid "Channels" 
    2318 msgstr "Kan�" 
    2319  
    2320 #: modules/demux/aac/demux.c:564 modules/demux/asf/asf.c:277 
    2321 #: modules/demux/avi/avi.c:1180 modules/demux/mkv.cpp:2453 
    2322 #: modules/demux/mpeg/audio.c:632 modules/demux/ogg.c:559 
    2323 #: modules/demux/ogg.c:671 modules/demux/ogg.c:832 modules/demux/ogg.c:1005 
    2324 msgid "Sample Rate" 
    2325 msgstr "Daten-/Symbolrate" 
    23262446 
    23272447#: modules/demux/asf/asf.c:48 
     
    23292449msgstr "ASF v1.0 Muxer (nur f�eien)" 
    23302450 
    2331 #: modules/demux/asf/asf.c:165 modules/demux/mkv.cpp:2412 
     2451#: modules/demux/asf/asf.c:165 modules/demux/mkv.cpp:2416 
    23322452msgid "Number of streams" 
    23332453msgstr "Anzahl der Streams" 
    23342454 
    2335 #: modules/demux/asf/asf.c:228 modules/demux/asf/asf.c:302 
     2455#: modules/demux/asf/asf.c:228 modules/demux/asf/asf.c:298 
    23362456#: modules/demux/avi/avi.c:1172 modules/demux/avi/avi.c:1217 
    2337 #: modules/demux/avi/avi.c:1250 modules/demux/mkv.cpp:2445 
    2338 #: modules/demux/mkv.cpp:2461 modules/demux/mkv.cpp:2477 
    2339 #: modules/demux/ogg.c:557 modules/demux/ogg.c:629 modules/demux/ogg.c:669 
    2340 #: modules/demux/ogg.c:734 modules/demux/ogg.c:829 modules/demux/ogg.c:909 
    2341 #: modules/demux/ogg.c:1002 modules/gui/familiar/interface.c:370 
    2342 #: modules/gui/macosx/output.m:139 modules/gui/pda/interface.c:372 
     2457#: 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 
    23432463msgid "Type" 
    23442464msgstr "Typ" 
    23452465 
    2346 #: modules/demux/asf/asf.c:260 modules/demux/asf/asf.c:318 
     2466#: modules/demux/asf/asf.c:260 modules/demux/asf/asf.c:314 
    23472467#: modules/demux/avi/avi.c:1174 modules/demux/avi/avi.c:1218 
    2348 #: modules/demux/mkv.cpp:2446 modules/demux/mkv.cpp:2462 
    2349 #: modules/demux/mkv.cpp:2478 modules/demux/ogg.c:558 modules/demux/ogg.c:630 
    2350 #: modules/demux/ogg.c:670 modules/demux/ogg.c:735 modules/demux/ogg.c:830 
    2351 #: modules/demux/ogg.c:910 modules/demux/ogg.c:1003 
     2468#: 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 
    23522472msgid "Codec" 
    23532473msgstr "Codec" 
     
    23582478 
    23592479#: modules/demux/asf/asf.c:282 modules/demux/avi/avi.c:1185 
    2360 #: modules/demux/mkv.cpp:2457 
     2480#: modules/demux/mkv.cpp:2461 
    23612481msgid "Bits Per Sample" 
    23622482msgstr "Bits pro Sekunde" 
    23632483 
    2364 #: modules/demux/asf/asf.c:332 
     2484#: modules/demux/asf/asf.c:328