[MPlayer-dev-eng] [PATCH] Radio support

Vladimir Voroshilov voroshil at gmail.com
Mon Aug 28 21:10:41 CEST 2006


Reimar D?ffinger wrote: 
> Finally applied, with minor changes:
> 1) couldn't get the help_mp-ru.h part to apply, so left out.
Patch is attached, synced with r19575.
> 4) moved addition to AUTHORS into alphabetical order.
You moved it in a middle of GUI skins :-/
i'm afraid it's not a good idea.

P.S. what about xml docs? Why did you not update it?  Because it is
documentation team related staff?

> 
> Greetings,
> Reimar D?ffinger
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng

-- 
Vladimir Voroshilov mailto:voroshli at univer.omsk.su
Omsk State University
JID: voroshil at jabber.ru
ICQ: 95587719
-------------- next part --------------
Index: help/help_mp-ru.h
===================================================================
--- help/help_mp-ru.h	(revision 19575)
+++ help/help_mp-ru.h	(working copy)
@@ -1174,6 +1174,48 @@
 #define MSGTR_AF_LADSPA_ErrControlBelow "%s: ??????? ???????? #%d ?????? ?????? ??????? %0.4f.\n"
 #define MSGTR_AF_LADSPA_ErrControlAbove "%s: ??????? ???????? #%d ?????? ??????? ??????? %0.4f.\n"
 
+// stream/stream_radio.c
+
+#define MSGTR_RADIO_ChannelNamesDetected "[radio] ?????????? ????? ????????????.\n"
+#define MSGTR_RADIO_WrongFreqForChannel "[radio] ???????? ??????? ??? ??????? %s\n"
+#define MSGTR_RADIO_WrongChannelNumberFloat "[radio] ???????? ????? ???????: %.2f\n"
+#define MSGTR_RADIO_WrongChannelNumberInt "[radio] ???????? ????? ???????: %d\n"
+#define MSGTR_RADIO_FreqParameterDetected "[radio] ? ?????????? ?????????? ???????.\n"
+#define MSGTR_RADIO_DoneParsingChannels "[radio] ?????? ???? ???????????? ????????\n"
+#define MSGTR_RADIO_GetTunerFailed "[radio] ??????????????:???? ?????? ioctl get tuner : %s. frac ?????????? ? %d\n"
+#define MSGTR_RADIO_NotRadioDevice "[radio] %s ?? ???????? ??????????? ?????!\n"
+#define MSGTR_RADIO_TunerCapLowYes "[radio] ?????????????? ?????:?? frac=%d\n"
+#define MSGTR_RADIO_TunerCapLowNo "[radio] ?????????????? ?????:??? frac=%d\n"
+#define MSGTR_RADIO_SetFreqFailed "[radio] ???? ?????? ioctl set frequency 0x%x (%.2f): %s\n"
+#define MSGTR_RADIO_GetFreqFailed "[radio] ???? ?????? ioctl get frequency: %s\n"
+#define MSGTR_RADIO_SetMuteFailed "[radio] ???? ?????? ioctl set mute: %s\n"
+#define MSGTR_RADIO_QueryControlFailed "[radio] ???? ?????? ioctl query control %s\n"
+#define MSGTR_RADIO_GetVolumeFailed "[radio] ???? ?????? ioctl get volume: %s\n"
+#define MSGTR_RADIO_SetVolumeFailed "[radio] ???? ?????? ioctl set volume: %s\n"
+#define MSGTR_RADIO_DroppingFrame "\n[radio] ??????? ????? ????? (????: %d)!\n"
+#define MSGTR_RADIO_BufferEmpty "[radio] grab_audio_frame: ????? ????, ???????? ??????. ????: %d \n"
+#define MSGTR_RADIO_AudioInitFailed "[radio] ???? ?????? audio_in_init: %s\n"
+#define MSGTR_RADIO_AudioBuffer "[radio] ????? ?????? - ?????=%d ???? (????: %d ????).\n"
+#define MSGTR_RADIO_AllocateBufferFailed "[radio] ?????????? ??????? ????? ????? (????=%d,??????=%d): %s\n"
+#define MSGTR_RADIO_CurrentFreq "[radio] ??????? ???????: %.2f\n"
+#define MSGTR_RADIO_SelectedChannel "[radio] ??????? ???????: %d - %s (???????: %.2f)\n"
+#define MSGTR_RADIO_ChangeChannelNoChannelList "[radio] ?????????? ???????? ???????: ?? ??????? ?????? ????????????\n"
+#define MSGTR_RADIO_UnableOpenDevice "[radio] ?????????? ??????? '%s': %s\n"
+#define MSGTR_RADIO_RadioDevice "[radio] Radio fd: %d, %s\n"
+#define MSGTR_RADIO_InitFracFailed "[radio] ???? ?????? init_frac\n"
+#define MSGTR_RADIO_WrongFreq "[radio] ???????? ???????: %.2f\n"
+#define MSGTR_RADIO_UsingFreq "[radio] ???????????? ???????: %.2f.\n"
+#define MSGTR_RADIO_AudioInInitFailed "[radio] ???? ?????? audio_in_init\n"
+#define MSGTR_RADIO_BufferString "[radio] %s: ? ??????: %d ????????:%d\n"
+#define MSGTR_RADIO_AudioInSetupFailed "[radio] ???? ?????? audio_in_setup: %s\n"
+#define MSGTR_RADIO_CaptureStarting "[radio] ?????? ?????? ???????\n"
+#define MSGTR_RADIO_ClearBufferFailed "[radio] ?????? ??????? ??????: %s\n"
+#define MSGTR_RADIO_StreamEnableCacheFailed "[radio] ?????? ?????? stream_enable_cache: %s\n"
+#define MSGTR_RADIO_DriverUnknownId "[radio] ??????????? ??? ???????: %d\n"
+#define MSGTR_RADIO_DriverUnknownStr "[radio] ??????????? ???????: %s\n"
+#define MSGTR_RADIO_DriverV4L "[radio] ???????????? V4Lv1 ????? ?????????\n"
+#define MSGTR_RADIO_DriverV4L2 "[radio] ???????????? V4Lv2 ????? ?????????\n"
+
 // format.c
 
 #define MSGTR_AF_FORMAT_UnknownFormat "??????????? ?????? "


More information about the MPlayer-dev-eng mailing list