Mercurial > mplayer.hg
graph
-
Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.Sun, 17 Dec 2006 12:35:12 +0000, by eugeni
-
Fix compilation under MinGW with X11 enabledSun, 17 Dec 2006 12:33:09 +0000, by reimar
-
Update some comments.Sun, 17 Dec 2006 12:00:55 +0000, by eugeni
-
Ignore main.xml properlySun, 17 Dec 2006 10:10:53 +0000, by torinthiel
-
Partially revert r20940, we had some local modifications.Sun, 17 Dec 2006 09:10:26 +0000, by torinthiel
-
CVS -> SVNSun, 17 Dec 2006 08:42:37 +0000, by torinthiel
-
- there's no <book lang=""> for ages, it's automatedSun, 17 Dec 2006 08:41:25 +0000, by torinthiel
-
Initial Chinese translation, by Kun Niu, haoniukun gmail comSun, 17 Dec 2006 08:29:42 +0000, by torinthiel
-
Fix crashes in loader code: There is still some code that can not handle omitted frame pointers.Sat, 16 Dec 2006 23:59:06 +0000, by reimar
-
Get rid of completely useless includes that in addition hinder compilationSat, 16 Dec 2006 21:24:12 +0000, by reimar
-
Simplify: get rid of useless lame_presets_longinfo_dm function.Sat, 16 Dec 2006 20:02:26 +0000, by reimar
-
Fix FIXME mp_msg levels and targetsSat, 16 Dec 2006 19:59:37 +0000, by reimar
-
Cosmetics: fix indentation.Sat, 16 Dec 2006 19:35:48 +0000, by eugeni
-
Keep reselected fonts in an array, adding new ones to the end. GlyphSat, 16 Dec 2006 19:34:00 +0000, by eugeni
-
Avoid storing font file path and index in ass_font_t.Sat, 16 Dec 2006 19:29:33 +0000, by eugeni
-
Remove a mistakenly committed debug printf.Sat, 16 Dec 2006 19:28:21 +0000, by eugeni
-
FT_Set_Transform is fast enough to be called once for each glyph.Sat, 16 Dec 2006 19:24:01 +0000, by eugeni
-
Avoid "pointer targets differ in signedness" warnings.Sat, 16 Dec 2006 19:19:27 +0000, by eugeni
-
Move ascender, descender, and kerning computation to ass_font.c.Sat, 16 Dec 2006 19:17:50 +0000, by eugeni
-
simplified aid management in dvdnav_lang_from_aid(); patch by Joakim PatteFri, 15 Dec 2006 23:12:50 +0000, by nicodvb
-
Force lavf on flv streams. Closes bugzilla #354Fri, 15 Dec 2006 23:09:01 +0000, by rtogni
-
dvdnav support -alang and -slangFri, 15 Dec 2006 22:13:24 +0000, by nicodvb
-
ASF aspect support via metadata reading.Fri, 15 Dec 2006 21:51:20 +0000, by reimar
-
VobSub tracks cannot be handled by libass, do not mark them with 'a'.Fri, 15 Dec 2006 19:35:06 +0000, by eugeni
-
RedHat RPMs are long gone. Greysector repository is going away, and I'veFri, 15 Dec 2006 18:55:17 +0000, by rathann
-
Compilation fix hacks: disable libavformat X11 grabber andFri, 15 Dec 2006 09:41:39 +0000, by reimar
-
gcc 2.95 fixFri, 15 Dec 2006 08:20:05 +0000, by ods15
-
mpegts uses 3-letter language codesThu, 14 Dec 2006 23:47:43 +0000, by nicodvb
-
show audio language in osd when playing dvdnav streamsThu, 14 Dec 2006 23:11:11 +0000, by nicodvb
-
implemented dvdnav_lang_from_aid() to retrieve audio languageThu, 14 Dec 2006 23:08:09 +0000, by nicodvb
-
call dvd_lang_from_aid() only if stream_type is DVDThu, 14 Dec 2006 22:37:13 +0000, by nicodvb
-
support for -alang in dvdnavThu, 14 Dec 2006 22:12:28 +0000, by nicodvb
-
added dvdnav_aid_from_lang() to support -alangThu, 14 Dec 2006 22:11:43 +0000, by nicodvb
-
10l, missing () in check for 32bit endian-conversion hackThu, 14 Dec 2006 18:14:57 +0000, by reimar
-
r21612: replace " with ", better readabilityThu, 14 Dec 2006 16:48:26 +0000, by voroshil
-
transliteration -> translation for "dB" and "intra"Thu, 14 Dec 2006 13:50:46 +0000, by voroshil
-
replace " with ", better readabilityThu, 14 Dec 2006 13:49:57 +0000, by torinthiel
-
Add missing redirect to /dev/null.Wed, 13 Dec 2006 23:24:29 +0000, by corey
-
r21599: vstrict=0 is required to create DVDs decodable by standalone dvd playersWed, 13 Dec 2006 18:49:46 +0000, by voroshil
-
spelling fixWed, 13 Dec 2006 18:41:33 +0000, by voroshil
-
__CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".Wed, 13 Dec 2006 11:23:15 +0000, by diego
-
Ugly hotfix for --disable-mencoder.Wed, 13 Dec 2006 10:59:14 +0000, by diego
-
wordingTue, 12 Dec 2006 23:44:33 +0000, by diego
-
Always use tcgetattr/tcsetattr instead of #ifdef messTue, 12 Dec 2006 20:36:38 +0000, by reimar
-
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedTue, 12 Dec 2006 20:29:30 +0000, by reimar
-
Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.Tue, 12 Dec 2006 19:17:47 +0000, by reimar
-
Support for different endianness on client and server with -vo x11Tue, 12 Dec 2006 19:13:48 +0000, by reimar
-
Align image data pointer, this is also in preparation of an upcoming patchTue, 12 Dec 2006 19:03:57 +0000, by reimar
-
Use XCreateImage instead of XGetImage, this is not only more correct andTue, 12 Dec 2006 18:43:10 +0000, by reimar
-
vstrict=0 is required to create DVDs decodable by standalone dvd playersTue, 12 Dec 2006 09:40:49 +0000, by gpoirier
-
Mark utf8_get_char parameter as const and fix a compiler warningMon, 11 Dec 2006 22:37:17 +0000, by reimar
-
Another simplificationMon, 11 Dec 2006 22:32:13 +0000, by reimar
-
Reuse utf8_get_char in subtitle rendering code.Mon, 11 Dec 2006 22:29:08 +0000, by reimar
-
More ChangeLog updatesMon, 11 Dec 2006 19:49:04 +0000, by reimar
-
count needs to be evenMon, 11 Dec 2006 18:50:52 +0000, by henry
-
sync w/r21561Mon, 11 Dec 2006 14:53:40 +0000, by gpoirier