Mercurial > mplayer.hg
graph
-
More consistent and sane types. Also avoids some gcc 4 warnings.Mon, 31 Oct 2005 13:56:16 +0000, by reimar
-
synced with 1.34, patch by Johan Bos + fixes by meMon, 31 Oct 2005 08:41:41 +0000, by gpoirier
-
move resync_audio_stream after seeking to demuxer.cSun, 30 Oct 2005 09:19:05 +0000, by reimar
-
Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.Sun, 30 Oct 2005 09:13:32 +0000, by reimar
-
Provide percentage even when demuxer->movi_start and movi_end are not availableSun, 30 Oct 2005 09:11:40 +0000, by reimar
-
10l, uninit() was not used, fixes bug #401Sun, 30 Oct 2005 08:45:24 +0000, by reimar
-
Updating little things I have done so farSat, 29 Oct 2005 23:45:48 +0000, by reynaldo
-
Allow the user to set the $MPLAYER_HOME environment variable to point to the locationSat, 29 Oct 2005 12:16:46 +0000, by albeu
-
preliminary support for wpl playlists, closes #362Fri, 28 Oct 2005 22:12:20 +0000, by reynaldo
-
add a \n after whole cache fill.Thu, 27 Oct 2005 06:55:05 +0000, by ods15
-
updatesWed, 26 Oct 2005 22:57:15 +0000, by diego
-
make myself console help messages maintainter at diego's requestWed, 26 Oct 2005 22:52:41 +0000, by reynaldo
-
gcc -dumpmachine outputs x86_64-something on some machines andWed, 26 Oct 2005 20:40:19 +0000, by diego
-
synced with 1.192Wed, 26 Oct 2005 13:14:15 +0000, by gabrov
-
Clarify subtitle alignment behavior.Wed, 26 Oct 2005 09:15:49 +0000, by diego
-
Added support for remote controls.Wed, 26 Oct 2005 07:41:41 +0000, by syrjala
-
Complete sync with 1.192Wed, 26 Oct 2005 01:35:27 +0000, by reynaldo
-
Unify include paths, -I.. is in CFLAGS.Wed, 26 Oct 2005 00:07:43 +0000, by diego
-
Run dh_makeshlibs to create proper shlibs files and avoid warnings.Tue, 25 Oct 2005 22:13:36 +0000, by diego
-
Unify include paths, -I.. is in CFLAGS.Tue, 25 Oct 2005 21:23:45 +0000, by diego
-
big-endian fixes for "extended" (i.e. mythtv) files.Tue, 25 Oct 2005 20:01:09 +0000, by reimar
-
10l broken asm crap needs an external nameTue, 25 Oct 2005 19:29:51 +0000, by rfelker
-
INPUT section created, added messages from input/input.c and input/joystick.cTue, 25 Oct 2005 18:47:20 +0000, by reynaldo
-
translatable eng strings to new section on help_mp-enTue, 25 Oct 2005 18:46:25 +0000, by reynaldo
-
printf to mp_msgTue, 25 Oct 2005 18:45:39 +0000, by reynaldo
-
fix incorrect use of strl* functions (patch by reimar)Tue, 25 Oct 2005 17:28:10 +0000, by rfelker
-
fix broken (off-by-one) behavior of our strl* functions (patch by reimar)Tue, 25 Oct 2005 17:13:20 +0000, by rfelker
-
do not export useless symbols! fixed compile bug with decode support in lameTue, 25 Oct 2005 17:08:49 +0000, by rfelker
-
synced with 1.1145Tue, 25 Oct 2005 15:15:46 +0000, by gpoirier
-
Extra processor information needs to be known in the x86_64 case as wellTue, 25 Oct 2005 13:28:07 +0000, by diego
-
fixing the unverified patch (one of the millions) commited by:Tue, 25 Oct 2005 11:52:49 +0000, by gabucino
-
Switch from our own to the upstream DVD key caching strategy and directory.Mon, 24 Oct 2005 09:50:42 +0000, by diego
-
10l to Reimar: common.h belongs to libdvdcss, not libdvdread.Mon, 24 Oct 2005 09:29:15 +0000, by diego
-
sync to x264 r334 (crf)Mon, 24 Oct 2005 04:39:18 +0000, by lorenm
-
Synced with 1.1143Sun, 23 Oct 2005 21:21:45 +0000, by gpoirier
-
minor spelling wording fixesSun, 23 Oct 2005 16:51:39 +0000, by diego
-
author list prettyprintingSun, 23 Oct 2005 16:50:27 +0000, by diego
-
Reformat section titles so that it becomes easier to tell sections andSun, 23 Oct 2005 16:49:56 +0000, by diego
-
Make include paths consistent among files in libvo. Since -I.. is addedSun, 23 Oct 2005 16:19:32 +0000, by diego
-
improve documentation of -subalignSun, 23 Oct 2005 15:54:13 +0000, by rfelker
-
make bottom alignment the default since it's the only sane mode when sub_pos is near bottom (default)Sun, 23 Oct 2005 15:35:28 +0000, by rfelker
-
reverse incorrect sub alignment change, ok'd by diegoSun, 23 Oct 2005 15:34:39 +0000, by rfelker
-
10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't bother anyone already using it too muchSun, 23 Oct 2005 15:25:10 +0000, by rfelker
-
comment on -noskip patchSun, 23 Oct 2005 15:05:11 +0000, by rfelker
-
spelling/grammar/wordingSun, 23 Oct 2005 14:49:32 +0000, by diego
-
The conditions for bottom (2) and top (1) subtitle alignment are reversed.Sun, 23 Oct 2005 14:25:56 +0000, by diego
-
support for prescott, nocona and pentium-m processorsSun, 23 Oct 2005 13:55:23 +0000, by diego
-
Add a comment to an esac where the case is very far away.Sun, 23 Oct 2005 13:13:12 +0000, by diego
-
Simplification of the system_name check and the PPC CPU type check.Sun, 23 Oct 2005 12:39:47 +0000, by diego
-
Add a comment to else clauses where the if is very far away.Sun, 23 Oct 2005 11:26:36 +0000, by diego
-
honor decoder's/filter's decision to remove frames when using -noskip.Sun, 23 Oct 2005 07:37:55 +0000, by rfelker
-
reapply rawaudio muxer fix (don't disable audio without user's permission!) (previously reversed because of mistake in patch.. 10l to me :)Sun, 23 Oct 2005 07:32:35 +0000, by rfelker
-
reverse patch that was mistakenly applied with unwanted unrelated changesSun, 23 Oct 2005 07:30:56 +0000, by rfelker
-
Add missing quotes around .IPs argument.Sat, 22 Oct 2005 19:28:37 +0000, by diego
-
Support for video files created by Samsung Miniket VP-M100 diskless camcorderSat, 22 Oct 2005 13:53:18 +0000, by iive
-
Added support for A_AAC.Sat, 22 Oct 2005 10:13:28 +0000, by mosu
-
cross compiling probably worth mentioiningFri, 21 Oct 2005 14:44:13 +0000, by ods15
-
Add a few more XML tags for better semantics markup.Thu, 20 Oct 2005 23:07:55 +0000, by diego
-
Explain how to place subtitles in black bands.Thu, 20 Oct 2005 23:06:02 +0000, by diego
-
mach64_mmio size fix from vidix.sf.net, possible bugfix for #59Thu, 20 Oct 2005 18:03:43 +0000, by faust3