Mercurial > mplayer.hg
graph
-
another bunch of corrections, suggested by nicoFri, 29 Jun 2007 14:42:48 +0000, by ptt
-
synced with r23579Fri, 29 Jun 2007 14:03:41 +0000, by ptt
-
revert r23538. my fault, didn't see there where 2 phrases, sorry...Fri, 29 Jun 2007 14:00:47 +0000, by ptt
-
fix BUK->BUP typoFri, 29 Jun 2007 13:53:13 +0000, by kraymer
-
sparse grammar and syntactical correctionsFri, 29 Jun 2007 11:26:46 +0000, by ptt
-
remove file that was added by mistake.Fri, 29 Jun 2007 08:56:50 +0000, by voroshil
-
Implemented tv://[<channel>][/<input_id>] url syntaxThu, 28 Jun 2007 18:36:05 +0000, by voroshil
-
Get rid of my_memcpy_pic code duplication in many filters.Thu, 28 Jun 2007 11:24:12 +0000, by reimar
-
comment grammar fixesThu, 28 Jun 2007 11:18:16 +0000, by diego
-
Get rid of duplicate processor feature variables.Wed, 27 Jun 2007 23:11:21 +0000, by diego
-
Add comments to some preprocessor directives.Wed, 27 Jun 2007 23:08:18 +0000, by diego
-
Mark main() function as a function that takes no parameters.Wed, 27 Jun 2007 23:04:36 +0000, by diego
-
synced with r23680Wed, 27 Jun 2007 16:46:00 +0000, by Gabrov
-
Fix vo_x11_clearwindow_part: x position is one less to avoid not clearingWed, 27 Jun 2007 13:09:39 +0000, by reimar
-
Fix "control reaches end of non-void function" warnings.Wed, 27 Jun 2007 13:04:29 +0000, by diego
-
Fix unused variable warnings.Wed, 27 Jun 2007 13:01:43 +0000, by diego
-
Fix implicit declaration of function warnings.Wed, 27 Jun 2007 13:00:14 +0000, by diego
-
Remove some unused variablesWed, 27 Jun 2007 10:28:38 +0000, by reimar
-
Make X11 window creation and (with -fixed-vo) management simpler and moreWed, 27 Jun 2007 10:26:13 +0000, by reimar
-
Remove check for localtime_r, the function is not used within MPlayer.Wed, 27 Jun 2007 10:08:21 +0000, by diego
-
r23504: -lavdopts threads is only implemented for mpeg[12]Tue, 26 Jun 2007 20:07:14 +0000, by kraymer
-
fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)Tue, 26 Jun 2007 17:07:30 +0000, by ben
-
Lots of cosmetics for gl2Tue, 26 Jun 2007 16:33:43 +0000, by reimar
-
Remove two unused variablesTue, 26 Jun 2007 15:51:51 +0000, by reimar
-
Remove overly complex and unused per-subtexture "dirty" handlingTue, 26 Jun 2007 15:51:49 +0000, by reimar
-
Remove now unused variableTue, 26 Jun 2007 15:51:47 +0000, by reimar
-
remove useless calloc castTue, 26 Jun 2007 15:51:43 +0000, by reimar
-
synced with r23609Tue, 26 Jun 2007 15:14:28 +0000, by ptt
-
Remove some unused code and useless error checking that only clutters the codeTue, 26 Jun 2007 15:01:09 +0000, by reimar
-
Hint at the Makefile for information how to build dha with svgalib_helperMon, 25 Jun 2007 16:37:12 +0000, by reimar
-
Hint at --disable-* options as a workaround for outdated binutils.Mon, 25 Jun 2007 13:59:46 +0000, by reimar
-
synced with r23608 + other fixesMon, 25 Jun 2007 11:16:42 +0000, by ptt
-
start= and end= parameters on realrtspurls may be optionally quoted withSun, 24 Jun 2007 18:46:41 +0000, by rtogni
-
config.h must be included before other headersSun, 24 Jun 2007 17:39:54 +0000, by reimar
-
Hide our swab prototype when the system has swab since at least theSun, 24 Jun 2007 17:24:13 +0000, by reimar
-
Make sure we always have a swab() prototype when we use it,Sun, 24 Jun 2007 15:25:32 +0000, by reimar
-
Use proper PRI?64 format stringsSun, 24 Jun 2007 14:54:56 +0000, by reimar
-
define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).Sun, 24 Jun 2007 14:39:11 +0000, by reimar
-
Remove unused and trivial string variableSun, 24 Jun 2007 14:12:59 +0000, by reimar
-
Remove unused function.Sun, 24 Jun 2007 14:11:38 +0000, by reimar
-
Remove unused (static) function prototype.Sun, 24 Jun 2007 14:09:53 +0000, by reimar
-
Fix format string to match actual type.Sun, 24 Jun 2007 14:08:22 +0000, by reimar
-
Move variable into the block where it actually usedSun, 24 Jun 2007 14:04:48 +0000, by reimar
-
index_mode is already defined in demuxer.hSun, 24 Jun 2007 13:34:16 +0000, by reimar
-
get rid of useless *alloc castsSun, 24 Jun 2007 13:27:03 +0000, by reimar
-
Get rid of: useless variable, useless cast and void * arithmeticSun, 24 Jun 2007 13:21:50 +0000, by reimar
-
Use AV_RL32Sun, 24 Jun 2007 13:20:17 +0000, by reimar
-
Fix format strings to match argument typeSun, 24 Jun 2007 13:09:08 +0000, by reimar
-
Remove unused query_format function in vf_harddup.Sun, 24 Jun 2007 13:01:22 +0000, by reimar
-
Return value of gtk_entry_get_text is const, so declare variables as const as well.Sun, 24 Jun 2007 12:43:45 +0000, by reimar
-
ff_gcd is already in libavutil/common.h, no need for an extra prototype hereSun, 24 Jun 2007 12:40:51 +0000, by reimar
-
Avoid more void * arithmeticSun, 24 Jun 2007 12:32:33 +0000, by reimar
-
revert broken r23628, mp_core.h is not included by cfg.h, so double externSun, 24 Jun 2007 11:18:12 +0000, by reimar
-
get_path prototype is already in interface.h and probably many more places.Sun, 24 Jun 2007 11:09:32 +0000, by reimar
-
Avoid vo_sdl void * arithmeticSun, 24 Jun 2007 11:07:47 +0000, by reimar
-
Remove completely pointless "!= 1".Sun, 24 Jun 2007 11:04:02 +0000, by reimar
-
Another unneeded xinerama_screen externSun, 24 Jun 2007 10:59:53 +0000, by reimar
-
xinerama_screen is already declared in video_out.hSun, 24 Jun 2007 10:51:06 +0000, by reimar
-
Add missing return value for x11 error handlerSun, 24 Jun 2007 10:46:40 +0000, by reimar
-
Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bitSun, 24 Jun 2007 10:39:04 +0000, by reimar
-
Avoid void * arithmeticSun, 24 Jun 2007 10:26:01 +0000, by reimar
-
Some comment typo fixesSun, 24 Jun 2007 10:24:11 +0000, by reimar
-
make opt argument of demux_info_get const.Sun, 24 Jun 2007 10:20:42 +0000, by reimar
-
Remove two unused functions in asxparserSun, 24 Jun 2007 10:16:18 +0000, by reimar
-
Get rid of a completely useless castSun, 24 Jun 2007 10:14:42 +0000, by reimar
-
ass_enabled is already in mp_core.hSun, 24 Jun 2007 10:09:05 +0000, by reimar
-
Do not prototype spudec_draw_scaled twiceSun, 24 Jun 2007 10:08:09 +0000, by reimar
-
suboverlap_enabled is already declared in included subreader.hSun, 24 Jun 2007 10:06:57 +0000, by reimar
-
vo_init is x11 specific and has no place in video_out.h.Sun, 24 Jun 2007 10:06:10 +0000, by reimar
-
Remove redundant vo_format_name, included img_format.h already provides itSun, 24 Jun 2007 10:03:26 +0000, by reimar
-
Add a (almost correct) prototype for vcd_seek_to_trackSun, 24 Jun 2007 09:52:19 +0000, by reimar
-
pstrcpy -> av_strlcpySun, 24 Jun 2007 08:39:40 +0000, by reimar
-
Fix dvd:// subtitle handling to always report the MPEG stream id, becauseSun, 24 Jun 2007 08:14:10 +0000, by reimar
-
Remove the now unused demux_mkv_change_subs functionSun, 24 Jun 2007 08:12:08 +0000, by reimar
-
Simplify and correct subtitle selection, no more special cases forSun, 24 Jun 2007 08:10:07 +0000, by reimar
-
Set demuxer->sub->sh to one of the s_streams like done for audio and video.Sun, 24 Jun 2007 07:29:03 +0000, by reimar
-
r23504: -lavdopts threads is only implemented for mpeg[12]Sun, 24 Jun 2007 03:28:46 +0000, by voroshil
-
r23578: Fix license header.Sun, 24 Jun 2007 02:40:58 +0000, by voroshil
-
r23588: The audio balance feature implemented with af_pan.Sun, 24 Jun 2007 02:33:20 +0000, by voroshil
-
add myself as co-maintainer of demux_mkv.cSat, 23 Jun 2007 23:45:31 +0000, by aurel
-
Fix r23353, it broke ao_sun on non-BSD due to accidentially removingSat, 23 Jun 2007 18:16:14 +0000, by reimar
-
Fix memleak due to not freeing demuxer->s_streamsSat, 23 Jun 2007 17:39:27 +0000, by reimar
-
100l, last demux_mkv patch passed ints instead of pointers to them to sscanfSat, 23 Jun 2007 16:57:27 +0000, by reimar
-
Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the code a bit.Sat, 23 Jun 2007 15:38:00 +0000, by reimar
-
Document the effect of -really-quiet on gmplayer.Sat, 23 Jun 2007 13:55:13 +0000, by reimar
-
Nico claims to never have had any problems with X11 compilation on Mandrake.Sat, 23 Jun 2007 08:22:10 +0000, by diego
-
Hack around some fullscreen issues with gl under WindowsFri, 22 Jun 2007 22:06:58 +0000, by reimar
-
unbreak armv6 previously broken by me...Fri, 22 Jun 2007 19:58:44 +0000, by lu_zero
-
integrating ff_bfin_get_unscaled_swscale into the systemFri, 22 Jun 2007 13:03:40 +0000, by mhoffman
-
adding Blackfin swscale_bfin infrastructure, and the first swscale routine uyvy to yv12 video resamplerFri, 22 Jun 2007 12:45:18 +0000, by mhoffman
-
document pointer offset by -8Fri, 22 Jun 2007 00:14:22 +0000, by mhoffman
-
re pipeline loop, to eliminate extra chroma readsFri, 22 Jun 2007 00:12:44 +0000, by mhoffman
-
correct chroma skewing bug, caused by incorrect stride adjustmentsFri, 22 Jun 2007 00:07:55 +0000, by mhoffman
-
Unbreak altivecThu, 21 Jun 2007 19:01:29 +0000, by lu_zero
-
grammar error fixedThu, 21 Jun 2007 15:03:28 +0000, by ptt
-
elected me as italian docs translation mantainer, so i can get my own insults ;)Thu, 21 Jun 2007 14:16:01 +0000, by ptt
-
sync'ed with r23588Thu, 21 Jun 2007 13:53:23 +0000, by ptt
-
other corrections, pointed out by emanuele aina (italian translation project)Thu, 21 Jun 2007 13:44:52 +0000, by ptt
-
a few corrections, pointed out nicely by nico sabbi, thanxThu, 21 Jun 2007 10:44:23 +0000, by ptt
-
added some carriage returns and full stops, plus a missing 'option'Thu, 21 Jun 2007 10:11:24 +0000, by ptt
-
Revert r23530.Thu, 21 Jun 2007 08:18:51 +0000, by voroshil
-
demux_mkv very long seek fixWed, 20 Jun 2007 18:19:03 +0000, by uau
-
Fix demuxer.h multiple inclusion guardWed, 20 Jun 2007 16:52:32 +0000, by uau
-
Remove useless demnuxer.h include from matroska.h, it creats "hundreds" ofWed, 20 Jun 2007 16:29:56 +0000, by reimar
-
Simplify network timeout calculation.Wed, 20 Jun 2007 10:39:57 +0000, by cehoyos
-
The audio balance feature implemented with af_pan.Wed, 20 Jun 2007 02:26:20 +0000, by zuxy
-
some more reqs from usersTue, 19 Jun 2007 23:24:04 +0000, by compn
-
Simplify generation of CPU-extensions HAVE_ and ENABLE_ definesTue, 19 Jun 2007 13:55:22 +0000, by reimar
-
Simplify generation of ARCH_ and corresponding ENABLE_ definesTue, 19 Jun 2007 13:55:12 +0000, by reimar
-
Add an optional third parameter to ff_config_enable in preparationTue, 19 Jun 2007 13:54:48 +0000, by reimar
-
Allow to disable x86 cpu extensions (e.g, via --disable-sse) even withTue, 19 Jun 2007 13:37:31 +0000, by reimar
-
fix typos noted by Nicolas LegrandTue, 19 Jun 2007 13:24:16 +0000, by gpoirier