| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -2116/+0 |
* | Merge svn changes up to r30675 | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
|\ |
|
| * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 1 | -1/+0 |
| * | Add support for loading ASS subtitles through the stream layer and thus e.g. | reimar | 2010-02-05 | 1 | -1/+1 |
|/ |
|
* | Reduce console output verbosity: Move colorspace information to verbose mode. | diego | 2009-09-30 | 1 | -2/+0 |
* | Remove reference to outdated documentation file. | diego | 2009-04-20 | 1 | -1/+0 |
* | Update sync tag. | bircoph | 2009-03-15 | 1 | -1/+1 |
* | The large -help help_text should be const so it goes into .rodata | reimar | 2009-03-06 | 1 | -1/+1 |
* | Remove exclamation marks to make output similar to English version. | bircoph | 2009-02-19 | 1 | -1/+1 |
* | Fix capitalization to be similar to English master file. | bircoph | 2009-02-19 | 1 | -1/+1 |
* | Some more trailing whitespaces. | bircoph | 2009-02-15 | 1 | -2/+2 |
* | Actually it is in sync with SVN HEAD. | bircoph | 2009-02-14 | 1 | -1/+1 |
* | Fix MGSTR vs. MSGTR typo. | diego | 2008-12-09 | 1 | -2/+2 |
* | Synced with r27967. | bircoph | 2008-11-21 | 1 | -12/+11 |
* | Synced with r27402. Some spelling, typo fixes. | bircoph | 2008-11-07 | 1 | -786/+735 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -1/+1 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -1/+1 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | Remove now unused messages. | diego | 2008-06-15 | 1 | -1/+0 |
* | Slightly reduce VIDIX video output verbosity. | diego | 2008-06-08 | 1 | -2/+0 |
* | r26512: consistently print fps with three digits of precision | voroshil | 2008-05-21 | 1 | -2/+9 |
* | consistently print fps with three digits of precision | corey | 2008-04-23 | 1 | -2/+2 |
* | r25994: typo fix: inited --> initialized | voroshil | 2008-03-16 | 1 | -1/+2 |
* | r25605: properties to get and set angle; patch by oattila chello hu | voroshil | 2008-02-10 | 1 | -1/+5 |
* | r25058: Add missed translatable string in my previous commit | voroshil | 2007-11-28 | 1 | -2/+7 |
* | r24892: move errors and a warning to help_mp-en.h | voroshil | 2007-11-03 | 1 | -1/+13 |
* | r24772: DirectShow based tv:// driver for win32 | voroshil | 2007-10-25 | 1 | -1/+48 |
* | r24423: Implementation of tv:// driver autodetection. | voroshil | 2007-09-12 | 1 | -1/+2 |
* | r24216: Add missed in r24212 strings definitions | voroshil | 2007-09-06 | 1 | -1/+15 |
* | Move debug message to verbose output level. | diego | 2007-09-04 | 1 | -1/+0 |
* | sync tag update | voroshil | 2007-08-22 | 1 | -1/+1 |
* | Apple Remote support | diego | 2007-08-14 | 1 | -0/+1 |
* | r23891: typo fix: childs --> children | voroshil | 2007-08-01 | 1 | -1/+2 |
* | Give message string a more meaningful name. | diego | 2007-07-28 | 1 | -1/+1 |
* | typo fix: childs --> children | diego | 2007-07-28 | 1 | -1/+1 |
* | Update sync tag | voroshil | 2007-07-22 | 1 | -1/+1 |
* | Remove vo_syncfb, which was unused for 5 years. | diego | 2007-07-20 | 1 | -13/+0 |
* | r23745: Add the sub_scale property and command. | voroshil | 2007-07-18 | 1 | -1/+3 |
* | r23588: The audio balance feature implemented with af_pan. | voroshil | 2007-06-24 | 1 | -1/+4 |
* | r23416: Drop the metadata stuff and replace it with generic property string e... | voroshil | 2007-05-31 | 1 | -2/+3 |
* | r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bi... | voroshil | 2007-04-22 | 1 | -1/+5 |
* | r22985: Move translatable strings from tv.c to help_mp* | voroshil | 2007-04-20 | 1 | -1/+37 |
* | r22772: Radio driver loading rework. | voroshil | 2007-03-24 | 1 | -2/+2 |
* | r22331: Remove some #if 0 code | voroshil | 2007-03-12 | 1 | -2/+3 |
* | Fix unkown --> unkNown typo. | diego | 2007-03-07 | 1 | -1/+1 |
* | r22276: Reallocate event_images_t, removing limit on simultanious events count. | voroshil | 2007-02-22 | 1 | -2/+2 |
* | r22184: When setting the non-audio bit for hwac3 output, just try to set the... | voroshil | 2007-02-16 | 1 | -5/+5 |
* | r22139: Try to clarify scale filter usage hint. | voroshil | 2007-02-05 | 1 | -2/+4 |
* | sync tag update | voroshil | 2007-01-14 | 1 | -1/+1 |
* | Nuke MSGTR_CopyCodecsConf, it's gone from the master file. | diego | 2007-01-13 | 1 | -1/+0 |
* | r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdied... | voroshil | 2006-12-17 | 1 | -1/+6 |
* | r21476: Open embedded fonts directly from memory.... | voroshil | 2006-12-04 | 1 | -1/+3 |
* | r21367: If a glyph is not found in the current font, switch to another one. | voroshil | 2006-11-30 | 1 | -1/+5 |
* | r21306: fix compilation for win32 dll codec support for intel osx | voroshil | 2006-11-28 | 1 | -1/+15 |
* | r21151: typo | voroshil | 2006-11-22 | 1 | -1/+8 |
* | Fix wrong fps value for TelecineMode in translation | voroshil | 2006-11-21 | 1 | -2/+2 |
* | r21082: MSGTRs for libass | voroshil | 2006-11-21 | 1 | -1/+60 |
* | translation/spelling fix. | voroshil | 2006-11-19 | 1 | -8/+8 |
* | help_mp-ru.h sync with r21001 | voroshil | 2006-11-18 | 1 | -1/+2 |
* | r20972: defined MSGTR_OSDVideo | voroshil | 2006-11-17 | 1 | -1/+2 |
* | r20817: add full stop at end of sentence | voroshil | 2006-11-09 | 1 | -2/+2 |
* | r20774: Adding ability to check allowed frequency range. | voroshil | 2006-11-08 | 1 | -1/+75 |
* | sync tag update, no real changes needed | voroshil | 2006-11-07 | 1 | -1/+1 |
* | Remove remnants of long-gone libfame. | diego | 2006-11-06 | 1 | -5/+1 |
* | r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c | voroshil | 2006-11-05 | 1 | -1/+28 |
* | no real change need for r20586, updating sync tag | voroshil | 2006-11-03 | 1 | -1/+1 |
* | convert help_mp-ru.h from koi8-r to UTF-8 | voroshil | 2006-10-31 | 1 | -1432/+1432 |
* | r20355: typo | voroshil | 2006-10-26 | 1 | -1/+5 |
* | Sync with r20191 | voroshil | 2006-10-15 | 1 | -4/+4 |
* | r19979: added MSGTR_MPEndposNosizeBased string | voroshil | 2006-10-04 | 1 | -1/+2 |
* | Fixed missed sync tag, thanks to Andrew Savchenko | voroshil | 2006-09-16 | 1 | -1/+1 |
* | ability to pass channel name (not only number) to radio_set_channel | voroshil | 2006-09-11 | 1 | -0/+1 |
* | some typos fixed | voroshil | 2006-09-11 | 1 | -12/+12 |
* | Part of radio patch by Vladimir Voroshilov (voroshil gmail com) that did not ... | reimar | 2006-08-28 | 1 | -0/+42 |
* | sync with r19561 | gpoirier | 2006-08-28 | 1 | -176/+961 |
* | Partial sync with message removal from DVD information output change. | diego | 2006-08-19 | 1 | -2/+0 |
* | Fix some errors revealed by Uoti's help file checker. | diego | 2006-05-17 | 1 | -1/+0 |
* | fix extras and malformed translation messages, check done with uau's brand ne... | reynaldo | 2006-05-17 | 1 | -11/+2 |
* | Rename some misspelled and misnamed messages. | diego | 2006-04-28 | 1 | -4/+4 |
* | Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on t... | reynaldo | 2006-04-27 | 1 | -2/+2 |
* | Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV). | gpoirier | 2006-04-16 | 1 | -0/+1 |
* | the title of this window was not localized => added new en and ru strings, ba... | gpoirier | 2006-04-09 | 1 | -0/+1 |
* | Removed unused constant definition (MSGTR_InvalidAOdriver) | ptt | 2006-03-28 | 1 | -1/+0 |
* | New website structure, the /homepage subdirectory is gone. | diego | 2006-03-01 | 1 | -1/+1 |
* | change obsolete -waveheader to -ao pcm:waveheader in hintinfo message | ivo | 2005-09-19 | 1 | -1/+1 |
* | Replace bps by B/s when it means bytes per second to avoid ambiguity since | diego | 2005-09-02 | 1 | -3/+3 |
* | Remove non-translatable messages | wight | 2005-07-24 | 1 | -4/+0 |
* | Remove duplicate messages | wight | 2005-07-03 | 1 | -4/+1 |
* | Fix wrong \n at beggining/end of message | wight | 2005-06-01 | 1 | -2/+2 |
* | sync with 1.57 by Savchenko Andrew <Bircoph at list dot ru> | diego | 2005-02-03 | 1 | -18/+19 |
* | sync with 1.55 by Savchenko Andrew <Bircoph at list dot ru> | diego | 2005-02-02 | 1 | -138/+576 |
* | devices.html is no more, link updated. | diego | 2004-11-11 | 1 | -1/+1 |
* | printf --> mp_msg conversion | diego | 2004-10-07 | 1 | -2/+0 |
* | Removed all obsolete and unused messages. | diego | 2004-10-02 | 1 | -9/+0 |
* | Obsolete and unused message removed. | diego | 2004-10-02 | 1 | -1/+0 |
* | printf -> mp_msg conversion, first steps | diego | 2004-08-24 | 1 | -1/+2 |
* | sync | lumag | 2004-07-31 | 1 | -7/+9 |
* | two small typos | lumag | 2004-07-16 | 1 | -2/+2 |
* | Sync, reword, fix 80 column barrier :) | lumag | 2004-07-15 | 1 | -37/+47 |
* | As pointed by Diego, I forgot this. | lumag | 2004-05-02 | 1 | -1/+1 |
* | Sync, update my email. | lumag | 2004-05-01 | 1 | -3/+3 |
* | Sync header. | lumag | 2003-12-09 | 1 | -1/+1 |
* | removed the historic libcss support | alex | 2003-12-08 | 1 | -4/+0 |
* | sync | lumag | 2003-12-02 | 1 | -1/+3 |
* | Removed outdated telecine messages. | diego | 2003-11-04 | 1 | -2/+0 |
* | Sync + change DOCS/HTML/en to DOCS/HTML/ru. | lumag | 2003-10-18 | 1 | -36/+38 |
* | updated by sed | diego | 2003-10-17 | 1 | -1/+1 |
* | Massive consistency and spelling update inspired by Torinthiel. | diego | 2003-10-17 | 1 | -42/+42 |
* | Point to generated HTML instead of old HTML docs. | diego | 2003-10-15 | 1 | -8/+8 |
* | Resync :) | lumag | 2003-10-04 | 1 | -1/+1 |
* | Sync | lumag | 2003-10-04 | 1 | -1/+1 |
* | Fixed PAUSED message (it was too long :) | lumag | 2003-09-10 | 1 | -1/+1 |
* | Missing en/ added to DOCS path. | diego | 2003-08-31 | 1 | -1/+1 |
* | Sync. | lumag | 2003-08-30 | 1 | -12/+14 |
* | codecs.conf is obsolete. | diego | 2003-08-22 | 1 | -1/+0 |
* | copyright message rework, try 2 | alex | 2003-07-13 | 1 | -6/+0 |
* | Changed the main copyright to MPlayer Team and removed the lame 'see DOCS' th... | alex | 2003-07-13 | 1 | -1/+1 |
* | -dvd -> dvd:// and -vcd -> vcd:// | jonas | 2003-07-09 | 1 | -2/+2 |
* | Sync | lumag | 2003-06-07 | 1 | -2/+2 |
* | Synced | lumag | 2003-05-26 | 1 | -1/+2 |
* | Spellcheck & some small fixes. | lumag | 2003-05-20 | 1 | -34/+34 |
* | Sync by Dmitry Baryshkov <lumag@qnc.ru>. | diego | 2003-03-21 | 1 | -4/+5 |
* | 1million litres ;) | alex | 2003-02-21 | 1 | -1/+1 |
* | Sync by Dmitry Baryshkov <lumag@qnc.ru>. | diego | 2003-02-15 | 1 | -55/+55 |
* | Sync by Dmitry Baryshkov <lumag@qnc.ru>. | diego | 2003-02-06 | 1 | -40/+374 |
* | Happy New Year :) | arpi | 2003-01-11 | 1 | -1/+1 |
* | Fixed two typos noticed by Sycotic Smith (I think). | diego | 2002-10-19 | 1 | -1/+1 |
* | help*.h files moved to help/ subdir | arpi | 2002-09-22 | 1 | -0/+274 |