Changeset 205:f65852271c00 in mediastreamer2
- Timestamp:
- Dec 17, 2008 10:42:02 PM (5 years ago)
- Branch:
- default
- Location:
- linphone
- Files:
-
- 37 edited
-
coreapi/misc.c (modified) (1 diff)
-
mediastreamer2/include/mediastreamer2/msfilter.h (modified) (1 diff)
-
mediastreamer2/src/alaw.c (modified) (4 diffs)
-
mediastreamer2/src/alsa.c (modified) (2 diffs)
-
mediastreamer2/src/aqsnd.c (modified) (2 diffs)
-
mediastreamer2/src/dtmfgen.c (modified) (2 diffs)
-
mediastreamer2/src/gsm.c (modified) (4 diffs)
-
mediastreamer2/src/macsnd.c (modified) (2 diffs)
-
mediastreamer2/src/msconf.c (modified) (2 diffs)
-
mediastreamer2/src/msfileplayer.c (modified) (2 diffs)
-
mediastreamer2/src/msfilerec.c (modified) (2 diffs)
-
mediastreamer2/src/msfilerec_win.c (modified) (2 diffs)
-
mediastreamer2/src/msjoin.c (modified) (2 diffs)
-
mediastreamer2/src/msresample.c (modified) (2 diffs)
-
mediastreamer2/src/msrtp.c (modified) (4 diffs)
-
mediastreamer2/src/msspeex.c (modified) (4 diffs)
-
mediastreamer2/src/msv4l.c (modified) (1 diff)
-
mediastreamer2/src/msv4l2.c (modified) (1 diff)
-
mediastreamer2/src/msv4m.c (modified) (1 diff)
-
mediastreamer2/src/msvolume.c (modified) (2 diffs)
-
mediastreamer2/src/nowebcam.c (modified) (1 diff)
-
mediastreamer2/src/oss.c (modified) (2 diffs)
-
mediastreamer2/src/pixconv.c (modified) (2 diffs)
-
mediastreamer2/src/sdlout.c (modified) (2 diffs)
-
mediastreamer2/src/sizeconv.c (modified) (2 diffs)
-
mediastreamer2/src/speexec.c (modified) (2 diffs)
-
mediastreamer2/src/tee.c (modified) (2 diffs)
-
mediastreamer2/src/theora.c (modified) (4 diffs)
-
mediastreamer2/src/ulaw.c (modified) (4 diffs)
-
mediastreamer2/src/videodec.c (modified) (7 diffs)
-
mediastreamer2/src/videoenc.c (modified) (8 diffs)
-
mediastreamer2/src/videoout.c (modified) (2 diffs)
-
mediastreamer2/src/wincevideods.c (modified) (2 diffs)
-
mediastreamer2/src/winvideo.c (modified) (2 diffs)
-
mediastreamer2/src/winvideo2.c (modified) (2 diffs)
-
mediastreamer2/src/winvideods.c (modified) (2 diffs)
-
po/POTFILES.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/coreapi/misc.c
r182 r205 161 161 162 162 const char *payload_type_get_description(PayloadType *pt){ 163 return (const char *)pt->user_data;163 return _((const char *)pt->user_data); 164 164 } 165 165 -
linphone/mediastreamer2/include/mediastreamer2/msfilter.h
r130 r205 409 409 #define MS_FILTER_DESC_EXPORT(desc) 410 410 411 /* xgettext markup */ 412 #define N_(String) String 411 413 412 414 #endif -
linphone/mediastreamer2/src/alaw.c
r0 r205 142 142 MS_ALAW_ENC_ID, 143 143 "MSAlawEnc", 144 "ITU-G.711 alaw encoder",144 N_("ITU-G.711 alaw encoder"), 145 145 MS_FILTER_ENCODER, 146 146 "pcma", … … 160 160 .id=MS_ALAW_ENC_ID, 161 161 .name="MSAlawEnc", 162 .text= "ITU-G.711 alaw encoder",162 .text=N_("ITU-G.711 alaw encoder"), 163 163 .category=MS_FILTER_ENCODER, 164 164 .enc_fmt="pcma", … … 192 192 MS_ALAW_DEC_ID, 193 193 "MSAlawDec", 194 "ITU-G.711 alaw decoder",194 N_("ITU-G.711 alaw decoder"), 195 195 MS_FILTER_DECODER, 196 196 "pcma", … … 209 209 .id=MS_ALAW_DEC_ID, 210 210 .name="MSAlawDec", 211 .text= "ITU-G.711 alaw decoder",211 .text=N_("ITU-G.711 alaw decoder"), 212 212 .category=MS_FILTER_DECODER, 213 213 .enc_fmt="pcma", -
linphone/mediastreamer2/src/alsa.c
r193 r205 888 888 .id=MS_ALSA_READ_ID, 889 889 .name="MSAlsaRead", 890 .text= "Alsa sound source",890 .text=N_("Alsa sound source"), 891 891 .category=MS_FILTER_OTHER, 892 892 .ninputs=0, … … 985 985 .id=MS_ALSA_WRITE_ID, 986 986 .name="MSAlsaWrite", 987 .text= "Alsa sound output",987 .text=N_("Alsa sound output"), 988 988 .category=MS_FILTER_OTHER, 989 989 .ninputs=1, -
linphone/mediastreamer2/src/aqsnd.c
r14 r205 601 601 .id=MS_AQ_READ_ID, 602 602 .name="MSAQRead", 603 .text= "Sound capture filter for MacOS X Audio Queue Service",603 .text=N_("Sound capture filter for MacOS X Audio Queue Service"), 604 604 .category=MS_FILTER_OTHER, 605 605 .ninputs=0, … … 615 615 .id=MS_AQ_WRITE_ID, 616 616 .name="MSAQWrite", 617 .text= "Sound playback filter for MacOS X Audio Queue Service",617 .text=N_("Sound playback filter for MacOS X Audio Queue Service"), 618 618 .category=MS_FILTER_OTHER, 619 619 .ninputs=1, -
linphone/mediastreamer2/src/dtmfgen.c
r0 r205 171 171 MS_DTMF_GEN_ID, 172 172 "MSDtmfGen", 173 "DTMF generator",173 N_("DTMF generator"), 174 174 MS_FILTER_OTHER, 175 175 NULL, … … 189 189 .id=MS_DTMF_GEN_ID, 190 190 .name="MSDtmfGen", 191 .text= "DTMF generator",191 .text=N_("DTMF generator"), 192 192 .category=MS_FILTER_OTHER, 193 193 .ninputs=1, -
linphone/mediastreamer2/src/gsm.c
r0 r205 68 68 MS_GSM_ENC_ID, 69 69 "MSGsmEnc", 70 "The GSM full-rate codec",70 N_("The GSM full-rate codec"), 71 71 MS_FILTER_ENCODER, 72 72 "gsm", … … 86 86 .id=MS_GSM_ENC_ID, 87 87 .name="MSGsmEnc", 88 .text= "The GSM full-rate codec",88 .text=N_("The GSM full-rate codec"), 89 89 .category=MS_FILTER_ENCODER, 90 90 .enc_fmt="gsm", … … 132 132 MS_GSM_DEC_ID, 133 133 "MSGsmDec", 134 "The GSM codec",134 N_("The GSM codec"), 135 135 MS_FILTER_DECODER, 136 136 "gsm", … … 150 150 .id=MS_GSM_DEC_ID, 151 151 .name="MSGsmDec", 152 .text= "The GSM codec",152 .text=N_("The GSM codec"), 153 153 .category=MS_FILTER_DECODER, 154 154 .enc_fmt="gsm", -
linphone/mediastreamer2/src/macsnd.c
r0 r205 660 660 .id=MS_CA_READ_ID, 661 661 .name="MSCARead", 662 .text= "Sound capture filter for MacOS X Core Audio drivers",662 .text=N_("Sound capture filter for MacOS X Core Audio drivers"), 663 663 .category=MS_FILTER_OTHER, 664 664 .ninputs=0, … … 674 674 .id=MS_CA_WRITE_ID, 675 675 .name="MSCAWrite", 676 .text= "Sound playback filter for MacOS X Core Audio drivers",676 .text=N_("Sound playback filter for MacOS X Core Audio drivers"), 677 677 .category=MS_FILTER_OTHER, 678 678 .ninputs=1, -
linphone/mediastreamer2/src/msconf.c
r186 r205 563 563 MS_CONF_ID, 564 564 "MSConf", 565 "A filter to make conferencing",565 N_("A filter to make conferencing"), 566 566 MS_FILTER_OTHER, 567 567 NULL, … … 581 581 .id=MS_CONF_ID, 582 582 .name="MSConf", 583 .text= "A filter to make conferencing",583 .text=N_("A filter to make conferencing"), 584 584 .category=MS_FILTER_OTHER, 585 585 .ninputs=CONF_MAX_PINS, -
linphone/mediastreamer2/src/msfileplayer.c
r0 r205 272 272 MS_FILE_PLAYER_ID, 273 273 "MSFilePlayer", 274 "Raw files and wav reader",274 N_("Raw files and wav reader"), 275 275 MS_FILTER_OTHER, 276 276 NULL, … … 290 290 .id=MS_FILE_PLAYER_ID, 291 291 .name="MSFilePlayer", 292 .text= "Raw files and wav reader",292 .text=N_("Raw files and wav reader"), 293 293 .category=MS_FILTER_OTHER, 294 294 .ninputs=0, -
linphone/mediastreamer2/src/msfilerec.c
r0 r205 168 168 MS_FILE_REC_ID, 169 169 "MSFileRec", 170 "Wav file recorder",170 N_("Wav file recorder"), 171 171 MS_FILTER_OTHER, 172 172 NULL, … … 186 186 .id=MS_FILE_REC_ID, 187 187 .name="MSFileRec", 188 .text= "Wav file recorder",188 .text=N_("Wav file recorder"), 189 189 .category=MS_FILTER_OTHER, 190 190 .ninputs=1, -
linphone/mediastreamer2/src/msfilerec_win.c
r0 r205 205 205 MS_FILE_REC_ID, 206 206 "MSFileRec", 207 "Wav file recorder",207 N_("Wav file recorder"), 208 208 MS_FILTER_OTHER, 209 209 NULL, … … 223 223 .id=MS_FILE_REC_ID, 224 224 .name="MSFileRec", 225 .text= "Wav file recorder",225 .text=N_("Wav file recorder"), 226 226 .category=MS_FILTER_OTHER, 227 227 .ninputs=1, -
linphone/mediastreamer2/src/msjoin.c
r0 r205 43 43 MS_JOIN_ID, 44 44 "MSJoin", 45 "A filter that send several inputs to one output.",45 N_("A filter that send several inputs to one output."), 46 46 MS_FILTER_OTHER, 47 47 NULL, … … 61 61 .id=MS_JOIN_ID, 62 62 .name="MSJoin", 63 .text= "A filter that send several inputs to one output.",63 .text=N_("A filter that send several inputs to one output."), 64 64 .category=MS_FILTER_OTHER, 65 65 .ninputs=2, -
linphone/mediastreamer2/src/msresample.c
r176 r205 145 145 MS_RESAMPLE_ID, 146 146 "MSResample", 147 "frequency resampler",147 N_("frequency resampler"), 148 148 MS_FILTER_OTHER, 149 149 NULL, … … 163 163 .id=MS_RESAMPLE_ID, 164 164 .name="MSResample", 165 .text= "frequency resampler",165 .text=N_("frequency resampler"), 166 166 .category=MS_FILTER_OTHER, 167 167 .ninputs=1, -
linphone/mediastreamer2/src/msrtp.c
r147 r205 251 251 MS_RTP_SEND_ID, 252 252 "MSRtpSend", 253 "RTP output filter",253 N_("RTP output filter"), 254 254 MS_FILTER_OTHER, 255 255 NULL, … … 269 269 .id = MS_RTP_SEND_ID, 270 270 .name = "MSRtpSend", 271 .text = "RTP output filter",271 .text = N_("RTP output filter"), 272 272 .category = MS_FILTER_OTHER, 273 273 .ninputs = 1, … … 410 410 MS_RTP_RECV_ID, 411 411 "MSRtpRecv", 412 "RTP input filter",412 N_("RTP input filter"), 413 413 MS_FILTER_OTHER, 414 414 NULL, … … 428 428 .id = MS_RTP_RECV_ID, 429 429 .name = "MSRtpRecv", 430 .text = "RTP input filter",430 .text = N_("RTP input filter"), 431 431 .category = MS_FILTER_OTHER, 432 432 .ninputs = 0, -
linphone/mediastreamer2/src/msspeex.c
r0 r205 384 384 MS_SPEEX_ENC_ID, 385 385 "MSSpeexEnc", 386 "The free and wonderful speex codec",386 N_("The free and wonderful speex codec"), 387 387 MS_FILTER_ENCODER, 388 388 "speex", … … 402 402 .id=MS_SPEEX_ENC_ID, 403 403 .name="MSSpeexEnc", 404 .text= "The free and wonderful speex codec",404 .text=N_("The free and wonderful speex codec"), 405 405 .category=MS_FILTER_ENCODER, 406 406 .enc_fmt="speex", … … 529 529 MS_SPEEX_DEC_ID, 530 530 "MSSpeexDec", 531 "The free and wonderful speex codec",531 N_("The free and wonderful speex codec"), 532 532 MS_FILTER_DECODER, 533 533 "speex", … … 547 547 .id=MS_SPEEX_DEC_ID, 548 548 .name="MSSpeexDec", 549 .text= "The free and wonderful speex codec",549 .text=N_("The free and wonderful speex codec"), 550 550 .category=MS_FILTER_DECODER, 551 551 .enc_fmt="speex", -
linphone/mediastreamer2/src/msv4l.c
r193 r205 1007 1007 .id=MS_V4L_ID, 1008 1008 .name="MSV4l", 1009 .text= "A video4linux compatible source filter to stream pictures.",1009 .text=N_("A video4linux compatible source filter to stream pictures."), 1010 1010 .ninputs=0, 1011 1011 .noutputs=1, -
linphone/mediastreamer2/src/msv4l2.c
r177 r205 453 453 .id=MS_V4L2_CAPTURE_ID, 454 454 .name="MSV4L2Capture", 455 .text= "A filter to grab pictures from Video4Linux2-powered cameras",455 .text=N_("A filter to grab pictures from Video4Linux2-powered cameras"), 456 456 .category=MS_FILTER_OTHER, 457 457 .ninputs=0, -
linphone/mediastreamer2/src/msv4m.c
r0 r205 492 492 .id=MS_V4L_ID, 493 493 .name="MSV4m", 494 .text= "A video for macosx compatible source filter to stream pictures.",494 .text=N_("A video for macosx compatible source filter to stream pictures."), 495 495 .ninputs=0, 496 496 .noutputs=1, -
linphone/mediastreamer2/src/msvolume.c
r0 r205 68 68 MSFilterDesc ms_volume_desc={ 69 69 .name="MSVolume", 70 .text= "A filter to make level measurements on 16 bits pcm audio stream",70 .text=N_("A filter to make level measurements on 16 bits pcm audio stream"), 71 71 .id=MS_VOLUME_ID, 72 72 .category=MS_FILTER_OTHER, … … 82 82 MS_VOLUME_ID, 83 83 "MSVolume", 84 "A filter to make level measurements on 16 bits pcm audio stream",84 N_("A filter to make level measurements on 16 bits pcm audio stream"), 85 85 MS_FILTER_OTHER, 86 86 NULL, -
linphone/mediastreamer2/src/nowebcam.c
r180 r205 224 224 MS_STATIC_IMAGE_ID, 225 225 "MSStaticImage", 226 "A filter that outputs a static image.",226 N_("A filter that outputs a static image."), 227 227 MS_FILTER_OTHER, 228 228 NULL, -
linphone/mediastreamer2/src/oss.c
r201 r205 555 555 .id=MS_OSS_READ_ID, 556 556 .name="MSOssRead", 557 .text= "Sound capture filter for OSS drivers",557 .text=N_("Sound capture filter for OSS drivers"), 558 558 .category=MS_FILTER_OTHER, 559 559 .ninputs=0, … … 569 569 .id=MS_OSS_WRITE_ID, 570 570 .name="MSOssWrite", 571 .text= "Sound playback filter for OSS drivers",571 .text=N_("Sound playback filter for OSS drivers"), 572 572 .category=MS_FILTER_OTHER, 573 573 .ninputs=1, -
linphone/mediastreamer2/src/pixconv.c
r105 r205 175 175 MS_PIX_CONV_ID, 176 176 "MSPixConv", 177 "A pixel format converter",177 N_("A pixel format converter"), 178 178 MS_FILTER_OTHER, 179 179 NULL, … … 193 193 .id=MS_PIX_CONV_ID, 194 194 .name="MSPixConv", 195 .text= "A pixel format converter",195 .text=N_("A pixel format converter"), 196 196 .category=MS_FILTER_OTHER, 197 197 .ninputs=1, -
linphone/mediastreamer2/src/sdlout.c
r0 r205 343 343 MS_SDL_OUT_ID, 344 344 "MSSdlOut", 345 "A video display window using SDL",345 N_("A video display window using SDL"), 346 346 MS_FILTER_OTHER, 347 347 NULL, … … 361 361 .id=MS_SDL_OUT_ID, 362 362 .name="MSSdlOut", 363 .text= "A video display window using SDL",363 .text=N_("A video display window using SDL"), 364 364 .category=MS_FILTER_OTHER, 365 365 .ninputs=2, -
linphone/mediastreamer2/src/sizeconv.c
r183 r205 202 202 MS_SIZE_CONV_ID, 203 203 "MSSizeConv", 204 "A video size converter",204 N_("A video size converter"), 205 205 MS_FILTER_OTHER, 206 206 NULL, … … 220 220 .id=MS_SIZE_CONV_ID, 221 221 .name="MSSizeConv", 222 .text= "a small video size converter",222 .text=N_("a small video size converter"), 223 223 .ninputs=1, 224 224 .noutputs=1, -
linphone/mediastreamer2/src/speexec.c
r153 r205 288 288 MS_SPEEX_EC_ID, 289 289 "MSSpeexEC", 290 "Echo canceler using speex library",290 N_("Echo canceler using speex library"), 291 291 MS_FILTER_OTHER, 292 292 NULL, … … 306 306 .id=MS_SPEEX_EC_ID, 307 307 .name="MSSpeexEC", 308 .text= "Echo canceler using speex library",308 .text=N_("Echo canceler using speex library"), 309 309 .category=MS_FILTER_OTHER, 310 310 .ninputs=2, -
linphone/mediastreamer2/src/tee.c
r0 r205 78 78 MS_TEE_ID, 79 79 "MSTee", 80 "A filter that reads from input and copy to its multiple outputs.",80 N_("A filter that reads from input and copy to its multiple outputs."), 81 81 MS_FILTER_OTHER, 82 82 NULL, … … 96 96 .id=MS_TEE_ID, 97 97 .name="MSTee", 98 .text= "A filter that reads from input and copy to its multiple outputs.",98 .text=N_("A filter that reads from input and copy to its multiple outputs."), 99 99 .category=MS_FILTER_OTHER, 100 100 .ninputs=1, -
linphone/mediastreamer2/src/theora.c
r42 r205 370 370 MS_THEORA_ENC_ID, 371 371 "MSTheoraEnc", 372 "The theora video encoder from xiph.org",372 N_("The theora video encoder from xiph.org"), 373 373 MS_FILTER_ENCODER, 374 374 "theora", … … 388 388 .id=MS_THEORA_ENC_ID, 389 389 .name="MSTheoraEnc", 390 .text= "The open-source and royalty-free 'theora' video codec from xiph.org",390 .text=N_("The open-source and royalty-free 'theora' video codec from xiph.org"), 391 391 .category=MS_FILTER_ENCODER, 392 392 .enc_fmt="theora", … … 556 556 MS_THEORA_DEC_ID, 557 557 "MSTheoraDec", 558 "The theora video decoder from xiph.org",558 N_("The theora video decoder from xiph.org"), 559 559 MS_FILTER_DECODER, 560 560 "theora", … … 574 574 .id=MS_THEORA_DEC_ID, 575 575 .name="MSTheoraDec", 576 .text= "The theora video decoder from xiph.org",576 .text=N_("The theora video decoder from xiph.org"), 577 577 .category=MS_FILTER_DECODER, 578 578 .enc_fmt="theora", -
linphone/mediastreamer2/src/ulaw.c
r0 r205 144 144 MS_ULAW_ENC_ID, 145 145 "MSUlawEnc", 146 "ITU-G.711 ulaw encoder",146 N_("ITU-G.711 ulaw encoder"), 147 147 MS_FILTER_ENCODER, 148 148 "pcmu", … … 162 162 .id=MS_ULAW_ENC_ID, 163 163 .name="MSUlawEnc", 164 .text= "ITU-G.711 ulaw encoder",164 .text=N_("ITU-G.711 ulaw encoder"), 165 165 .category=MS_FILTER_ENCODER, 166 166 .enc_fmt="pcmu", … … 194 194 MS_ULAW_DEC_ID, 195 195 "MSUlawDec", 196 "ITU-G.711 ulaw decoder",196 N_("ITU-G.711 ulaw decoder"), 197 197 MS_FILTER_DECODER, 198 198 "pcmu", … … 212 212 .id=MS_ULAW_DEC_ID, 213 213 .name="MSUlawDec", 214 .text= "ITU-G.711 ulaw decoder",214 .text=N_("ITU-G.711 ulaw decoder"), 215 215 .category=MS_FILTER_DECODER, 216 216 .enc_fmt="pcmu", -
linphone/mediastreamer2/src/videodec.c
r0 r205 295 295 MS_H263_DEC_ID, 296 296 "MSH263Dec", 297 "A H.263 decoder using ffmpeg library",297 N_("A H.263 decoder using ffmpeg library"), 298 298 MS_FILTER_DECODER, 299 299 "H263-1998", … … 311 311 MS_H263_DEC_ID, 312 312 "MSH263OldDec", 313 "A H.263 decoder using ffmpeg library",313 N_("A H.263 decoder using ffmpeg library"), 314 314 MS_FILTER_DECODER, 315 315 "H263", … … 328 328 MS_MPEG4_DEC_ID, 329 329 "MSMpeg4Dec", 330 "A MPEG4 decoder using ffmpeg library",330 N_("A MPEG4 decoder using ffmpeg library"), 331 331 MS_FILTER_DECODER, 332 332 "MP4V-ES", … … 344 344 MS_MJPEG_DEC_ID, 345 345 "MSMJpegDec", 346 "A MJPEG decoder using ffmpeg library",346 N_("A MJPEG decoder using ffmpeg library"), 347 347 MS_FILTER_DECODER, 348 348 "MJPEG", … … 360 360 MS_SNOW_DEC_ID, 361 361 "MSSnowDec", 362 "A snow decoder using ffmpeg library",362 N_("A snow decoder using ffmpeg library"), 363 363 MS_FILTER_DECODER, 364 364 "snow", … … 378 378 .id=MS_H263_DEC_ID, 379 379 .name="MSH263Dec", 380 .text= "A H.263 decoder using ffmpeg library",380 .text=N_("A H.263 decoder using ffmpeg library"), 381 381 .category=MS_FILTER_DECODER, 382 382 .enc_fmt="H263-1998", … … 394 394 .id=MS_H263_OLD_DEC_ID, 395 395 .name="MSH263OldDec", 396 .text= "A H.263 decoder using ffmpeg library",396 .text=N_("A H.263 decoder using ffmpeg library"), 397 397 .category=MS_FILTER_DECODER, 398 398 .enc_fmt="H263", -
linphone/mediastreamer2/src/videoenc.c
r191 r205 577 577 MS_H263_ENC_ID, 578 578 "MSH263Enc", 579 "A video H.263 encoder using ffmpeg library.",579 N_("A video H.263 encoder using ffmpeg library."), 580 580 MS_FILTER_ENCODER, 581 581 "H263-1998", … … 593 593 MS_H263_OLD_ENC_ID, 594 594 "MSH263OldEnc", 595 "A video H.263 encoder using ffmpeg library. It is compliant with old RFC2190 spec.",595 N_("A video H.263 encoder using ffmpeg library. It is compliant with old RFC2190 spec."), 596 596 MS_FILTER_ENCODER, 597 597 "H263", … … 609 609 MS_MPEG4_ENC_ID, 610 610 "MSMpeg4Enc", 611 "A video MPEG4 encoder using ffmpeg library.",611 N_("A video MPEG4 encoder using ffmpeg library."), 612 612 MS_FILTER_ENCODER, 613 613 "MP4V-ES", … … 625 625 MS_SNOW_ENC_ID, 626 626 "MSSnowEnc", 627 "A video snow encoder using ffmpeg library.",627 N_("A video snow encoder using ffmpeg library."), 628 628 MS_FILTER_ENCODER, 629 629 "x-snow", … … 643 643 .id=MS_H263_ENC_ID, 644 644 .name="MSH263Enc", 645 .text= "A video H.263 encoder using ffmpeg library.",645 .text=N_("A video H.263 encoder using ffmpeg library."), 646 646 .category=MS_FILTER_ENCODER, 647 647 .enc_fmt="H263-1998", … … 659 659 .id=MS_H263_OLD_ENC_ID, 660 660 .name="MSH263Enc", 661 .text= "A video H.263 encoder using ffmpeg library, compliant with old RFC2190 spec.",661 .text=N_("A video H.263 encoder using ffmpeg library, compliant with old RFC2190 spec."), 662 662 .category=MS_FILTER_ENCODER, 663 663 .enc_fmt="H263", … … 675 675 .id=MS_MPEG4_ENC_ID, 676 676 .name="MSMpeg4Enc", 677 .text= "A video MPEG4 encoder using ffmpeg library.",677 .text=N_("A video MPEG4 encoder using ffmpeg library."), 678 678 .category=MS_FILTER_ENCODER, 679 679 .enc_fmt="MP4V-ES", … … 691 691 .id=MS_SNOW_ENC_ID, 692 692 .name="MSSnowEnc", 693 .text= "The snow codec is royalty-free and is open-source. \n"693 .text=N_("The snow codec is royalty-free and is open-source. \n" 694 694 "It uses innovative techniques that makes it one of the best video " 695 695 "codec. It is implemented within the ffmpeg project.\n" 696 696 "However it is under development and compatibility with other versions " 697 "cannot be guaranteed." ,697 "cannot be guaranteed."), 698 698 .category=MS_FILTER_ENCODER, 699 699 .enc_fmt="x-snow", -
linphone/mediastreamer2/src/videoout.c
r200 r205 843 843 MS_VIDEO_OUT_ID, 844 844 "MSVideoOut", 845 "A generic video display",845 N_("A generic video display"), 846 846 MS_FILTER_OTHER, 847 847 NULL, … … 861 861 .id=MS_VIDEO_OUT_ID, 862 862 .name="MSVideoOut", 863 .text= "A generic video display",863 .text=N_("A generic video display"), 864 864 .category=MS_FILTER_OTHER, 865 865 .ninputs=2, -
linphone/mediastreamer2/src/wincevideods.c
r0 r205 964 964 MS_V4L_ID, 965 965 "MSV4w", 966 "A video4windows compatible source filter to stream pictures.",966 N_("A video4windows compatible source filter to stream pictures."), 967 967 MS_FILTER_OTHER, 968 968 NULL, … … 982 982 .id=MS_V4L_ID, 983 983 .name="MSV4w", 984 .text= "A video4windows compatible source filter to stream pictures.",984 .text=N_("A video4windows compatible source filter to stream pictures."), 985 985 .ninputs=0, 986 986 .noutputs=1, -
linphone/mediastreamer2/src/winvideo.c
r139 r205 594 594 MS_V4L_ID, 595 595 "MSV4w", 596 "A video4windows compatible source filter to stream pictures.",596 N_("A video4windows compatible source filter to stream pictures."), 597 597 MS_FILTER_OTHER, 598 598 NULL, … … 612 612 .id=MS_V4L_ID, 613 613 .name="MSV4w", 614 .text= "A video4windows compatible source filter to stream pictures.",614 .text=N_("A video4windows compatible source filter to stream pictures."), 615 615 .ninputs=0, 616 616 .noutputs=1, -
linphone/mediastreamer2/src/winvideo2.c
r162 r205 434 434 MS_VFW_ID, 435 435 "MSVfw", 436 "A video for windows (vfw.h) based source filter to grab pictures.",436 N_("A video for windows (vfw.h) based source filter to grab pictures."), 437 437 MS_FILTER_OTHER, 438 438 NULL, … … 452 452 .id=MS_VFW_ID, 453 453 .name="MSVfw", 454 .text= "A video for windows (vfw.h) based source filter to grab pictures.",454 .text=N_("A video for windows (vfw.h) based source filter to grab pictures."), 455 455 .ninputs=0, 456 456 .noutputs=1, -
linphone/mediastreamer2/src/winvideods.c
r192 r205 1420 1420 MS_V4L_ID, 1421 1421 "MSV4w", 1422 "A video4windows compatible source filter to stream pictures.",1422 N_("A video4windows compatible source filter to stream pictures."), 1423 1423 MS_FILTER_OTHER, 1424 1424 NULL, … … 1438 1438 .id=MS_V4L_ID, 1439 1439 .name="MSV4w", 1440 .text= "A video4windows compatible source filter to stream pictures.",1440 .text=N_("A video4windows compatible source filter to stream pictures."), 1441 1441 .ninputs=0, 1442 1442 .noutputs=1, -
linphone/po/POTFILES.in
r62 r205 22 22 coreapi/exevents.c 23 23 coreapi/presence.c 24 coreapi/friends.c 24 25
Note: See TracChangeset
for help on using the changeset viewer.
